|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
java.awt.AWTEvent
com.ptc.wvs.client.pview.PViewEvent
Field Summary | |
private long |
componentId
|
private int |
hwnd
|
private int |
id
|
static int |
LOAD_COMPLETE
Load completed |
static int |
LOAD_ED_COMPLETE
Load ED completed |
static int |
MESSAGE
Status bar message |
private String |
modifiers
|
static int |
NODE_ACTIVATED
Graphics activated |
static int |
NODE_DESELECTED
Graphical component de-selected |
static int |
NODE_HIDDEN
Graphics hidden |
static int |
NODE_LOADED
Graphics loaded |
static int |
NODE_MOVED
Component moved |
static int |
NODE_SELECTED
Graphical component selected |
static int |
NODE_UNLOADED
Graphics un-loaded |
static int |
NODE_VIEWABLE
Node has viewable data associated |
static int |
NODE_VIEWED
Graphics displayed |
static int |
PROBE
Probe co-ordinates |
static int |
VIEW_MOVED
View Moved |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
PViewEvent(Object source,
int hwnd,
int id,
long componentId)
Constructs a PViewEvent object. |
|
PViewEvent(Object source,
int hwnd,
int id,
long componentId,
String modifiers)
Constructs a PViewEvent object with modifier |
Method Summary | |
long |
getComponentId()
Returns the component identifier effected by the event |
int |
getHwnd()
Returns the window handle of event |
int |
getId()
Returns the type of event |
String |
getModifiers()
Returns the modifier to the event |
Methods inherited from class java.awt.AWTEvent |
consume, getID, isConsumed, paramString, setSource, toString |
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int MESSAGE
public static final int PROBE
public static final int NODE_SELECTED
public static final int NODE_DESELECTED
public static final int NODE_LOADED
public static final int NODE_UNLOADED
public static final int NODE_HIDDEN
public static final int NODE_VIEWABLE
public static final int NODE_VIEWED
public static final int NODE_ACTIVATED
public static final int NODE_MOVED
public static final int LOAD_COMPLETE
public static final int LOAD_ED_COMPLETE
public static final int VIEW_MOVED
private long componentId
private String modifiers
private int id
private int hwnd
Constructor Detail |
public PViewEvent(Object source, int hwnd, int id, long componentId)
PViewEvent
object.
source
- the object that originated the eventid
- an object that identifies the eventcomponentId
- the effected component idpublic PViewEvent(Object source, int hwnd, int id, long componentId, String modifiers)
PViewEvent
object with modifier
source
- the object that originated the eventid
- an integer that identifies the eventcomponentId
- the effected component idmodifiers
- flagMethod Detail |
public int getHwnd()
public int getId()
public long getComponentId()
public String getModifiers()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |