|
Oxygen XML Editor 12.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectro.sync.exml.workspace.api.listeners.WSEditorChangeListener
public class WSEditorChangeListener
Notified when an editor is added, removed or the editor page is changed
Constructor Summary | |
---|---|
WSEditorChangeListener()
|
Method Summary | |
---|---|
boolean |
editorAboutToBeClosed(java.net.URL editorLocation)
An editor will be closed. |
void |
editorAboutToBeOpened(java.net.URL editorLocation)
An editor will be opened. |
boolean |
editorAboutToBeOpenedVeto(java.net.URL editorLocation)
An editor will be opened. |
void |
editorActivated(java.net.URL editorLocation)
An editor was activated. |
void |
editorClosed(java.net.URL editorLocation)
An editor was closed. |
void |
editorDeactivated(java.net.URL editorLocation)
An editor was de-activated. |
void |
editorOpened(java.net.URL editorLocation)
An editor was opened. |
void |
editorPageChanged(java.net.URL editorLocation)
The current page for an editor has changed. |
void |
editorRelocated(java.net.URL previousEditorLocation,
java.net.URL newEditorLocation)
An editor was relocated to a new location. |
void |
editorSelected(java.net.URL editorLocation)
An editor was selected in the tabbed pane. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WSEditorChangeListener()
Method Detail |
---|
public boolean editorAboutToBeOpenedVeto(java.net.URL editorLocation)
false
.
If the open is not rejected then the editorAboutToBeOpened(URL)
and then editorOpened(URL)
methods will be called.
editorLocation
- The editor's location.
true
to proceed with the close, false
to reject the close of the editor.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.
public void editorAboutToBeOpened(java.net.URL editorLocation)
editorOpened(URL)
method will be called.
editorLocation
- The editor's locationPlease 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.
public void editorOpened(java.net.URL editorLocation)
editorLocation
- The editor's locationpublic void editorClosed(java.net.URL editorLocation)
editorLocation
- The editor's locationpublic void editorSelected(java.net.URL editorLocation)
editorLocation
- The editor's locationpublic void editorPageChanged(java.net.URL editorLocation)
editorLocation
- The editor's locationpublic void editorActivated(java.net.URL editorLocation)
editorLocation
- The editor's locationPlease 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.
public void editorDeactivated(java.net.URL editorLocation)
editorLocation
- The editor's locationPlease 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.
public boolean editorAboutToBeClosed(java.net.URL editorLocation)
false
.
editorLocation
- The editor's location
true
to proceed with the close, false
to reject the close of the editor.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.
public void editorRelocated(java.net.URL previousEditorLocation, java.net.URL newEditorLocation)
previousEditorLocation
- The previous editor's locationnewEditorLocation
- The current editor's locationPlease 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 12.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |