|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.mozilla.jrex.ui.JRexPopupMenuImpl
Class implementing JRexPopupMenu interface.
JRexPopupMenu
Constructor Summary | |
JRexPopupMenuImpl()
Don't use this function to create a JRexToolBar instance use JRexFactory. |
Method Summary | |
void |
actionPerformed(ActionEvent ae)
|
void |
setBrowser(JRexCanvas browser)
Invoked to set the browser component associated with PopupMenu. |
void |
setMode(int mode)
Invoked to set the WindowManager MODE in use. |
void |
showContextMenu(ContextMenuEvent ce)
Called when the browser receives a context menu event. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JRexPopupMenuImpl()
JRexFactory
Method Detail |
public void setBrowser(JRexCanvas browser)
JRexPopupMenu
setBrowser
in interface JRexPopupMenu
public void setMode(int mode)
JRexPopupMenu
setMode
in interface JRexPopupMenu
public void showContextMenu(ContextMenuEvent ce)
ContextMenuListener
event
, indicate where and what was clicked on.
showContextMenu
in interface ContextMenuListener
ContextMenuEvent
public void actionPerformed(ActionEvent ae)
actionPerformed
in interface ActionListener
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |