|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.engine.TWGContentInfoEventHandler
com.BobCo.postit.BCPostItContentInfoEventHandler
The TWGContentInfoEventHandler class defines the interface that is used by the console 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.
Constructor Summary | |
---|---|
BCPostItContentInfoEventHandler()
Construct the handler object. |
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent evt,
long[] moid,
long[] coid)
Called by the console in response to a user selecting one of the items in the popup menu provided. |
void |
CommandComplete(com.tivoli.twg.libs.Command cmd)
Called when a Command that has been sent completes. |
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 BCPostItContentInfoEventHandler()
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 CommandComplete(com.tivoli.twg.libs.Command cmd)
CommandComplete
in interface com.tivoli.twg.libs.CommandCompleteListener
cmd
- The ActionEvent sent for the menu item selected.public void actionPerformed(java.awt.event.ActionEvent evt, long[] moid, long[] coid)
evt
- The ActionEvent sent for the menu item selected.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 was over.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 |