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 class
MainDesignerController
Main controller of the app.class
MetricPaneController
Controller of the node info panel (left).class
NodeDetailPaneController
The "Attributes" pane.class
RuleEditorsController
Controller for all rule editors.class
ScopesPanelController
Controller of the scopes panelclass
SourceEditorController
One editor, i.e.class
TestCollectionController
class
XPathRuleEditorController
Editor 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 class
EventLogController
A presenter over theEventLogger
.class
TestExportWizardController
Controller for the "Export tests to XML" dialog.class
TreeExportWizardController
Controller 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 class
MutableTabPane<T extends AbstractController & TitleOwner>
A tab pane that can add new tabs with a button.
-