Interface AuthorWorkspaceAccess
- All Superinterfaces:
ApplicationInformationAccess,ColorThemeUtilities,Workspace,WorkspaceUtilities
Provides access to workspace specific information and actions.
-
Method Summary
Modifier and TypeMethodDescriptionURL[]Get all the editor locations.getEditorAccess(URL location) Find an editor access by location.booleanDeprecated.Methods inherited from interface ro.sync.exml.workspace.api.application.ApplicationInformationAccess
getApplicationName, getApplicationType, getLicenseInformationProvider, getPlatform, getPreferencesDirectory, getUserInterfaceLanguage, getVersion, getVersionBuildIDMethods inherited from interface ro.sync.exml.workspace.api.util.ColorThemeUtilities
getColorTheme, getImageInverterMethods inherited from interface ro.sync.exml.workspace.api.Workspace
close, closeAll, createNewEditor, createNewEditor, delete, isStandalone, open, open, open, refreshInProject, saveAll, setParentFrameTitleMethods inherited from interface ro.sync.exml.workspace.api.WorkspaceUtilities
chooseDirectory, chooseDirectory, chooseFile, chooseFile, chooseFile, chooseFiles, chooseURL, chooseURL, chooseURL, chooseURLPath, chooseURLPath, clearImageCache, createJavaProcess, createProcess, getDataSourceAccess, getImageUtilities, getParentFrame, getTemplateManager, openInExternalApplication, openInExternalApplication, openInExternalApplication, showConfirmDialog, showConfirmDialog, showErrorMessage, showErrorMessage, showInformationMessage, showStatusMessage, showStatusMessage, showWarningDialog, showWarningDialog, showWarningMessage, startProcess
-
Method Details
-
open
Deprecated.UseWorkspace.open(URL)instead.Opens the specifiedFilein a new editor.- Parameters:
file- The file to be opened.- Returns:
trueif the operation has succeeded.
-
getAllEditorLocations
URL[] getAllEditorLocations()Get all the editor locations.- Returns:
- All the editor locations in the main editing area or empty array if no editor is opened.
- Since:
- 13.2
-
getEditorAccess
Find an editor access by location.- Parameters:
location- The editor location- Returns:
- access to the found editor or
nullif no editor found with that location URL. - Since:
- 13.2
-
Workspace.open(URL)instead.