Uses of Class
com.luciad.lucy.map.TLcyMapLayerControl
Packages that use 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
Methods in com.luciad.lucy.map that return TLcyMapLayerControlModifier and TypeMethodDescriptionprotected TLcyMapLayerControlTLcyMapLayerControlFactory.createEmptyMapLayerControl(TLcyMapComponent aMapComponent) Creates an empty layer control, without any content, buttons or panels.Methods in com.luciad.lucy.map with parameters of type TLcyMapLayerControlModifier and TypeMethodDescriptionprotected ILcdActionTLcyMapLayerControlFactory.createAction(int aID, TLcyMapLayerControl aLayerControl) Creates an action.protected ILcyActionBarTLcyMapLayerControlFactory.createActionBar(int aID, TLcyMapLayerControl aLayerControl) Creates an empty action bar.protected ILcyActionBarTLcyMapLayerControlFactory.createActionBar(TLcyMapLayerControl aLayerControl) Creates an empty action bar.protected ILcyActiveSettableTLcyMapLayerControlFactory.createActiveSettable(int aID, TLcyMapLayerControl aLayerControl) Creates an active settable.protected voidTLcyMapLayerControlFactory.createAndSetLayout(TLcyMapLayerControl aLayerControlSFCT) Creates and sets the layout to the given layer control.protected ComponentTLcyMapLayerControlFactory.createComponent(int aID, TLcyMapLayerControl aLayerControl) Creates a component.protected ILcyPopupMenuTLcyMapLayerControlFactory.createPopupMenu(int aID, TLcyMapLayerControl aLayerControl) Creates an empty popup menu.protected JTreeTLcyMapLayerControlFactory.createTree(int aID, TLcyMapLayerControl aMapLayerControl) Creates aJTreewhich will be used in the map layer control.protected TreeCellRendererTLcyMapLayerControlFactory.createTreeCellRenderer(int aID, TLcyMapLayerControl aMapLayerControl) Creates theTreeCellRendererused by theJTreeof the map layer controlprotected TreeModelTLcyMapLayerControlFactory.createTreeModel(int aID, TLcyMapLayerControl aMapLayerControl) Creates theTreeModelused by theJTreeof the map layer controlprotected voidTLcyMapLayerControlFactory.finalizeCreation(TLcyMapLayerControl aLayerControl) Method called to finalize the creation process.protected voidTLcyMapLayerControlFactory.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 voidTLcyMapLayerControlFactory.insertActionBar(int aID, ILcyActionBar aActionBar, TLcyMapLayerControl aLayerControlSFCT) Inserts the given action bar into the given layer control.protected voidTLcyMapLayerControlFactory.insertActionBar(ILcyActionBar aActionBar, TLcyMapLayerControl aLayerControlSFCT) Insert the given action bar into the given layer control.protected voidTLcyMapLayerControlFactory.insertActionInActionBar(int aID, ILcdAction aAction, TLcyMapLayerControl aLayerControlSFCT) Inserts the given action into the regular action bar of the given layer control.protected voidTLcyMapLayerControlFactory.insertActionInOrderBar(int aID, ILcdAction aAction, TLcyMapLayerControl aLayerControlSFCT) Inserts the given action into the order action bar of the given layer control.protected voidTLcyMapLayerControlFactory.insertActionInPopupMenu(int aID, ILcdAction aAction, TLcyMapLayerControl aLayerControlSFCT) Inserts the given action into the popup menu of the given layer control.protected voidTLcyMapLayerControlFactory.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 voidTLcyMapLayerControlFactory.insertActiveSettableInActionBar(int aID, ILcyActiveSettable aActiveSettable, TLcyMapLayerControl aLayerControlSFCT) Inserts the given active settable into the regular action bar of the given layer control.protected voidTLcyMapLayerControlFactory.insertActiveSettableInOrderBar(int aID, ILcyActiveSettable aActiveSettable, TLcyMapLayerControl aLayerControlSFCT) Inserts the given active settable into the order action bar of the given layer control.protected voidTLcyMapLayerControlFactory.insertActiveSettableInPopupMenu(int aID, ILcyActiveSettable aActiveSettable, TLcyMapLayerControl aLayerControlSFCT) Inserts the given active settable into the popup menu of the given layer control.protected voidTLcyMapLayerControlFactory.insertComponent(int aID, Component aComponent, TLcyMapLayerControl aLayerControlSFCT) Inserts the given component into the given layer control.protected voidTLcyMapLayerControlFactory.insertComponentInActionBar(int aID, Component aComponent, TLcyMapLayerControl aMapLayerControl) Inserts the given component in the regular action bar (seegetActionBar()) of the given map layer control.protected voidTLcyMapLayerControlFactory.insertComponentInOrderBar(int aID, Component aComponent, TLcyMapLayerControl aMapLayerControl) Inserts the given component in the order action bar (seegetOrderActionBar()) of the given map layer control.