Package net.sourceforge.pmd.util.fxdesigner
PMD's rule designer. A good starting point to learn about the global structure of the app
is
ApplicationComponent
, and
AbstractController
.-
Class Summary Class Description Designer Main class for the designer, launched only ifDesignerStarter
detected JavaFX support.DesignerStarter Main class of the app, checking for prerequisites to launchingDesigner
.MainDesignerController Main controller of the app.MetricPaneController Controller of the node info panel (left).NodeDetailPaneController The "Attributes" pane.RuleEditorsController Controller for all rule editors.ScopesPanelController Controller of the scopes panelSourceEditorController One editor, i.e.XPathRuleEditorController Editor for an XPath rule.