Uses of Class
net.sourceforge.pmd.util.fxdesigner.app.NodeSelectionSource.NodeSelectionEvent
-
Packages that use NodeSelectionSource.NodeSelectionEvent Package Description net.sourceforge.pmd.util.fxdesigner.app Interfaces and base classes that structure and support the whole app. -
-
Uses of NodeSelectionSource.NodeSelectionEvent in net.sourceforge.pmd.util.fxdesigner.app
Fields in net.sourceforge.pmd.util.fxdesigner.app with type parameters of type NodeSelectionSource.NodeSelectionEvent Modifier and Type Field Description static AppServiceDescriptor<MessageChannel<NodeSelectionSource.NodeSelectionEvent>>
DesignerRoot. NODE_SELECTION_CHANNEL
Channel used to transmit node selection events to all interested components.Methods in net.sourceforge.pmd.util.fxdesigner.app that return NodeSelectionSource.NodeSelectionEvent Modifier and Type Method Description static NodeSelectionSource.NodeSelectionEvent
NodeSelectionSource.NodeSelectionEvent. of(net.sourceforge.pmd.lang.ast.Node selected)
static NodeSelectionSource.NodeSelectionEvent
NodeSelectionSource.NodeSelectionEvent. of(net.sourceforge.pmd.lang.ast.Node selected, DataHolder options)
Method parameters in net.sourceforge.pmd.util.fxdesigner.app with type arguments of type NodeSelectionSource.NodeSelectionEvent Modifier and Type Method Description default org.reactfx.value.Val<net.sourceforge.pmd.lang.ast.Node>
NodeSelectionSource. initNodeSelectionHandling(DesignerRoot root, org.reactfx.EventStream<? extends NodeSelectionSource.NodeSelectionEvent> mySelectionEvents, boolean alwaysHandleSelection)
Initialises this component.
-