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 class
MainDesignerController
Main controller of the app.class
MetricPaneController
Controller of the node info panel (left).class
NodeDetailPaneController
The "Attributes" pane.class
RuleEditorsController
Controller for all rule editors.class
ScopesPanelController
Controller of the scopes panelclass
SourceEditorController
One editor, i.e.class
TestCollectionController
class
XPathRuleEditorController
Editor 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 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
Base class for controllers of the app.class
XPathUpdateSubscriber
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.app.services
Subinterfaces of ApplicationComponent in net.sourceforge.pmd.util.fxdesigner.app.services Modifier and Type Interface Description interface
ASTManager
Manages a compilation unit forSourceEditorController
.interface
PersistenceManager
Manages the persistence settings.Classes in net.sourceforge.pmd.util.fxdesigner.app.services that implement ApplicationComponent Modifier and Type Class Description class
ASTManagerImpl
Manages a compilation unit forSourceEditorController
.class
EventLoggerImpl
Logs events.class
GlobalDiskManagerImpl
Manages the root disk resource directory for the current user.class
OnDiskPersistenceManager
Default persistence manager.Methods in net.sourceforge.pmd.util.fxdesigner.app.services with parameters of type ApplicationComponent Modifier and Type Method Description static LogEntry
LogEntry. 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 class
EditPropertyDialogController
Property edition dialog.class
EventLogController
A presenter over theEventLogger
.class
TestExportWizardController
Controller 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 class
AstTreeView
Treeview that displays an AST.class
NodeEditionCodeArea
A layered code area made to display nodes.class
NodeParentageCrumbBar
Bread crumb bar to display the parents of a node.class
PropertyCollectionView
class
PropertyMapView
class
ViolationCollectionView
class
XpathViolationListCell
Represents an XPath result in the list view of the XPath panel.
-