Interface ILayerStack
- All Superinterfaces:
Clearable, EmptinessRequestable
- All Known Implementing Classes:
LayerStack
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsControl(IControl<?, ?> control) intgetOptionalStoredControlByInternalId(String internalId) IContainer<IControl<?, ?>> IContainer<ILayer<?>> ILayer<?> booleanpushLayerWithRootControl(IControl<?, ?> rootControl) voidremoveLayer(ILayer<?> layer) setRemoveLayerAction(Runnable removeLayerAction) Methods inherited from interface EmptinessRequestable
containsAny, isEmpty
-
Method Details
-
containsControl
-
getLayerCount
int getLayerCount() -
getOptionalStoredControlByInternalId
-
getStoredControls
IContainer<IControl<?,?>> getStoredControls() -
getStoredLayers
IContainer<ILayer<?>> getStoredLayers() -
getStoredTopLayer
ILayer<?> getStoredTopLayer() -
hasRemoveLayerAction
boolean hasRemoveLayerAction() -
pushLayer
-
pushLayerWithRootControl
-
removeLayer
-
setRemoveLayerAction
-