|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pepper.guiutils.browser.BrowserEvent
com.pepper.guiutils.browser.PepperContextMenuEvent
public class PepperContextMenuEvent
Pepper wrapper for JRex ContextMenuEvent
Constructor Summary | |
---|---|
PepperContextMenuEvent(String viewId,
int contextFlags,
int xPos,
int yPos,
int screenX,
int screenY,
Node theTargetNode,
int nodeType,
String uri,
String imageUri)
|
Method Summary | |
---|---|
int |
getClientX()
Returns x co-ordinate where context menu should be displayed. |
int |
getClientY()
Returns y co-ordinate where context menu should be displayed. |
int |
getContextFlags()
Returns context flags for the event. |
String |
getImageURI()
Returns mage uri for the event, if any. |
int |
getNodeType()
Returns node type for the event. |
int |
getScreenX()
|
int |
getScreenY()
|
Node |
getTargetNode()
Return the target node for this event |
String |
getURI()
Returns uri for the event. |
String |
toString()
|
Methods inherited from class com.pepper.guiutils.browser.BrowserEvent |
---|
getEventParam, getEventType, getViewID |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PepperContextMenuEvent(String viewId, int contextFlags, int xPos, int yPos, int screenX, int screenY, Node theTargetNode, int nodeType, String uri, String imageUri)
Method Detail |
---|
public int getContextFlags()
ContextMenuEventConstants
public int getScreenX()
public int getScreenY()
public int getClientX()
public int getClientY()
public Node getTargetNode()
Node
valuepublic int getNodeType()
public String getURI()
public String getImageURI()
public String toString()
toString
in class BrowserEvent
Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |