Uses of Interface
net.sourceforge.pmd.util.fxdesigner.app.DesignerRoot
-
Packages that use DesignerRoot 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.popups net.sourceforge.pmd.util.fxdesigner.util net.sourceforge.pmd.util.fxdesigner.util.controls -
-
Uses of DesignerRoot in net.sourceforge.pmd.util.fxdesigner
Methods in net.sourceforge.pmd.util.fxdesigner that return DesignerRoot Modifier and Type Method Description DesignerRoot
Designer. getDesignerRoot()
Only set afterDesigner.start(Stage)
is called.Methods in net.sourceforge.pmd.util.fxdesigner with parameters of type DesignerRoot Modifier and Type Method Description void
Designer. start(javafx.stage.Stage stage, DesignerRoot owner)
Constructors in net.sourceforge.pmd.util.fxdesigner with parameters of type DesignerRoot Constructor Description MainDesignerController(DesignerRoot designerRoot)
MetricPaneController(DesignerRoot designerRoot)
NodeDetailPaneController(DesignerRoot root)
RuleEditorsController(DesignerRoot parent)
ScopesPanelController(DesignerRoot designerRoot)
SourceEditorController(DesignerRoot designerRoot)
XPathRuleEditorController(DesignerRoot root)
XPathRuleEditorController(DesignerRoot root, ObservableXPathRuleBuilder ruleBuilder)
Creates a controller with an existing rule builder. -
Uses of DesignerRoot in net.sourceforge.pmd.util.fxdesigner.app
Classes in net.sourceforge.pmd.util.fxdesigner.app that implement DesignerRoot Modifier and Type Class Description class
DesignerRootImpl
Interface for the singleton of the app.Methods in net.sourceforge.pmd.util.fxdesigner.app that return DesignerRoot Modifier and Type Method Description DesignerRoot
AbstractController. getDesignerRoot()
DesignerRoot
ApplicationComponent. getDesignerRoot()
Methods in net.sourceforge.pmd.util.fxdesigner.app with parameters of type DesignerRoot Modifier and Type Method Description default org.reactfx.value.Val<net.sourceforge.pmd.lang.ast.Node>
NodeSelectionSource. initNodeSelectionHandling(DesignerRoot root, org.reactfx.EventStream<? extends NodeSelectionSource.NodeSelectionEvent> mySelectionEvents, boolean alwaysHandleSelection)
Initialises this component.Constructors in net.sourceforge.pmd.util.fxdesigner.app with parameters of type DesignerRoot Constructor Description AbstractController(DesignerRoot root)
-
Uses of DesignerRoot in net.sourceforge.pmd.util.fxdesigner.app.services
Methods in net.sourceforge.pmd.util.fxdesigner.app.services that return DesignerRoot Modifier and Type Method Description DesignerRoot
ASTManagerImpl. getDesignerRoot()
DesignerRoot
EventLoggerImpl. getDesignerRoot()
DesignerRoot
GlobalDiskManagerImpl. getDesignerRoot()
DesignerRoot
OnDiskPersistenceManager. getDesignerRoot()
Constructors in net.sourceforge.pmd.util.fxdesigner.app.services with parameters of type DesignerRoot Constructor Description ASTManagerImpl(DesignerRoot owner)
EventLoggerImpl(DesignerRoot designerRoot)
GlobalDiskManagerImpl(DesignerRoot root, java.nio.file.Path settingsDirectory)
OnDiskPersistenceManager(DesignerRoot root, java.nio.file.Path input, java.nio.file.Path output)
-
Uses of DesignerRoot in net.sourceforge.pmd.util.fxdesigner.model
Methods in net.sourceforge.pmd.util.fxdesigner.model with parameters of type DesignerRoot Modifier and Type Method Description static java.util.List<net.sourceforge.pmd.lang.ast.Node>
XPathEvaluator. simpleEvaluate(DesignerRoot root, java.lang.String query)
Evaluates the query with default parameters on the global compilation unit and with the global language version. -
Uses of DesignerRoot in net.sourceforge.pmd.util.fxdesigner.popups
Methods in net.sourceforge.pmd.util.fxdesigner.popups with parameters of type DesignerRoot Modifier and Type Method Description static void
SimplePopups. showAboutPopup(DesignerRoot root)
Constructors in net.sourceforge.pmd.util.fxdesigner.popups with parameters of type DesignerRoot Constructor Description AuxclasspathSetupController(DesignerRoot designerRoot)
EventLogController(DesignerRoot designerRoot)
ExportXPathWizardController(DesignerRoot root)
-
Uses of DesignerRoot in net.sourceforge.pmd.util.fxdesigner.util
Methods in net.sourceforge.pmd.util.fxdesigner.util with parameters of type DesignerRoot Modifier and Type Method Description static javafx.util.BuilderFactory
DesignerUtil. customBuilderFactory(@NonNull DesignerRoot owner)
-
Uses of DesignerRoot in net.sourceforge.pmd.util.fxdesigner.util.controls
Methods in net.sourceforge.pmd.util.fxdesigner.util.controls that return DesignerRoot Modifier and Type Method Description DesignerRoot
AstTreeView. getDesignerRoot()
DesignerRoot
NodeEditionCodeArea. getDesignerRoot()
DesignerRoot
NodeParentageCrumbBar. getDesignerRoot()
Constructors in net.sourceforge.pmd.util.fxdesigner.util.controls with parameters of type DesignerRoot Constructor Description AstTreeView(DesignerRoot root)
NodeEditionCodeArea(DesignerRoot root)
NodeParentageCrumbBar(DesignerRoot designerRoot)
-