public class AuthorPluginWorkspaceImpl
extends ro.sync.exml.workspace.impl.standalone.CommonPluginWorkspaceImpl
DITA_MAPS_EDITING_AREA, MAIN_EDITING_AREA
Constructor and Description |
---|
AuthorPluginWorkspaceImpl(ro.sync.exml.project.WorkspaceController controller,
ro.sync.exml.workspace.impl.standalone.PluginLayoutCustomizer layoutCustomizer)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
hideToolbar(java.lang.String toolbarID)
Hide a toolbar specified by the toolbar ID.
|
void |
hideView(java.lang.String viewID)
Hide a view specified by the view ID.
|
boolean |
isToolbarShowing(java.lang.String toolbarID)
Check if a toolbar is showing or hidden.
|
boolean |
isViewShowing(java.lang.String viewID)
Check if a view is showing or hidden.
|
void |
showToolbar(java.lang.String toolbarID)
Show a toolbar specified by the toolbar ID.
|
void |
showView(java.lang.String viewID,
boolean requestFocus)
Show a view specified by the view ID.
|
addEditorChangeListener, addInputURLChooserCustomizer, addMenuBarCustomizer, addRelativeReferencesResolver, addToolbarComponentsCustomizer, addTopicRefTargetInfoProvider, addViewComponentCustomizer, applicationAboutToStart, applicationStarted, getAllEditorLocations, getCurrentEditorAccess, getEditorAccess, getOptionsStorage, getOxygenActionID, getRelativeReferenceResolvers, getTargetInformationProviders, getUrlChooserCustomizers, getUtilAccess, getXMLUtilAccess, isInViolationOfLicense, removeEditorChangeListener, saveGlobalOptions, setDITAKeyDefinitionManager, setGlobalObjectProperty, setMathFlowFixedLicenseKeyForComposer, setMathFlowFixedLicenseKeyForEditor, setParentFrameTitle
chooseDirectory, chooseFile, chooseFiles, createNewEditor, getParentFrame, isStandalone
close, closeAll, delete, open, open, open, refreshInProject, saveAll
chooseFile, chooseFile, chooseURL, chooseURL, chooseURLPath, clearImageCache, createJavaProcess, getDataSourceAccess, getLicenseInformationProvider, getPreferencesDirectory, getUserInterfaceLanguage, getVersion, openInExternalApplication, setIdeAccessForTests, showConfirmDialog, showConfirmDialog, showErrorMessage, showInformationMessage, showStatusMessage
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, closeAll, createNewEditor, delete, isStandalone, open, open, open, refreshInProject, saveAll
chooseDirectory, chooseFile, chooseFile, chooseFile, chooseFiles, chooseURL, chooseURL, chooseURLPath, clearImageCache, createJavaProcess, getDataSourceAccess, getLicenseInformationProvider, getParentFrame, getPreferencesDirectory, getUserInterfaceLanguage, getVersion, openInExternalApplication, showConfirmDialog, showConfirmDialog, showErrorMessage, showInformationMessage, showStatusMessage
public AuthorPluginWorkspaceImpl(ro.sync.exml.project.WorkspaceController controller, ro.sync.exml.workspace.impl.standalone.PluginLayoutCustomizer layoutCustomizer)
controller
- The workspace controller.layoutCustomizer
- The plugin layout customizer.public void showView(java.lang.String viewID, boolean requestFocus)
StandalonePluginWorkspace
viewID
- The view ID.requestFocus
- True to request the focus inside the view after show.StandalonePluginWorkspace.showView(java.lang.String, boolean)
public void showToolbar(java.lang.String toolbarID)
StandalonePluginWorkspace
toolbarID
- The toolbar ID. You can install a toolbar component customizer and see all available IDs.StandalonePluginWorkspace.showToolbar(java.lang.String)
public void hideView(java.lang.String viewID)
StandalonePluginWorkspace
viewID
- The view ID.StandalonePluginWorkspace.hideView(java.lang.String)
public void hideToolbar(java.lang.String toolbarID)
StandalonePluginWorkspace
toolbarID
- The toolbar ID.StandalonePluginWorkspace.hideToolbar(java.lang.String)
public boolean isViewShowing(java.lang.String viewID)
StandalonePluginWorkspace
viewID
- The view ID.true
if the view is showingStandalonePluginWorkspace.isViewShowing(java.lang.String)
public boolean isToolbarShowing(java.lang.String toolbarID)
StandalonePluginWorkspace
toolbarID
- The toolbar ID.true
if the toolbar is showingStandalonePluginWorkspace.isToolbarShowing(java.lang.String)
© Copyright Syncro Soft SRL 2002 - 2014.