Interface IControlParent
- All Superinterfaces:
ControlComponent<Control<?,?>>, GuiComponent<IWebGui<?>>, LayerComponent<ILayer>
- All Known Implementing Classes:
ControlParent
public interface IControlParent
extends ControlComponent<Control<?,?>>, GuiComponent<IWebGui<?>>, LayerComponent<ILayer>
- Author:
- Silvan Wyss
-
Method Summary
Methods inherited from interface ControlComponent
belongsToControl, getStoredParentControlMethods inherited from interface GuiComponent
belongsToGui, getStoredParentGuiMethods inherited from interface LayerComponent
belongsToLayer, getStoredParentLayer
-
Method Details
-
getStoredControl
Control<?,?> getStoredControl()- Returns:
- the
Controlthe currentIControlParentis.
-
getStoredLayer
ILayer getStoredLayer()- Returns:
- the
ILayerthe currentIControlParentis.
-
isControl
boolean isControl()- Returns:
- true if the current
IControlParentis aControl, false otherwise.
-
isLayer
boolean isLayer()- Returns:
- true if the current
IControlParentis aILayer, false otherwise.
-