Interface IGUIConfigurableElement
-
- All Known Implementing Classes:
AbstractExpandableGUIVariable,BasisGUIVariable,ComboboxGUIVariable,CompoundGUIVariable,ConfigurationTableEditorFactory.DelegatingGuiVariable,ContainerGUIVariable,GUIConfiguration,GUIVariable
public interface IGUIConfigurableElementInterface for all configurable elements of theGUIConfiguration. This comprise thisGUIConfigurationand theGUIVariables.- Author:
- El-Sharkawy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GUIConfigurationgetConfiguration()Returns the relatedGUIConfigurationwhere this items belongs to.
-
-
-
Method Detail
-
getConfiguration
GUIConfiguration getConfiguration()
Returns the relatedGUIConfigurationwhere this items belongs to.- Returns:
- The
GUIConfigurationwhich holds this element. In case this is theGUIConfigurationthis will be returned.
-
-