Uses of Class
net.sourceforge.pmd.util.fxdesigner.app.AbstractController
-
Packages that use AbstractController 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.popups net.sourceforge.pmd.util.fxdesigner.util.controls -
-
Uses of AbstractController in net.sourceforge.pmd.util.fxdesigner
Subclasses of AbstractController in net.sourceforge.pmd.util.fxdesigner 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 AbstractController Modifier and Type Method Description List<AbstractController>MainDesignerController. getChildren()List<AbstractController>XPathRuleEditorController. getChildren() -
Uses of AbstractController in net.sourceforge.pmd.util.fxdesigner.app
Methods in net.sourceforge.pmd.util.fxdesigner.app that return types with arguments of type AbstractController Modifier and Type Method Description List<AbstractController>AbstractController. getChildren() -
Uses of AbstractController in net.sourceforge.pmd.util.fxdesigner.popups
Subclasses of AbstractController in net.sourceforge.pmd.util.fxdesigner.popups Modifier and Type Class Description classEventLogControllerA presenter over theEventLogger.classTestExportWizardControllerController for the "Export tests to XML" dialog.classTreeExportWizardControllerController for the "Export tests to XML" dialog. -
Uses of AbstractController in net.sourceforge.pmd.util.fxdesigner.util.controls
Classes in net.sourceforge.pmd.util.fxdesigner.util.controls with type parameters of type AbstractController Modifier and Type Class Description classMutableTabPane<T extends AbstractController & TitleOwner>A tab pane that can add new tabs with a button.
-