Interface ILayerComponent<L>
- Type Parameters:
L- is the type of the layer aILayerComponentcan belong to.
- All Known Subinterfaces:
IControlParent
- All Known Implementing Classes:
ControlParent
-
Method Summary
-
Method Details
-
belongsToLayer
boolean belongsToLayer()- Returns:
- true if the current
ILayerComponentbelongs to a layer, false otherwise.
-
getStoredParentLayer
L getStoredParentLayer()- Returns:
- the parent layer of the current
ILayerComponent. - Throws:
RuntimeException- if the currentILayerComponentdoes not belong to a layer.
-