TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.core.internal
Class DEvent

java.lang.Object
  extended by org.eclipse.tptp.platform.report.core.internal.DItem
      extended by org.eclipse.tptp.platform.report.core.internal.DEvent
All Implemented Interfaces:
IDItem, IDObject

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public class DEvent
extends DItem

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

EVT_ONCLICK

public static final java.lang.String EVT_ONCLICK
Deprecated. 
Called when the mouse button is clicked

See Also:
Constant Field Values

EVT_ONMOUSEDOWN

public static final java.lang.String EVT_ONMOUSEDOWN
Deprecated. 
Called when the mouse button is down

See Also:
Constant Field Values

EVT_ONMOUSEUP

public static final java.lang.String EVT_ONMOUSEUP
Deprecated. 
Called when the mouse button is up

See Also:
Constant Field Values

EVT_ONMOUSEOVER

public static final java.lang.String EVT_ONMOUSEOVER
Deprecated. 
Called when the mouse pointer is on the item

See Also:
Constant Field Values

EVT_ONMOUSEMOVE

public static final java.lang.String EVT_ONMOUSEMOVE
Deprecated. 
Called when the mouse pointer is moving over the item

See Also:
Constant Field Values

EVT_ONMOUSEOUT

public static final java.lang.String EVT_ONMOUSEOUT
Deprecated. 
Called when the mouse pointer is leaving the item

See Also:
Constant Field Values

EVT_ONLOAD

public static final java.lang.String EVT_ONLOAD
Deprecated. 
Called when the item is loading

See Also:
Constant Field Values

EVT_ONUNLOAD

public static final java.lang.String EVT_ONUNLOAD
Deprecated. 
Called when the item is unloading

See Also:
Constant Field Values

EVT_ONABORT

public static final java.lang.String EVT_ONABORT
Deprecated. 
Called when the item's drawing is cancelled

See Also:
Constant Field Values

EVT_ONERROR

public static final java.lang.String EVT_ONERROR
Deprecated. 
Called when the an error occurs during the drawing

See Also:
Constant Field Values

EVT_ONRESIZE

public static final java.lang.String EVT_ONRESIZE
Deprecated. 
Called when the item is resized

See Also:
Constant Field Values

EVT_ONSCROLL

public static final java.lang.String EVT_ONSCROLL
Deprecated. 
Called when the item is scroolled

See Also:
Constant Field Values

EVT_ONZOOM

public static final java.lang.String EVT_ONZOOM
Deprecated. 
Called when a zoom is applied

See Also:
Constant Field Values

EVT_ONFOCUSIN

public static final java.lang.String EVT_ONFOCUSIN
Deprecated. 
Called when the item aquires the focus

See Also:
Constant Field Values

EVT_ONFOCUSOUT

public static final java.lang.String EVT_ONFOCUSOUT
Deprecated. 
Called when the item leaves the focus

See Also:
Constant Field Values

EVT_ONACTIVATE

public static final java.lang.String EVT_ONACTIVATE
Deprecated. 
Called when item is selected

See Also:
Constant Field Values

EVT_ONBEGIN

public static final java.lang.String EVT_ONBEGIN
Deprecated. 
Called when the ???

See Also:
Constant Field Values

EVT_ONEND

public static final java.lang.String EVT_ONEND
Deprecated. 
Called when the ???

See Also:
Constant Field Values

EVT_ONREPEAT

public static final java.lang.String EVT_ONREPEAT
Deprecated. 
Called when the ???

See Also:
Constant Field Values

EVT_ONKEYPRESS

public static final java.lang.String EVT_ONKEYPRESS
Deprecated. 
Called when a key is pressed and the item is selected

See Also:
Constant Field Values
Constructor Detail

DEvent

public DEvent()
Deprecated. 
creates a new event with ONCLICK type by default


DEvent

public DEvent(java.lang.String type,
              java.lang.String handler)
Deprecated. 
creates a new event with type and handler

Method Detail

getHandler

public java.lang.String getHandler()
Deprecated. 
returns the handler


setHandler

public void setHandler(java.lang.String handler)
Deprecated. 
sets a handler associated wit the event type


getType

public java.lang.String getType()
Deprecated. 
Returns:
returns the type of the event. The value is defined above prefixed by 'EVT_'

setType

public void setType(java.lang.String type)
Deprecated. 
sets the type of the event. The value is defined above prefixed by 'EVT_'


TPTP 4.5.0 Platform Project
Internal API Specification