Interface SettingsOwner
-
- All Known Subinterfaces:
ASTManager
- All Known Implementing Classes:
AbstractController,ASTManagerImpl,EventLogController,LiveTestCase,LiveViolationRecord,MainDesignerController,MetricPaneController,NodeDetailPaneController,ObservableRuleBuilder,ObservableXPathRuleBuilder,PropertyDescriptorSpec,RuleEditorsController,ScopesPanelController,SourceEditorController,TestCollection,TestCollectionController,TestExportWizardController,XPathRuleEditorController
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. TODO get rid of that and use annotations- 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<? extends SettingsOwner>getChildrenSettingsNodes()Gets the children of this node in order.
-
-
-
Method Detail
-
getChildrenSettingsNodes
default java.util.List<? extends SettingsOwner> getChildrenSettingsNodes()
Gets the children of this node in order.
-
-