Package | Description |
---|---|
com.luciad.lucy.addons.map |
Provides various addons that add support for 2D maps; the most important addon is the TLcyMapAddOn.
|
com.luciad.lucy.gui |
Contains graphical user interface related classes like menu bars, toolbars, application panes and customizer factories.
|
com.luciad.lucy.map |
Contains a broad range of classes related to the visual represention of a map.
|
com.luciad.lucy.map.lightspeed |
Contains a broad range of classes related to the visual representation of a map.
|
Modifier and Type | Method and Description |
---|---|
protected ILcyToolBar |
TLcyMapOverviewComponentFactory.createRightToolBar(TLcyMapComponent aMapComponent) |
protected ILcyToolBar |
TLcyMapOverviewComponentFactory.createToolBar(TLcyMapComponent aMapComponent)
Override: returns null if 'map_overview.create_toolbar' is false.
|
Modifier and Type | Class and Description |
---|---|
class |
TLcyComboBoxActionBar
General
|
class |
TLcySkinnedToolBar
Extension of
TLcyToolBar that uses icons (for example images) as the button
backgrounds, instead of using the global Look & Feel settings. |
class |
TLcyToolBar
Extension of
ALcyActionBar that also implements
ILcyToolBar . |
Modifier and Type | Method and Description |
---|---|
protected 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.
|
ILcyToolBar |
TLcyMapComponent.getStatusBar() |
ILcyToolBar |
ILcyGenericMapComponent.getStatusBar()
Deprecated.
It is strongly recommended not to access the action bars of the map component directly.
If you want to insert actions or active settables into one of those action bars, use
one of the
TLcyActionBarUtil#insertInConfiguredActionBars methods instead.
Consult the Lucy developer guide for more information about the action bar mechanism. |
ILcyToolBar |
TLcyMapComponent.getToolBar() |
ILcyToolBar |
ILcyGenericMapComponent.getToolBar()
Deprecated.
It is strongly recommended not to access the action bars of the map component directly.
If you want to insert actions or active settables into one of those action bars, use
one of the
TLcyActionBarUtil#insertInConfiguredActionBars methods instead.
Consult the Lucy developer guide for more information about the action bar mechanism. |
Modifier and Type | Method and Description |
---|---|
protected 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.
|
Modifier and Type | Method and Description |
---|---|
protected ILcyToolBar |
TLcyLspMapComponentFactory.createToolBar(int aToolBarID,
ALcyProperties aProperties)
Creates an
ILcyToolBar for the given ID. |
ILcyToolBar |
TLcyLspMapComponent.getStatusBar() |
ILcyToolBar |
TLcyLspMapComponent.getToolBar() |
protected ILcyToolBar |
TLcyLspMapComponentFactory.getToolBar(int aToolBarID)
Returns the
ILcyToolBar for the given ID. |
Modifier and Type | Method and Description |
---|---|
void |
TLcyLspMapComponent.setStatusBar(ILcyToolBar aStatusBar)
Sets the statusbar of this map component.
|
void |
TLcyLspMapComponent.setToolBar(ILcyToolBar aToolBar)
Sets the tool bar of this map component.
|