Enterprise Information Portal APIs

com.ibm.mm.beans.gui
Class CMBItemPopupEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.ibm.mm.beans.gui.CMBItemPopupEvent
All Implemented Interfaces:
java.io.Serializable

public class CMBItemPopupEvent
extends java.util.EventObject

Generated by CMBSearchResultsViewer and CMBFolderViewer when a right mouse click is performed on folder or document in the details pane.

See Also:
Serialized Form

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

CMBItemPopupEvent

public CMBItemPopupEvent(java.lang.Object source,
                         CMBItem item,
                         int x,
                         int y)
constructs the event.
Parameters:
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

getItem

public CMBItem getItem()
returns the CMBItem of the selected item.

getX

public int getX()
returns the x coordinate of the mouse.

getY

public int getY()
returns the y coordinate of the mouse.

EIP JavaBeans

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.