Uses of Interface
com.luciad.lucy.gui.ILcyToolBar
Package
Description
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 ILcyToolBar in com.luciad.lucy.addons.map
Modifier and TypeMethodDescriptionprotected ILcyToolBar
TLcyMapOverviewComponentFactory.createRightToolBar
(TLcyMapComponent aMapComponent) protected ILcyToolBar
TLcyMapOverviewComponentFactory.createToolBar
(TLcyMapComponent aMapComponent) Override: returns null if 'map_overview.create_toolbar' is false. -
Uses of ILcyToolBar in com.luciad.lucy.gui
Modifier and TypeClassDescriptionclass
Generalclass
Extension ofTLcyToolBar
that uses icons (for example images) as the button backgrounds, instead of using the global Look and Feel settings.class
Extension ofALcyActionBar
that also implementsILcyToolBar
. -
Uses of ILcyToolBar in com.luciad.lucy.map
Modifier and TypeMethodDescriptionprotected ILcyToolBar
TLcyMapComponentFactory.createOnMapActionBar
(TLcyMapComponent aMapComponent) Creates a on map action bar for the given map component.protected ILcyToolBar
TLcyMapComponentFactory.createRightToolBar
(TLcyMapComponent aMapComponent) Creates a tool bar for the given map component, which will be placed on the north-east side by default.protected ILcyToolBar
TLcyMapComponentFactory.createStatusBar
(TLcyMapComponent aMapComponent) Creates a status bar for the given map component.protected ILcyToolBar
TLcyMapComponentFactory.createToolBar
(TLcyMapComponent aMapComponent) Creates a toolbar for the given map component.ILcyGenericMapComponent.getStatusBar()
Deprecated.It is strongly recommended not to access the action bars of the map component directly.TLcyMapComponent.getStatusBar()
ILcyGenericMapComponent.getToolBar()
Deprecated.It is strongly recommended not to access the action bars of the map component directly.TLcyMapComponent.getToolBar()
Modifier and TypeMethodDescriptionprotected void
TLcyMapComponentFactory.setRightToolBar
(ILcyToolBar aRightToolBar, TLcyMapComponent aMapComponentSFCT) Sets the given tool bar to the given map component.void
TLcyMapComponent.setStatusBar
(ILcyToolBar aStatusBar) Sets the statusbar of this map compoennt.void
TLcyMapComponent.setToolBar
(ILcyToolBar aToolBar) Sets the tool bar of this map component.protected void
TLcyMapComponentFactory.setToolBar
(ILcyToolBar aToolBar, TLcyMapComponent aMapComponentSFCT) Sets the given toolbar to the given map component. -
Uses of ILcyToolBar in com.luciad.lucy.map.lightspeed
Modifier and TypeMethodDescriptionprotected ILcyToolBar
TLcyLspMapComponentFactory.createToolBar
(int aToolBarID, ALcyProperties aProperties) Creates anILcyToolBar
for the given ID.TLcyLspMapComponent.getStatusBar()
TLcyLspMapComponent.getToolBar()
protected final ILcyToolBar
TLcyLspMapComponentFactory.getToolBar
(int aToolBarID) Returns theILcyToolBar
for the given ID.Modifier and TypeMethodDescriptionvoid
TLcyLspMapComponent.setStatusBar
(ILcyToolBar aStatusBar) Sets the statusbar of this map component.void
TLcyLspMapComponent.setToolBar
(ILcyToolBar aToolBar) Sets the tool bar of this map component.