|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The listener interface for receiving events that are related to an mdicomponent instance.
| Method Summary | |
void |
documentAdded(DocumentEvent documentevent)
Invoked after a document was added to the mdicomponent. |
void |
documentModelChanged(DocumentEvent documentevent)
Invoked after a document's model has changed. |
void |
documentPreAdd(DocumentEvent documentevent)
Invoked when a document is about to be added to a mdicomponent. |
void |
documentPreRemove(DocumentEvent documentevent)
Invoked when a document is about to be removed from a mdicomponent. |
void |
documentRemoved(DocumentEvent documentevent)
Invoked after a document was removed from the mdicomponent. |
void |
documentSelected(DocumentEvent documentevent)
Invoked after a document was selected in the mdicomponent. |
void |
documentUnselected(DocumentEvent documentevent)
Invoked after a document was unselected in the mdicomponent. |
| Method Detail |
public void documentPreAdd(DocumentEvent documentevent)
throws DocumentEventVetoException
documentevent - the documentevent structure carrying information.
DocumentEventVetoException - indicates that the documentevent is
not desired.
public void documentPreRemove(DocumentEvent documentevent)
throws DocumentEventVetoException
documentevent - the documentevent structure carrying information.
DocumentEventVetoException - indicates that the documentevent is
not desired.public void documentAdded(DocumentEvent documentevent)
documentevent - the documentevent structure carrying information.public void documentRemoved(DocumentEvent documentevent)
documentevent - the documentevent structure carrying information.public void documentSelected(DocumentEvent documentevent)
documentevent - the documentevent structure carrying information.public void documentUnselected(DocumentEvent documentevent)
documentevent - the documentevent structure carrying information.public void documentModelChanged(DocumentEvent documentevent)
documentevent - the documentevent structure carrying information.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||