|
Oxygen XML Editor, Version 13.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface AuthorWorkspaceAccess
Provides access to workspace specific information and actions.
Method Summary | |
---|---|
java.net.URL[] |
getAllEditorLocations()
Get all the editor locations. |
ro.sync.exml.workspace.api.editor.WSEditor |
getEditorAccess(java.net.URL location)
Find an editor access by location. |
boolean |
open(java.io.File file)
Deprecated. Use Workspace.open(URL) instead. |
Methods inherited from interface ro.sync.exml.workspace.api.Workspace |
---|
chooseFile, chooseFile, chooseURL, clearImageCache, close, closeAll, createJavaProcess, createNewEditor, delete, getLicenseInformationProvider, getParentFrame, getPreferencesDirectory, getUserInterfaceLanguage, getVersion, isStandalone, open, open, openInExternalApplication, refreshInProject, saveAll, setParentFrameTitle, showConfirmDialog, showConfirmDialog, showErrorMessage, showInformationMessage, showStatusMessage |
Method Detail |
---|
@Deprecated boolean open(java.io.File file)
Workspace.open(URL)
instead.
File
in a new editor.
file
- The file to be opened.
true
if the operation has succeeded.java.net.URL[] getAllEditorLocations()
Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.
ro.sync.exml.workspace.api.editor.WSEditor getEditorAccess(java.net.URL location)
location
- The editor locationeditingArea
- One of the constants in this class:
null
if no editor found with that location URL.Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.
|
Oxygen XML Editor, Version 13.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |