Uses of Interface
net.sourceforge.pmd.util.fxdesigner.util.beans.SettingsOwner
-
Packages that use SettingsOwner Package Description net.sourceforge.pmd.util.fxdesigner PMD's rule designer.net.sourceforge.pmd.util.fxdesigner.app Interfaces and base classes that structure and support the whole app.net.sourceforge.pmd.util.fxdesigner.app.services Services available to the whole app.net.sourceforge.pmd.util.fxdesigner.model net.sourceforge.pmd.util.fxdesigner.model.testing net.sourceforge.pmd.util.fxdesigner.popups net.sourceforge.pmd.util.fxdesigner.util.beans -
-
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.classMetricPaneControllerController of the node info panel (left).classNodeDetailPaneControllerThe "Attributes" pane.classRuleEditorsControllerController for all rule editors.classScopesPanelControllerController of the scopes panelclassSourceEditorControllerOne editor, i.e.classTestCollectionControllerclassXPathRuleEditorControllerEditor for an XPath rule.Methods in net.sourceforge.pmd.util.fxdesigner that return types with arguments of type SettingsOwner Modifier and Type Method Description java.util.List<? extends SettingsOwner>SourceEditorController. getChildrenSettingsNodes() -
Uses of SettingsOwner in net.sourceforge.pmd.util.fxdesigner.app
Classes in net.sourceforge.pmd.util.fxdesigner.app that implement SettingsOwner Modifier and Type Class Description classAbstractControllerBase class for controllers of the app.Methods in net.sourceforge.pmd.util.fxdesigner.app that return types with arguments of type SettingsOwner Modifier and Type Method Description java.util.List<? extends SettingsOwner>AbstractController. getChildrenSettingsNodes() -
Uses of SettingsOwner in net.sourceforge.pmd.util.fxdesigner.app.services
Subinterfaces of SettingsOwner in net.sourceforge.pmd.util.fxdesigner.app.services Modifier and Type Interface Description interfaceASTManagerManages a compilation unit forSourceEditorController.Classes in net.sourceforge.pmd.util.fxdesigner.app.services that implement SettingsOwner Modifier and Type Class Description classASTManagerImplManages a compilation unit forSourceEditorController.Methods in net.sourceforge.pmd.util.fxdesigner.app.services with parameters of type SettingsOwner Modifier and Type Method Description voidOnDiskPersistenceManager. persistSettings(SettingsOwner settingsOwner)voidPersistenceManager. persistSettings(SettingsOwner settingsOwner)Save the settings from the tree rooted at the [settingsOwner] somewhere for the next runs.voidOnDiskPersistenceManager. restoreSettings(SettingsOwner settingsOwner)voidPersistenceManager. restoreSettings(SettingsOwner settingsOwner)Restore the persisted settings into the root settings owner. -
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.classPropertyDescriptorSpecStores enough data to build a property descriptor, can be displayed within table views.Methods in net.sourceforge.pmd.util.fxdesigner.model that return types with arguments of type SettingsOwner Modifier and Type Method Description java.util.List<? extends SettingsOwner>ObservableRuleBuilder. getChildrenSettingsNodes() -
Uses of SettingsOwner in net.sourceforge.pmd.util.fxdesigner.model.testing
Classes in net.sourceforge.pmd.util.fxdesigner.model.testing that implement SettingsOwner Modifier and Type Class Description classLiveTestCaseLive editable version of a test case.classLiveViolationRecordclassTestCollection -
Uses of SettingsOwner in net.sourceforge.pmd.util.fxdesigner.popups
Classes in net.sourceforge.pmd.util.fxdesigner.popups that implement SettingsOwner Modifier and Type Class Description classEventLogControllerA presenter over theEventLogger.classTestExportWizardControllerController for the "Export tests to XML" dialog. -
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<? extends 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)
-