Uses of Interface
com.luciad.util.ILcdSelectionListener
Package
Description
Basic utilities.
General aspects of views.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Provides layer-specific asynchronous painting.
Provides an asynchronous layer wrapper and paint queue implementation that allows
inserting Lightspeed layers into an
ILcdGXYView
.Provides support for OpenGL-based 2D and 3D visualization of data.
Provides layering support for
ILspView
.Provides support for visualizing
ILcdGXYLayer
instances in an
ILspView
.Utilities for making maps.
Provides GXY visualization support
for the Military Grid Reference System (MGRS).
Classes to work with rectangular axis aligned grids consisting of multiple uniform levels, called multilevel grids.
-
Uses of ILcdSelectionListener in com.luciad.util
Modifier and TypeClassDescriptionclass
AILcdSelectionListener
implementation which only keeps aWeakReference
to the object it wants to update when selection changes are received.Modifier and TypeMethodDescriptionvoid
ILcdSelection.addSelectionListener
(ILcdSelectionListener<T> aSelectionListener) Adds a listener to this selection.void
TLcdSelectionSupport.addSelectionListener
(ILcdSelectionListener<T> aSelectionListener) Adds the given listener to the list of objects that will be notified by any selection changed passed inTLcdSelectionSupport.fireSelectionEvent(TLcdSelectionChangedEvent)
.void
ILcdSelection.removeSelectionListener
(ILcdSelectionListener<T> aSelectionListener) Removes anILcdSelectionListener
from thisILcdSelection
.void
TLcdSelectionSupport.removeSelectionListener
(ILcdSelectionListener<T> aSelectionListener) -
Uses of ILcdSelectionListener in com.luciad.view
Modifier and TypeMethodDescriptionvoid
ILcdLayerTreeNode.addHierarchySelectionListener
(ILcdSelectionListener aListener) Registers the givenILcdSelectionListener
to receiveTLcdSelectionChangedEvent
s from all theILcdLayer
s contained in the tree with this node as root node.void
TLcdLayerTreeNodeSupport.addHierarchySelectionListener
(ILcdSelectionListener aListener) Registers the givenILcdSelectionListener
to receiveTLcdSelectionChangedEvent
s from all theILcdLayer
s contained in the tree with this node as root node.void
TLcdLayer.addSelectionListener
(ILcdSelectionListener<Object> aSelectionListener) void
ILcdLayerTreeNode.removeHierarchySelectionListener
(ILcdSelectionListener aListener) Unregisters the givenILcdSelectionListener
from receivingTLcdSelectionChangedEvent
s for the tree with this node as root node.void
TLcdLayerTreeNodeSupport.removeHierarchySelectionListener
(ILcdSelectionListener aListener) Unregisters the givenILcdSelectionListener
from receivingTLcdSelectionChangedEvent
s for the tree with this node as root node.void
TLcdLayer.removeSelectionListener
(ILcdSelectionListener<Object> aSelectionListener) -
Uses of ILcdSelectionListener in com.luciad.view.gxy
Modifier and TypeMethodDescriptionvoid
TLcdGXYLayerTreeNode.addHierarchySelectionListener
(ILcdSelectionListener aListener) void
ILcdGXYView.addLayerSelectionListener
(ILcdSelectionListener aSelectionListener) Registers the givenILcdSelectionListener
to be informed of selection change events from any layer in this view.void
TLcdGXYViewBufferedImage.addLayerSelectionListener
(ILcdSelectionListener aSelectionListener) void
TLcdGXYViewCanvas.addLayerSelectionListener
(ILcdSelectionListener aSelectionListener) void
TLcdGXYViewJPanel.addLayerSelectionListener
(ILcdSelectionListener aSelectionListener) void
TLcdGXYViewJPanelLightWeight.addLayerSelectionListener
(ILcdSelectionListener aSelectionListener) void
TLcdGXYViewPanel.addLayerSelectionListener
(ILcdSelectionListener aSelectionListener) void
TLcdGXYViewPlanarImage.addLayerSelectionListener
(ILcdSelectionListener aSelectionListener) void
TLcdGXYDensityLayer.addSelectionListener
(ILcdSelectionListener aSelectionListener) void
TLcdGXYLayerList.addSelectionListener
(ILcdSelectionListener aListener) Deprecated.Adds a listener that will be notified of changes to the selection of sublayers in this list.void
TLcdGXYLayerTreeNode.removeHierarchySelectionListener
(ILcdSelectionListener aListener) void
ILcdGXYView.removeLayerSelectionListener
(ILcdSelectionListener aSelectionListener) Unregisters the givenILcdSelectionListener
from receiving selection change events from any layer in this view.void
TLcdGXYViewBufferedImage.removeLayerSelectionListener
(ILcdSelectionListener aSelectionListener) void
TLcdGXYViewCanvas.removeLayerSelectionListener
(ILcdSelectionListener aSelectionListener) void
TLcdGXYViewJPanel.removeLayerSelectionListener
(ILcdSelectionListener aSelectionListener) void
TLcdGXYViewJPanelLightWeight.removeLayerSelectionListener
(ILcdSelectionListener aSelectionListener) void
TLcdGXYViewPanel.removeLayerSelectionListener
(ILcdSelectionListener aSelectionListener) void
TLcdGXYViewPlanarImage.removeLayerSelectionListener
(ILcdSelectionListener aSelectionListener) void
TLcdGXYDensityLayer.removeSelectionListener
(ILcdSelectionListener aSelectionListener) void
TLcdGXYLayerList.removeSelectionListener
(ILcdSelectionListener aListener) Deprecated.Removes a listener that will no longer be notified of changes to the selection of sublayers in this list. -
Uses of ILcdSelectionListener in com.luciad.view.gxy.asynchronous
Modifier and TypeMethodDescriptionvoid
TLcdGXYAsynchronousEditableLabelsLayerTreeNodeWrapper.addHierarchySelectionListener
(ILcdSelectionListener aListener) void
TLcdGXYAsynchronousLayerTreeNodeWrapper.addHierarchySelectionListener
(ILcdSelectionListener aListener) void
TLcdGXYAsynchronousLayerWrapper.addSelectionListener
(ILcdSelectionListener<Object> aSelectionListener) void
TLcdGXYAsynchronousEditableLabelsLayerTreeNodeWrapper.removeHierarchySelectionListener
(ILcdSelectionListener aListener) void
TLcdGXYAsynchronousLayerTreeNodeWrapper.removeHierarchySelectionListener
(ILcdSelectionListener aListener) void
TLcdGXYAsynchronousLayerWrapper.removeSelectionListener
(ILcdSelectionListener<Object> aSelectionListener) -
Uses of ILcdSelectionListener in com.luciad.view.gxy.asynchronous.lightspeed
Modifier and TypeMethodDescriptionvoid
TLcdGXYLspAsynchronousLayerTreeNodeWrapper.addHierarchySelectionListener
(ILcdSelectionListener aListener) Deprecated.void
TLcdGXYLspAsynchronousLayerTreeNodeWrapper.removeHierarchySelectionListener
(ILcdSelectionListener aListener) Deprecated. -
Uses of ILcdSelectionListener in com.luciad.view.lightspeed
Modifier and TypeMethodDescriptionvoid
ALspAWTView.addLayerSelectionListener
(ILcdSelectionListener aSelectionListener) void
ILspView.addLayerSelectionListener
(ILcdSelectionListener aSelectionListener) Adds the givenILcdSelectionListener
to the view so that is notified of any selection changes in any of the view's layers.void
TLspExternalView.addLayerSelectionListener
(ILcdSelectionListener aSelectionListener) Deprecated.void
TLspFXView.addLayerSelectionListener
(ILcdSelectionListener aSelectionListener) void
TLspOffscreenView.addLayerSelectionListener
(ILcdSelectionListener aSelectionListener) void
ALspAWTView.removeLayerSelectionListener
(ILcdSelectionListener aSelectionListener) void
ILspView.removeLayerSelectionListener
(ILcdSelectionListener aSelectionListener) Removes the givenILcdSelectionListener
from the view so that it is no longer notified of selection changes.void
TLspExternalView.removeLayerSelectionListener
(ILcdSelectionListener aSelectionListener) Deprecated.void
TLspFXView.removeLayerSelectionListener
(ILcdSelectionListener aSelectionListener) void
TLspOffscreenView.removeLayerSelectionListener
(ILcdSelectionListener aSelectionListener) -
Uses of ILcdSelectionListener in com.luciad.view.lightspeed.layer
Modifier and TypeMethodDescriptionvoid
TLspLayerTreeNode.addHierarchySelectionListener
(ILcdSelectionListener aListener) void
ALspLayer.addSelectionListener
(ILcdSelectionListener<Object> aSelectionListener) void
TLspLayerTreeNode.removeHierarchySelectionListener
(ILcdSelectionListener aListener) void
ALspLayer.removeSelectionListener
(ILcdSelectionListener<Object> aSelectionListener) -
Uses of ILcdSelectionListener in com.luciad.view.lightspeed.layer.integration.gxy
Modifier and TypeMethodDescriptionvoid
TLspGXYLayerTreeNodeAdapter.addHierarchySelectionListener
(ILcdSelectionListener aListener) Deprecated.void
TLspGXYLayerAdapter.addSelectionListener
(ILcdSelectionListener<Object> aSelectionListener) Deprecated.void
TLspGXYLayerTreeNodeAdapter.removeHierarchySelectionListener
(ILcdSelectionListener aListener) Deprecated.void
TLspGXYLayerAdapter.removeSelectionListener
(ILcdSelectionListener<Object> aSelectionListener) Deprecated. -
Uses of ILcdSelectionListener in com.luciad.view.map
Modifier and TypeMethodDescriptionvoid
TLcdMapGeorefGridLayer.addSelectionListener
(ILcdSelectionListener aSelectionListener) Performs no operations.void
TLcdMapLonLatGridLayer.addSelectionListener
(ILcdSelectionListener aSelectionListener) Performs no operations.void
TLcdUPSGridLayer.addSelectionListener
(ILcdSelectionListener aSelectionListener) This layer does not support selection.void
TLcdUTMGridLayer.addSelectionListener
(ILcdSelectionListener aSelectionListener) This layer does not support selection.void
TLcdXYGridLayer.addSelectionListener
(ILcdSelectionListener aSelectionListener) This layer does not support selection.void
TLcdMapGeorefGridLayer.removeSelectionListener
(ILcdSelectionListener aSelectionListener) Performs no operations.void
TLcdMapLonLatGridLayer.removeSelectionListener
(ILcdSelectionListener aSelectionListener) Performs no operations.void
TLcdUPSGridLayer.removeSelectionListener
(ILcdSelectionListener aSelectionListener) This layer does not support selection.void
TLcdUTMGridLayer.removeSelectionListener
(ILcdSelectionListener aSelectionListener) This layer does not support selection.void
TLcdXYGridLayer.removeSelectionListener
(ILcdSelectionListener aSelectionListener) This layer does not support selection. -
Uses of ILcdSelectionListener in com.luciad.view.map.mgrs
Modifier and TypeMethodDescriptionvoid
TLcdMGRSGridLayer.addSelectionListener
(ILcdSelectionListener aSelectionListener) This layer does not support selection.void
TLcdMGRSGridLayer.removeSelectionListener
(ILcdSelectionListener aSelectionListener) This layer does not support selection. -
Uses of ILcdSelectionListener in com.luciad.view.map.multilevelgrid
Modifier and TypeMethodDescriptionvoid
TLcdMultilevelGridLayer.addSelectionListener
(ILcdSelectionListener aSelectionListener) This layer does not support selection.void
TLcdMultilevelGridLayer.removeSelectionListener
(ILcdSelectionListener aSelectionListener) This layer does not support selection.