Uses of Interface
net.sourceforge.pmd.util.fxdesigner.util.beans.SettingsOwner
-
-
Uses of SettingsOwner in net.sourceforge.pmd.util.fxdesigner
Classes in net.sourceforge.pmd.util.fxdesigner that implement SettingsOwner Modifier and Type Class Description classMainDesignerControllerMain controller of the app.classSourceEditorControllerOne editor, i.e.classXPathPanelControllerXPath panel controller.Methods in net.sourceforge.pmd.util.fxdesigner that return types with arguments of type SettingsOwner Modifier and Type Method Description java.util.List<SettingsOwner>MainDesignerController. getChildrenSettingsNodes()java.util.List<SettingsOwner>XPathPanelController. getChildrenSettingsNodes() -
Uses of SettingsOwner in net.sourceforge.pmd.util.fxdesigner.model
Classes in net.sourceforge.pmd.util.fxdesigner.model that implement SettingsOwner Modifier and Type Class Description classObservableRuleBuilderHolds info about a rule, and can build it to validate it.classObservableXPathRuleBuilderSpecialises rule builders for XPath rules. -
Uses of SettingsOwner in net.sourceforge.pmd.util.fxdesigner.util
Classes in net.sourceforge.pmd.util.fxdesigner.util that implement SettingsOwner Modifier and Type Class Description classPropertyDescriptorSpecStores enough data to build a property descriptor, can be displayed within table views. -
Uses of SettingsOwner in net.sourceforge.pmd.util.fxdesigner.util.beans
Methods in net.sourceforge.pmd.util.fxdesigner.util.beans that return types with arguments of type SettingsOwner Modifier and Type Method Description default java.util.List<SettingsOwner>SettingsOwner. getChildrenSettingsNodes()Gets the children of this node in order.Methods in net.sourceforge.pmd.util.fxdesigner.util.beans with parameters of type SettingsOwner Modifier and Type Method Description static voidSettingsPersistenceUtil. persistProperties(SettingsOwner root, java.io.File file)Save properties of this object and descendants into the given file.static voidSettingsPersistenceUtil. restoreProperties(SettingsOwner root, java.io.File file)Restores properties contained in the file into the given object.voidRestorePropertyVisitor. visit(BeanModelNodeSeq<?> model, SettingsOwner target)voidRestorePropertyVisitor. visit(SimpleBeanModelNode model, SettingsOwner target)
-