Package com.luciad.lucy.gui
Interface ILcyPopupMenu
- All Superinterfaces:
ILcyActionBar
- All Known Implementing Classes:
TLcyPopupMenu
A popup menu. Popup menus are used to show context dependant actions.
-
Method Summary
Methods inherited from interface com.luciad.lucy.gui.ILcyActionBar
addActionBarListener, getActionBarItem, getActionBarItemCount, getComponent, insertAction, insertAction, insertActiveSettable, insertActiveSettable, insertActiveSettable, removeAction, removeActionBarListener, removeActiveSettable, retrieveDeactivatePossible, retrieveGroupDescriptor, retrieveGroupDescriptor, retrieveHelpIDString, retrieveHelpIDString, retrieveMenuGroupDescriptors, retrieveMenuGroupDescriptors, retrieveMenus, retrieveMenus, setHelpIDString, setHelpIDString
-
Method Details
-
show
Displays the popup menu at the position (x,y) in the coordinate space of the invoker.- Parameters:
aInvoker
- the component in whose space the popup menu will appear.aX
- the x coordinate.aY
- the y coordinate.
-