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 class
MainDesignerController
Main controller of the app.class
NodeInfoPanelController
Controller of the node info panel (left).class
SourceEditorController
One editor, i.e.class
XPathPanelController
XPath 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 interface
NodeSelectionSource
A 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 class
AbstractController<T extends AbstractController<?>>
Base class for controllers of the app.class
EventLogger
Logs events.Methods in net.sourceforge.pmd.util.fxdesigner.app that return ApplicationComponent Modifier and Type Method Description ApplicationComponent
MessageChannel.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.void
MessageChannel. 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 class
ASTManager
Manages 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 class
EventLogController
A 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 class
AstTreeView
class
NodeEditionCodeArea
A layered code area made to display nodes.
-