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.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.classXPathRuleEditorControllerEditor 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.Methods 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(java.lang.String shortMessage, java.lang.String details, ApplicationComponent component, LogEntry.Category category, boolean trace) -
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 classEventLogControllerA presenter over theEventLogger. -
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 classAstTreeViewTreeview that displays an AST.classNodeEditionCodeAreaA layered code area made to display nodes.classNodeParentageCrumbBarBread crumb bar to display the parents of a node.
-