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.model 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.classNodeInfoPanelControllerController of the node info panel (left).classSourceEditorControllerOne editor, i.e.classXPathPanelControllerXPath panel controller. -
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 classAbstractController<T extends AbstractController<?>>Base class for controllers of the app.classEventLoggerLogs events.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.model
Classes in net.sourceforge.pmd.util.fxdesigner.model that implement ApplicationComponent Modifier and Type Class Description classASTManagerManages a compilation unit forSourceEditorController. -
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 classAstTreeViewclassNodeEditionCodeAreaA layered code area made to display nodes.
-