|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.core.internal.DItem
org.eclipse.tptp.platform.report.core.internal.DEvent
org.eclipse.tptp.platform.report.birt).
public class DEvent
This class provides event handler support for the item.
| Field Summary | |
|---|---|
static java.lang.String |
EVT_ONABORT
Deprecated. Called when the item's drawing is cancelled |
static java.lang.String |
EVT_ONACTIVATE
Deprecated. Called when item is selected |
static java.lang.String |
EVT_ONBEGIN
Deprecated. Called when the ??? |
static java.lang.String |
EVT_ONCLICK
Deprecated. Called when the mouse button is clicked |
static java.lang.String |
EVT_ONEND
Deprecated. Called when the ??? |
static java.lang.String |
EVT_ONERROR
Deprecated. Called when the an error occurs during the drawing |
static java.lang.String |
EVT_ONFOCUSIN
Deprecated. Called when the item aquires the focus |
static java.lang.String |
EVT_ONFOCUSOUT
Deprecated. Called when the item leaves the focus |
static java.lang.String |
EVT_ONKEYPRESS
Deprecated. Called when a key is pressed and the item is selected |
static java.lang.String |
EVT_ONLOAD
Deprecated. Called when the item is loading |
static java.lang.String |
EVT_ONMOUSEDOWN
Deprecated. Called when the mouse button is down |
static java.lang.String |
EVT_ONMOUSEMOVE
Deprecated. Called when the mouse pointer is moving over the item |
static java.lang.String |
EVT_ONMOUSEOUT
Deprecated. Called when the mouse pointer is leaving the item |
static java.lang.String |
EVT_ONMOUSEOVER
Deprecated. Called when the mouse pointer is on the item |
static java.lang.String |
EVT_ONMOUSEUP
Deprecated. Called when the mouse button is up |
static java.lang.String |
EVT_ONREPEAT
Deprecated. Called when the ??? |
static java.lang.String |
EVT_ONRESIZE
Deprecated. Called when the item is resized |
static java.lang.String |
EVT_ONSCROLL
Deprecated. Called when the item is scroolled |
static java.lang.String |
EVT_ONUNLOAD
Deprecated. Called when the item is unloading |
static java.lang.String |
EVT_ONZOOM
Deprecated. Called when a zoom is applied |
| Constructor Summary | |
|---|---|
DEvent()
Deprecated. creates a new event with ONCLICK type by default |
|
DEvent(java.lang.String type,
java.lang.String handler)
Deprecated. creates a new event with type and handler |
|
| Method Summary | |
|---|---|
java.lang.String |
getHandler()
Deprecated. returns the handler |
java.lang.String |
getType()
Deprecated. |
void |
setHandler(java.lang.String handler)
Deprecated. sets a handler associated wit the event type |
void |
setType(java.lang.String type)
Deprecated. sets the type of the event. |
| Methods inherited from class org.eclipse.tptp.platform.report.core.internal.DItem |
|---|
addChild, clear, getAppliedStyle, getChildCount, getChildPosition, getFirstChild, getIterator, getLastChild, getNext, getParent, getRoot, getStyle, insertChild, isContainer, removeChild, setNext, setParent, setStyle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String EVT_ONCLICK
public static final java.lang.String EVT_ONMOUSEDOWN
public static final java.lang.String EVT_ONMOUSEUP
public static final java.lang.String EVT_ONMOUSEOVER
public static final java.lang.String EVT_ONMOUSEMOVE
public static final java.lang.String EVT_ONMOUSEOUT
public static final java.lang.String EVT_ONLOAD
public static final java.lang.String EVT_ONUNLOAD
public static final java.lang.String EVT_ONABORT
public static final java.lang.String EVT_ONERROR
public static final java.lang.String EVT_ONRESIZE
public static final java.lang.String EVT_ONSCROLL
public static final java.lang.String EVT_ONZOOM
public static final java.lang.String EVT_ONFOCUSIN
public static final java.lang.String EVT_ONFOCUSOUT
public static final java.lang.String EVT_ONACTIVATE
public static final java.lang.String EVT_ONBEGIN
public static final java.lang.String EVT_ONEND
public static final java.lang.String EVT_ONREPEAT
public static final java.lang.String EVT_ONKEYPRESS
| Constructor Detail |
|---|
public DEvent()
public DEvent(java.lang.String type,
java.lang.String handler)
| Method Detail |
|---|
public java.lang.String getHandler()
public void setHandler(java.lang.String handler)
public java.lang.String getType()
public void setType(java.lang.String type)
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||