Uses of Interface
com.luciad.lucy.gui.ILcyMenuBar
Packages that use ILcyMenuBar
Package
Description
This package contains the core of Lucy: the
back-end
, which
is the central point of Lucy where addons
can add functionality to
extend Lucy, and the default front-end
.Provides various addons that add support for 2D maps; the most important addon is the TLcyMapAddOn.
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 ILcyMenuBar in com.luciad.lucy
Methods in com.luciad.lucy that return ILcyMenuBarModifier and TypeMethodDescriptionILcyLucyEnv.getMainMenuBar()
Short forgetUserInterfaceManager().getMainMenuBar()
.Methods in com.luciad.lucy with parameters of type ILcyMenuBarModifier and TypeMethodDescriptionstatic ILcyLucyEnv
TLcyLucyEnvFactory.createLucyEnv
(ILcyApplicationPaneFactory aApplicationPaneFactory, ILcyMenuBar aMainMenuBar) Equivalent tocreateLucyEnv( aApplicationPaneFactory, aMainMenuBar, true )
.TLcyLucyEnvFactory.createLucyEnv
(ILcyApplicationPaneFactory aApplicationPaneFactory, ILcyMenuBar aMainMenuBar, boolean aMergeMenuBars) Creates a new lucy environment where the givenILcyApplicationPaneFactory
and the givenILcyMenuBar
are used.TLcyTabbedPaneLucyEnvFactory.createLucyEnv
(Container[] aContainers, ILcyMenuBar aMainMenuBar, boolean aMergeMenuBars) Creates a newILcyLucyEnv
.TLcyTabbedPaneLucyEnvFactory.createLucyEnv
(Container aSingleMapContainer, JTabbedPane[] aApplicationPaneContainerArray, ILcyMenuBar aMainMenuBar, boolean aMergeMenuBars) Creates a newILcyLucyEnv
.TLcyTabbedPaneLucyEnvFactory.createLucyEnv
(JTabbedPane[] aApplicationPaneContainerArray, ILcyMenuBar aMainMenuBar, boolean aMergeMenuBars) Creates a newILcyLucyEnv
. -
Uses of ILcyMenuBar in com.luciad.lucy.addons.map
Methods in com.luciad.lucy.addons.map that return ILcyMenuBarModifier and TypeMethodDescriptionprotected ILcyMenuBar
TLcyMapOverviewComponentFactory.createMenuBar
(TLcyMapComponent aMapComponent) Override: returns null if 'map_overview.create_toolbar' is false. -
Uses of ILcyMenuBar in com.luciad.lucy.gui
Classes in com.luciad.lucy.gui that implement ILcyMenuBarModifier and TypeClassDescriptionclass
Extension ofALcyActionBarSW
that represents a menu bar.Methods in com.luciad.lucy.gui that return ILcyMenuBarModifier and TypeMethodDescriptionTLcyUserInterfaceManager.getMainMenuBar()
Returns the main menu bar of Lucy.Constructors in com.luciad.lucy.gui with parameters of type ILcyMenuBarModifierConstructorDescriptionTLcyUserInterfaceManager
(ILcyLucyEnv aLucyEnv, ILcyApplicationPaneFactory aApplicationPaneFactory, ILcyMenuBar aMainMenuBar) Constructs a newTLcyUserInterfaceManager
. -
Uses of ILcyMenuBar in com.luciad.lucy.map
Methods in com.luciad.lucy.map that return ILcyMenuBarModifier and TypeMethodDescriptionprotected ILcyMenuBar
TLcyMapComponentFactory.createMenuBar
(TLcyMapComponent aMapComponent) Creates a menu bar for the given map component.ILcyGenericMapComponent.getMenuBar()
Deprecated.It is strongly recommended not to access the action bars of the map component directly.TLcyMapComponent.getMenuBar()
Methods in com.luciad.lucy.map with parameters of type ILcyMenuBarModifier and TypeMethodDescriptionvoid
TLcyMapComponent.setMenuBar
(ILcyMenuBar aMenuBar) Sets the menu bar of this map component.protected void
TLcyMapComponentFactory.setMenuBar
(ILcyMenuBar aMenuBar, TLcyMapComponent aMapComponentSFCT) Sets the given menu bar to the given map component. -
Uses of ILcyMenuBar in com.luciad.lucy.map.lightspeed
Methods in com.luciad.lucy.map.lightspeed that return ILcyMenuBarModifier and TypeMethodDescriptionprotected ILcyMenuBar
TLcyLspMapComponentFactory.createMenuBar
(ALcyProperties aProperties) Create a new menu bar.TLcyLspMapComponent.getMenuBar()
protected final ILcyMenuBar
TLcyLspMapComponentFactory.getMenuBar()
Returns the created menu barMethods in com.luciad.lucy.map.lightspeed with parameters of type ILcyMenuBarModifier and TypeMethodDescriptionvoid
TLcyLspMapComponent.setMenuBar
(ILcyMenuBar aMenuBar) Sets the menu bar of this map component.