|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.gui.document.event.AbstractDocumentEvent
com.tensegrity.gui.document.event.DocumentEvent
The Document event class
| Field Summary | |
static int |
DOCUMENT_ADDED
Event-id: The document has been added. |
static int |
DOCUMENT_MODEL_CHANGED
Event-id: When the underlying model of a document has been changed. |
static int |
DOCUMENT_REMOVED
Event-id: The document has been removed. |
static int |
DOCUMENT_SELECTED
Event-id: When a document is marked as selected. |
static int |
DOCUMENT_UNSELECTED
Event-id: When a document is no longer being marked as selected. |
static int |
PRE_DOCUMENT_ADD
Event-id: Before the document will be added. |
static int |
PRE_DOCUMENT_REMOVE
Event-id: Just before the document will be removed. |
| Constructor Summary | |
DocumentEvent(int eventid,
MDIComponent mdicomponent,
Document document)
Creates a new DocumentEvent. |
|
| Methods inherited from class com.tensegrity.gui.document.event.AbstractDocumentEvent |
getDescription, getDocument, getMDIComponent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int DOCUMENT_ADDED
public static final int DOCUMENT_REMOVED
public static final int PRE_DOCUMENT_ADD
public static final int PRE_DOCUMENT_REMOVE
public static final int DOCUMENT_SELECTED
public static final int DOCUMENT_UNSELECTED
public static final int DOCUMENT_MODEL_CHANGED
| Constructor Detail |
public DocumentEvent(int eventid,
MDIComponent mdicomponent,
Document document)
eventid - the id of the event.mdicomponent - the underlying mdiComponent which creates this event.document - the document itself.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||