Package com.luciad.lucy.map.lightspeed
Class TLcyLspMapDataFlavor
java.lang.Object
com.luciad.lucy.map.lightspeed.TLcyLspMapDataFlavor
Class representing data flavor constants for working with drag and drop operations of
ILspViews and ILspLayers.
DropTargetListeners and DragGestureListeners must support LSP_VIEW_DATA_FLAVOR and/or LSP_LAYERS_DATA_FLAVOR when they want to drag and drop
ILspViews and ILspLayers.
A GXY variant (see
TLcyMapDataFlavor) of this class is available as well.
- Since:
- 2012.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DataFlavorDataFlavorthat represents multipleILspLayers.static final DataFlavorDataFlavorthat representsILspView's. -
Method Summary
-
Field Details
-
LSP_VIEW_DATA_FLAVOR
DataFlavorthat representsILspView's. The transfer data for this constant will be aILspView. Note that one should never rely on the properties (e.g.LSP_VIEW_DATA_FLAVOR.getMimeType()) of this constant as they might change in a future version of Lucy. Instead one should always compare directly with this constant. -
LSP_LAYERS_DATA_FLAVOR
DataFlavorthat represents multipleILspLayers. The transfer data for this constant will be an array ofILspLayers. Note that one should never rely on the properties (e.g.LSP_LAYERS_DATA_FLAVOR.getMimeType()) of this constant as they might change in a future version of Lucy. Instead one should always compare directly with this constant.
-