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 -
-
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
NodeInfoPanelController
Controller of the node info panel (left).class
SourceEditorController
One editor, i.e.class
XPathPanelController
XPath panel controller.Methods in net.sourceforge.pmd.util.fxdesigner that return types with arguments of type AbstractController Modifier and Type Method Description java.util.List<AbstractController<MainDesignerController>>
MainDesignerController. getChildren()
-
Uses of AbstractController in net.sourceforge.pmd.util.fxdesigner.app
Classes in net.sourceforge.pmd.util.fxdesigner.app with type parameters of type AbstractController Modifier and Type Class Description class
AbstractController<T extends AbstractController<?>>
Base class for controllers of the app.Fields in net.sourceforge.pmd.util.fxdesigner.app declared as AbstractController Modifier and Type Field Description protected T
AbstractController. parent
Methods in net.sourceforge.pmd.util.fxdesigner.app that return types with arguments of type AbstractController Modifier and Type Method Description protected java.util.List<? extends 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
.
-