Interface SettingsOwner
-
- All Known Implementing Classes:
MainDesignerController,ObservableRuleBuilder,ObservableXPathRuleBuilder,PropertyDescriptorSpec,SourceEditorController,XPathPanelController
public interface SettingsOwnerMarker interface for settings owners. Settings owners form a tree-like hierarchy, which is explored recursively to build a model of the settings to persist, under the form of aSimpleBeanModelNode.- Since:
- 6.1.0
- Author:
- Clément Fournier
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.util.List<SettingsOwner>getChildrenSettingsNodes()Gets the children of this node in order.
-
-
-
Method Detail
-
getChildrenSettingsNodes
default java.util.List<SettingsOwner> getChildrenSettingsNodes()
Gets the children of this node in order.
-
-