Uses of Class
com.luciad.lucy.map.TLcyMapLayerControl
Package
Description
Contains a broad range of classes related to the visual represention of a map.
-
Uses of TLcyMapLayerControl in com.luciad.lucy.map
Modifier and TypeMethodDescriptionprotected TLcyMapLayerControl
TLcyMapLayerControlFactory.createEmptyMapLayerControl
(TLcyMapComponent aMapComponent) Creates an empty layer control, without any content, buttons or panels.Modifier and TypeMethodDescriptionprotected ILcdAction
TLcyMapLayerControlFactory.createAction
(int aID, TLcyMapLayerControl aLayerControl) Creates an action.protected ILcyActionBar
TLcyMapLayerControlFactory.createActionBar
(int aID, TLcyMapLayerControl aLayerControl) Creates an empty action bar.protected ILcyActionBar
TLcyMapLayerControlFactory.createActionBar
(TLcyMapLayerControl aLayerControl) Creates an empty action bar.protected ILcyActiveSettable
TLcyMapLayerControlFactory.createActiveSettable
(int aID, TLcyMapLayerControl aLayerControl) Creates an active settable.protected void
TLcyMapLayerControlFactory.createAndSetLayout
(TLcyMapLayerControl aLayerControlSFCT) Creates and sets the layout to the given layer control.protected Component
TLcyMapLayerControlFactory.createComponent
(int aID, TLcyMapLayerControl aLayerControl) Creates a component.protected ILcyPopupMenu
TLcyMapLayerControlFactory.createPopupMenu
(int aID, TLcyMapLayerControl aLayerControl) Creates an empty popup menu.protected JTree
TLcyMapLayerControlFactory.createTree
(int aID, TLcyMapLayerControl aMapLayerControl) Creates aJTree
which will be used in the map layer control.protected TreeCellRenderer
TLcyMapLayerControlFactory.createTreeCellRenderer
(int aID, TLcyMapLayerControl aMapLayerControl) Creates theTreeCellRenderer
used by theJTree
of the map layer controlprotected TreeModel
TLcyMapLayerControlFactory.createTreeModel
(int aID, TLcyMapLayerControl aMapLayerControl) Creates theTreeModel
used by theJTree
of the map layer controlprotected void
TLcyMapLayerControlFactory.finalizeCreation
(TLcyMapLayerControl aLayerControl) Method called to finalize the creation process.protected void
TLcyMapLayerControlFactory.insertAction
(int aID, ILcdAction aAction, TLcyMapLayerControl aLayerControlSFCT) Inserts the given action into the action bar, order bar and popup menu of the given layer control.protected void
TLcyMapLayerControlFactory.insertActionBar
(int aID, ILcyActionBar aActionBar, TLcyMapLayerControl aLayerControlSFCT) Inserts the given action bar into the given layer control.protected void
TLcyMapLayerControlFactory.insertActionBar
(ILcyActionBar aActionBar, TLcyMapLayerControl aLayerControlSFCT) Insert the given action bar into the given layer control.protected void
TLcyMapLayerControlFactory.insertActionInActionBar
(int aID, ILcdAction aAction, TLcyMapLayerControl aLayerControlSFCT) Inserts the given action into the regular action bar of the given layer control.protected void
TLcyMapLayerControlFactory.insertActionInOrderBar
(int aID, ILcdAction aAction, TLcyMapLayerControl aLayerControlSFCT) Inserts the given action into the order action bar of the given layer control.protected void
TLcyMapLayerControlFactory.insertActionInPopupMenu
(int aID, ILcdAction aAction, TLcyMapLayerControl aLayerControlSFCT) Inserts the given action into the popup menu of the given layer control.protected void
TLcyMapLayerControlFactory.insertActiveSettable
(int aID, ILcyActiveSettable aActiveSettable, TLcyMapLayerControl aLayerControlSFCT) Inserts the given active settable into the action bar, order bar and popup menu of the given layer control.protected void
TLcyMapLayerControlFactory.insertActiveSettableInActionBar
(int aID, ILcyActiveSettable aActiveSettable, TLcyMapLayerControl aLayerControlSFCT) Inserts the given active settable into the regular action bar of the given layer control.protected void
TLcyMapLayerControlFactory.insertActiveSettableInOrderBar
(int aID, ILcyActiveSettable aActiveSettable, TLcyMapLayerControl aLayerControlSFCT) Inserts the given active settable into the order action bar of the given layer control.protected void
TLcyMapLayerControlFactory.insertActiveSettableInPopupMenu
(int aID, ILcyActiveSettable aActiveSettable, TLcyMapLayerControl aLayerControlSFCT) Inserts the given active settable into the popup menu of the given layer control.protected void
TLcyMapLayerControlFactory.insertComponent
(int aID, Component aComponent, TLcyMapLayerControl aLayerControlSFCT) Inserts the given component into the given layer control.protected void
TLcyMapLayerControlFactory.insertComponentInActionBar
(int aID, Component aComponent, TLcyMapLayerControl aMapLayerControl) Inserts the given component in the regular action bar (seegetActionBar()
) of the given map layer control.protected void
TLcyMapLayerControlFactory.insertComponentInOrderBar
(int aID, Component aComponent, TLcyMapLayerControl aMapLayerControl) Inserts the given component in the order action bar (seegetOrderActionBar()
) of the given map layer control.