|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.engine.TWGContentInfoEventHandler
This is the base class for providing the interface between the user and the objects in a task association's view. This abstract class provides the interface subclasses must implement in order to perform the console notifications to notify a task association's view about user interaction. This interaction includes popup menu requests, double-click actions, menu action requests and drag/drop operations.
TWGContentInfoBeans
,
TWGContentInfoObjectHandler
Constructor Summary | |
---|---|
TWGContentInfoEventHandler()
Construct the handler object. |
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent evt,
long[] moids,
long[] coids)
Called by the console in response to a user selecting one of the items in the popup menu provided. |
void |
doubleClickRequest(long moid,
long coid)
Called by the console in response to a user double-clicking on a specific content info object for a specific oid. |
javax.swing.JPopupMenu |
getPopupMenu(long moid,
long coid)
Called by the console in response to a user requesting a popup menu for a specific content info object. |
void |
initializeHandler(long beanid)
Called during the initialization of the event handler to provide the bean id to the event handler. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TWGContentInfoEventHandler()
Method Detail |
public void initializeHandler(long beanid)
beanid
- unique id of the bean this handler is for.public javax.swing.JPopupMenu getPopupMenu(long moid, long coid)
moid
- The managed object id (or filter object id) that the content info
object is presented under.coid
- The content info object id that the popup menu is requested for.
public void actionPerformed(java.awt.event.ActionEvent evt, long[] moids, long[] coids)
evt
- The ActionEvent sent for the menu item selected.moids
- All managed object ids (or filter object ids) that the
selected content info objects are presented under.coids
- All selected content info object ids.public void doubleClickRequest(long moid, long coid)
moid
- The managed object id (or filter object id) that the content info
object is presented under.coid
- The content info object id that the popup menu is requested for.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |