|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class represents a listener that is notified of changes in a
WorkspaceManager
.
WorkspaceManager
,
WorkspaceEditor
Method Summary | |
void |
editorClosed(WorkspaceEvent evt)
Invoked after an editor is closed in the workspace. |
void |
editorDeselected(WorkspaceEvent evt)
Invoked after an editor has been deselected in the workspace. |
void |
editorIconified(WorkspaceEvent evt)
Invoked after an editor has been iconified in the workspace. |
void |
editorRestored(WorkspaceEvent evt)
Invoked after an editor has been restored (from an icon) in the workspace. |
void |
editorSelected(WorkspaceEvent evt)
Invoked after an editor has been selected in the workspace. |
void |
editorStateChanged(WorkspaceEvent evt)
Invoked after an editor's state has changed in some way. |
Method Detail |
public void editorSelected(WorkspaceEvent evt)
public void editorDeselected(WorkspaceEvent evt)
public void editorRestored(WorkspaceEvent evt)
public void editorIconified(WorkspaceEvent evt)
public void editorClosed(WorkspaceEvent evt)
public void editorStateChanged(WorkspaceEvent evt)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |