|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--com.ibm.mm.beans.gui.CMBItemPopupEvent
Generated by CMBSearchResultsViewer and CMBFolderViewer when a right mouse click is performed on folder or document in the details pane.
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
CMBItemPopupEvent(java.lang.Object source,
CMBItem item,
int x,
int y)
constructs the event. |
Method Summary | |
CMBItem |
getItem()
returns the CMBItem of the selected item. |
int |
getX()
returns the x coordinate of the mouse. |
int |
getY()
returns the y coordinate of the mouse. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CMBItemPopupEvent(java.lang.Object source, CMBItem item, int x, int y)
source
- the source of the event.item
- the CMBItem representing the item.x
- the x coordinate of the mouse.y
- the y coordinate of the mouse.Method Detail |
public CMBItem getItem()
public int getX()
public int getY()
|
EIP JavaBeans | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |