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 TypeClassDescriptionclassExtension ofALcyActionBarSWthat represents a popup menu. -
Uses of ILcyPopupMenu in com.luciad.lucy.map
Methods in com.luciad.lucy.map that return ILcyPopupMenuModifier and TypeMethodDescriptionprotected ILcyPopupMenuTLcyMapComponentFactory.createPopupMenu(TLcyMapComponent aMapComponent) Create a popup menu for the given map component.protected ILcyPopupMenuTLcyMapLayerControlFactory.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 TypeMethodDescriptionvoidTLcyMapComponent.setMapPopupMenu(ILcyPopupMenu aMapPopupMenu) Deprecated.voidTLcyMapComponent.setPopupMenu(ILcyPopupMenu aPopupMenu) Sets the popup menu of this map component.protected voidTLcyMapComponentFactory.setPopupMenu(ILcyPopupMenu aPopupMenu, TLcyMapComponent aMapComponentSFCT) Sets the given popup menu to the given map component.voidTLcyMapLayerControl.setPopupMenu(ILcyPopupMenu aPopupMenu) -
Uses of ILcyPopupMenu in com.luciad.lucy.map.lightspeed
Methods in com.luciad.lucy.map.lightspeed that return ILcyPopupMenuModifier and TypeMethodDescriptionprotected ILcyPopupMenuTLcyLspMapComponentFactory.createPopupMenu(ALcyProperties aProperties) Create a new pop up menu.protected ILcyPopupMenuTLcyLspMapLayerControlFactory.createPopupMenu(ALcyProperties aProperties) Creates an empty popup menu.TLcyLspMapComponent.getPopupMenu()protected final ILcyPopupMenuTLcyLspMapComponentFactory.getPopupMenu()Returns the created map popup menu.TLcyLspMapLayerControl.getPopupMenu()Returns the pop up menu that is associated with this layer control.protected ILcyPopupMenuTLcyLspMapLayerControlFactory.getPopupMenu()Returns the createdILcyPopupMenu.Methods in com.luciad.lucy.map.lightspeed with parameters of type ILcyPopupMenuModifier and TypeMethodDescriptionvoidTLcyLspMapComponent.setPopupMenu(ILcyPopupMenu aPopupMenu) Sets the popup menu of this map component.voidTLcyLspMapLayerControl.setPopupMenu(ILcyPopupMenu aPopupMenu) Sets the pop up menu that is associated with this layer control.
TLcyMapComponent.getPopupMenu()instead