Uses of Interface
com.luciad.lucy.gui.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
Modifier and TypeMethodDescriptionILcyLucyEnv.getMainMenuBar()
Short forgetUserInterfaceManager().getMainMenuBar()
.Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
Extension ofALcyActionBarSW
that represents a menu bar.Modifier and TypeMethodDescriptionTLcyUserInterfaceManager.getMainMenuBar()
Returns the main menu bar of Lucy.ModifierConstructorDescriptionTLcyUserInterfaceManager
(ILcyLucyEnv aLucyEnv, ILcyApplicationPaneFactory aApplicationPaneFactory, ILcyMenuBar aMainMenuBar) Constructs a newTLcyUserInterfaceManager
. -
Uses of ILcyMenuBar in com.luciad.lucy.map
Modifier 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()
Modifier 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
Modifier and TypeMethodDescriptionprotected ILcyMenuBar
TLcyLspMapComponentFactory.createMenuBar
(ALcyProperties aProperties) Create a new menu bar.TLcyLspMapComponent.getMenuBar()
protected final ILcyMenuBar
TLcyLspMapComponentFactory.getMenuBar()
Returns the created menu barModifier and TypeMethodDescriptionvoid
TLcyLspMapComponent.setMenuBar
(ILcyMenuBar aMenuBar) Sets the menu bar of this map component.