|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.gui.document.event.DocumentAdapter
A convenience adapter-class for document-listeners.
| Constructor Summary | |
DocumentAdapter()
Constructs a new DocumentAdapter 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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DocumentAdapter()
DocumentAdapter instance.
| Method Detail |
public void documentPreAdd(DocumentEvent documentevent)
throws DocumentEventVetoException
DocumentListener
documentPreAdd in interface DocumentListenerdocumentevent - the documentevent structure carrying information.
DocumentEventVetoException - indicates that the documentevent is
not desired.
public void documentPreRemove(DocumentEvent documentevent)
throws DocumentEventVetoException
DocumentListener
documentPreRemove in interface DocumentListenerdocumentevent - the documentevent structure carrying information.
DocumentEventVetoException - indicates that the documentevent is
not desired.public void documentAdded(DocumentEvent documentevent)
DocumentListener
documentAdded in interface DocumentListenerdocumentevent - the documentevent structure carrying information.public void documentRemoved(DocumentEvent documentevent)
DocumentListener
documentRemoved in interface DocumentListenerdocumentevent - the documentevent structure carrying information.public void documentSelected(DocumentEvent documentevent)
DocumentListener
documentSelected in interface DocumentListenerdocumentevent - the documentevent structure carrying information.public void documentUnselected(DocumentEvent documentevent)
DocumentListener
documentUnselected in interface DocumentListenerdocumentevent - the documentevent structure carrying information.public void documentModelChanged(DocumentEvent documentevent)
DocumentListener
documentModelChanged in interface DocumentListenerdocumentevent - the documentevent structure carrying information.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||