Uses of Interface
net.sourceforge.pmd.util.fxdesigner.app.ApplicationComponent
-
Packages that use ApplicationComponent 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.export net.sourceforge.pmd.util.fxdesigner.popups net.sourceforge.pmd.util.fxdesigner.util.controls -
-
Uses of ApplicationComponent in net.sourceforge.pmd.util.fxdesigner
Classes in net.sourceforge.pmd.util.fxdesigner that implement ApplicationComponent 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. -
Uses of ApplicationComponent in net.sourceforge.pmd.util.fxdesigner.app
Subinterfaces of ApplicationComponent in net.sourceforge.pmd.util.fxdesigner.app Modifier and Type Interface Description interfaceNodeSelectionSourceA control or controller that somehow displays nodes in a form that the user can select.Classes in net.sourceforge.pmd.util.fxdesigner.app that implement ApplicationComponent Modifier and Type Class Description classAbstractControllerBase class for controllers of the app.classXPathUpdateSubscriberMethods in net.sourceforge.pmd.util.fxdesigner.app that return ApplicationComponent Modifier and Type Method Description ApplicationComponentMessageChannel.Message. getOrigin()Component that pushed the message.Methods in net.sourceforge.pmd.util.fxdesigner.app with parameters of type ApplicationComponent Modifier and Type Method Description org.reactfx.EventStream<T>MessageChannel. messageStream(boolean alwaysHandle, ApplicationComponent component)Returns a stream of messages to be processed by the given component.voidMessageChannel. pushEvent(ApplicationComponent origin, T content)Notifies the listeners of this channel with the given payload. -
Uses of ApplicationComponent in net.sourceforge.pmd.util.fxdesigner.app.services
Subinterfaces of ApplicationComponent in net.sourceforge.pmd.util.fxdesigner.app.services Modifier and Type Interface Description interfaceASTManagerManages a compilation unit forSourceEditorController.interfacePersistenceManagerManages the persistence settings.Classes in net.sourceforge.pmd.util.fxdesigner.app.services that implement ApplicationComponent Modifier and Type Class Description classASTManagerImplManages a compilation unit forSourceEditorController.classEventLoggerImplLogs events.classGlobalDiskManagerImplManages the root disk resource directory for the current user.classOnDiskPersistenceManagerDefault persistence manager.Methods in net.sourceforge.pmd.util.fxdesigner.app.services with parameters of type ApplicationComponent Modifier and Type Method Description static LogEntryLogEntry. createInternalDebugEntry(String shortMessage, String details, ApplicationComponent component, LogEntry.Category category, boolean trace) -
Uses of ApplicationComponent in net.sourceforge.pmd.util.fxdesigner.model.export
Classes in net.sourceforge.pmd.util.fxdesigner.model.export that implement ApplicationComponent Modifier and Type Class Description classLiveTreeRendererclassTreeRendererRegistry -
Uses of ApplicationComponent in net.sourceforge.pmd.util.fxdesigner.popups
Classes in net.sourceforge.pmd.util.fxdesigner.popups that implement ApplicationComponent Modifier and Type Class Description classEditPropertyDialogControllerProperty edition dialog.classEventLogControllerA presenter over theEventLogger.classTestExportWizardControllerController for the "Export tests to XML" dialog.classTreeExportWizardControllerController for the "Export tests to XML" dialog. -
Uses of ApplicationComponent in net.sourceforge.pmd.util.fxdesigner.util.controls
Classes in net.sourceforge.pmd.util.fxdesigner.util.controls that implement ApplicationComponent Modifier and Type Class Description classASTTreeCellFormats the cell for AST nodes in the main AST TreeView.classASTTreeItemRepresents a tree item (data, not UI) in the ast TreeView.classAstTreeViewTreeview that displays an AST.classNodeEditionCodeAreaA layered code area made to display nodes.classNodeParentageCrumbBarBread crumb bar to display the parents of a node.classPropertyCollectionViewclassPropertyMapViewclassViolationCollectionViewclassXpathViolationListCellRepresents an XPath result in the list view of the XPath panel.Methods in net.sourceforge.pmd.util.fxdesigner.util.controls with parameters of type ApplicationComponent Modifier and Type Method Description static voidControlUtil. saveToFileButton(javafx.scene.control.Button button, javafx.stage.Stage popupStage, Supplier<String> content, ApplicationComponent owner, Supplier<String> initialFileName)
-