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