Package com.luciad.lucy.util.context
Class TLcyLayerContext
java.lang.Object
com.luciad.lucy.util.context.TLcyLayerContext
This context object defines everything related to a layer, more specifically the
ILcdView in which it is displayed.
This class if for example used by the Layer Properties action.
This action creates instances of this class, and creates a customizer panel for it using the
factories available as service.-
Constructor Summary
ConstructorsConstructorDescriptionTLcyLayerContext(ILcdLayer aLayer, ILcdView aView) Creates a new context object. -
Method Summary
-
Constructor Details
-
TLcyLayerContext
Creates a new context object.- Parameters:
aLayer- TheILcdLayerfor which this object provides context.aView- TheILcdViewin whichaLayeris displayed. This may benullif this information is not available.
-
-
Method Details
-
getLayer
Returns theILcdLayerfor which this object provides the context.- Returns:
- The
ILcdLayerfor which this object provides the context. This will never benull.
-
getView
Returns theILcdViewin which this layer is displayed.- Returns:
- The
ILcdViewin which this layer is displayed. This may benull.
-
toString
-
equals
-
hashCode
public int hashCode()
-