|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.gui.document.event.AbstractDocumentEvent
the abstract root for documents.
| Constructor Summary | |
AbstractDocumentEvent(MDIComponent mdicomponent,
Document document,
java.lang.String description)
Constructor for AbstractDocumentEvent. |
|
| Method Summary | |
java.lang.String |
getDescription()
Returns the description of the event. |
Document |
getDocument()
Returns the document that caused the event. |
MDIComponent |
getMDIComponent()
Returns the mdicomponent that caused the event. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AbstractDocumentEvent(MDIComponent mdicomponent,
Document document,
java.lang.String description)
mdicomponent - the MDIComponent in which the event occured.document - the Document that caused the event.description - string describing the event.| Method Detail |
public java.lang.String getDescription()
DocumentRootEvent
getDescription in interface DocumentRootEventpublic Document getDocument()
DocumentRootEvent
getDocument in interface DocumentRootEventpublic MDIComponent getMDIComponent()
DocumentRootEvent
getMDIComponent in interface DocumentRootEvent
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||