|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.ibm.productivity.tools.ui.views.RichDocumentViewEvent
Defines the event for RichDocumentView
.
RichDocumentView
,
RichDocumentViewListener
,
Serialized FormField Summary | |
---|---|
static int |
Type_Post_Document_Close
Event type - After a document is closed in a RichDocumentView . |
static int |
Type_Post_Document_Open
Event type - After a document is opened in a RichDocumentView . |
static int |
Type_Post_View_Close
Event type - After a RichDocumentView is closed. |
static int |
Type_Post_View_Open
Event type - After a RichDocumentView opened. |
static int |
Type_Pre_Document_Close
Event type - Before a document is about to be closed in a RichDocumentView . |
static int |
Type_Pre_Document_Open
Event type - Before a document is about to be opened in a RichDocumentView . |
static int |
Type_Pre_View_Close
Event type - Before a RichDocumentView is closed. |
Constructor Summary | |
---|---|
RichDocumentViewEvent(java.lang.Object source,
int type)
Constructs a new event. |
Method Summary | |
---|---|
int |
getType()
Gets the event type. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int Type_Pre_Document_Open
RichDocumentView
.
public static final int Type_Post_Document_Open
RichDocumentView
.
public static final int Type_Pre_Document_Close
RichDocumentView
.
public static final int Type_Post_Document_Close
RichDocumentView
.
public static final int Type_Post_View_Open
RichDocumentView
opened.
public static final int Type_Pre_View_Close
RichDocumentView
is closed.
public static final int Type_Post_View_Close
RichDocumentView
is closed.
Constructor Detail |
public RichDocumentViewEvent(java.lang.Object source, int type)
source
- the source of the event. Typically, it should
be an instance of RichDocumentView
.type
- the event type. See constants defined in this class.Method Detail |
public int getType()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |