Uses of Interface
com.luciad.lucy.gui.ILcyPopupMenu
Packages that use ILcyPopupMenu
Package
Description
Contains graphical user interface related classes like menu bars, toolbars, application panes and customizer factories.
Contains a broad range of classes related to the visual represention of a map.
Contains a broad range of classes related to the visual representation of a map.
-
Uses of ILcyPopupMenu in com.luciad.lucy.gui
Classes in com.luciad.lucy.gui that implement ILcyPopupMenuModifier and TypeClassDescriptionclass
Extension ofALcyActionBarSW
that represents a popup menu. -
Uses of ILcyPopupMenu in com.luciad.lucy.map
Methods in com.luciad.lucy.map that return ILcyPopupMenuModifier and TypeMethodDescriptionprotected ILcyPopupMenu
TLcyMapComponentFactory.createPopupMenu
(TLcyMapComponent aMapComponent) Create a popup menu for the given map component.protected ILcyPopupMenu
TLcyMapLayerControlFactory.createPopupMenu
(int aID, TLcyMapLayerControl aLayerControl) Creates an empty popup menu.TLcyMapComponent.getMapPopupMenu()
Deprecated.ILcyGenericMapComponent.getPopupMenu()
Returns the popup menu of this map component.TLcyMapComponent.getPopupMenu()
TLcyMapLayerControl.getPopupMenu()
Methods in com.luciad.lucy.map with parameters of type ILcyPopupMenuModifier and TypeMethodDescriptionvoid
TLcyMapComponent.setMapPopupMenu
(ILcyPopupMenu aMapPopupMenu) Deprecated.void
TLcyMapComponent.setPopupMenu
(ILcyPopupMenu aPopupMenu) Sets the popup menu of this map component.protected void
TLcyMapComponentFactory.setPopupMenu
(ILcyPopupMenu aPopupMenu, TLcyMapComponent aMapComponentSFCT) Sets the given popup menu to the given map component.void
TLcyMapLayerControl.setPopupMenu
(ILcyPopupMenu aPopupMenu) -
Uses of ILcyPopupMenu in com.luciad.lucy.map.lightspeed
Methods in com.luciad.lucy.map.lightspeed that return ILcyPopupMenuModifier and TypeMethodDescriptionprotected ILcyPopupMenu
TLcyLspMapComponentFactory.createPopupMenu
(ALcyProperties aProperties) Create a new pop up menu.protected ILcyPopupMenu
TLcyLspMapLayerControlFactory.createPopupMenu
(ALcyProperties aProperties) Creates an empty popup menu.TLcyLspMapComponent.getPopupMenu()
protected final ILcyPopupMenu
TLcyLspMapComponentFactory.getPopupMenu()
Returns the created map popup menu.TLcyLspMapLayerControl.getPopupMenu()
Returns the pop up menu that is associated with this layer control.protected ILcyPopupMenu
TLcyLspMapLayerControlFactory.getPopupMenu()
Returns the createdILcyPopupMenu
.Methods in com.luciad.lucy.map.lightspeed with parameters of type ILcyPopupMenuModifier and TypeMethodDescriptionvoid
TLcyLspMapComponent.setPopupMenu
(ILcyPopupMenu aPopupMenu) Sets the popup menu of this map component.void
TLcyLspMapLayerControl.setPopupMenu
(ILcyPopupMenu aPopupMenu) Sets the pop up menu that is associated with this layer control.
TLcyMapComponent.getPopupMenu()
instead