Uses of Interface
com.luciad.lucy.gui.ILcyToolBar
Packages that use 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
Methods in com.luciad.lucy.addons.map that return ILcyToolBarModifier and TypeMethodDescriptionprotected ILcyToolBarTLcyMapOverviewComponentFactory.createRightToolBar(TLcyMapComponent aMapComponent) protected ILcyToolBarTLcyMapOverviewComponentFactory.createToolBar(TLcyMapComponent aMapComponent) Override: returns null if 'map_overview.create_toolbar' is false. -
Uses of ILcyToolBar in com.luciad.lucy.gui
Classes in com.luciad.lucy.gui that implement ILcyToolBarModifier and TypeClassDescriptionclassGeneralclassExtension ofTLcyToolBarthat uses icons (for example images) as the button backgrounds, instead of using the global Look and Feel settings.classExtension ofALcyActionBarthat also implementsILcyToolBar. -
Uses of ILcyToolBar in com.luciad.lucy.map
Methods in com.luciad.lucy.map that return ILcyToolBarModifier and TypeMethodDescriptionprotected ILcyToolBarTLcyMapComponentFactory.createOnMapActionBar(TLcyMapComponent aMapComponent) Creates a on map action bar for the given map component.protected ILcyToolBarTLcyMapComponentFactory.createRightToolBar(TLcyMapComponent aMapComponent) Creates a tool bar for the given map component, which will be placed on the north-east side by default.protected ILcyToolBarTLcyMapComponentFactory.createStatusBar(TLcyMapComponent aMapComponent) Creates a status bar for the given map component.protected ILcyToolBarTLcyMapComponentFactory.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()Methods in com.luciad.lucy.map with parameters of type ILcyToolBarModifier and TypeMethodDescriptionprotected voidTLcyMapComponentFactory.setRightToolBar(ILcyToolBar aRightToolBar, TLcyMapComponent aMapComponentSFCT) Sets the given tool bar to the given map component.voidTLcyMapComponent.setStatusBar(ILcyToolBar aStatusBar) Sets the statusbar of this map compoennt.voidTLcyMapComponent.setToolBar(ILcyToolBar aToolBar) Sets the tool bar of this map component.protected voidTLcyMapComponentFactory.setToolBar(ILcyToolBar aToolBar, TLcyMapComponent aMapComponentSFCT) Sets the given toolbar to the given map component. -
Uses of ILcyToolBar in com.luciad.lucy.map.lightspeed
Methods in com.luciad.lucy.map.lightspeed that return ILcyToolBarModifier and TypeMethodDescriptionprotected ILcyToolBarTLcyLspMapComponentFactory.createToolBar(int aToolBarID, ALcyProperties aProperties) Creates anILcyToolBarfor the given ID.TLcyLspMapComponent.getStatusBar()TLcyLspMapComponent.getToolBar()protected final ILcyToolBarTLcyLspMapComponentFactory.getToolBar(int aToolBarID) Returns theILcyToolBarfor the given ID.Methods in com.luciad.lucy.map.lightspeed with parameters of type ILcyToolBarModifier and TypeMethodDescriptionvoidTLcyLspMapComponent.setStatusBar(ILcyToolBar aStatusBar) Sets the statusbar of this map component.voidTLcyLspMapComponent.setToolBar(ILcyToolBar aToolBar) Sets the tool bar of this map component.