Uses of Class
net.sourceforge.pmd.util.fxdesigner.app.MessageChannel
-
Packages that use MessageChannel Package Description 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. -
-
Uses of MessageChannel in net.sourceforge.pmd.util.fxdesigner.app
Fields in net.sourceforge.pmd.util.fxdesigner.app with type parameters of type MessageChannel Modifier and Type Field Description static AppServiceDescriptor<MessageChannel<VersionedXPathQuery>>DesignerRoot. LATEST_XPATHstatic AppServiceDescriptor<MessageChannel<NodeSelectionSource.NodeSelectionEvent>>DesignerRoot. NODE_SELECTION_CHANNELChannel used to transmit node selection events to all interested components.static AppServiceDescriptor<MessageChannel<@Nullable LiveTestCase>>DesignerRoot. TEST_LOADERRequests to load a test case in the editor.Methods in net.sourceforge.pmd.util.fxdesigner.app with parameters of type MessageChannel Modifier and Type Method Description org.reactfx.SubscriptionMessageChannel. connect(MessageChannel<T> source)Make it so that this channel pushes all the messages of the given [source]. -
Uses of MessageChannel in net.sourceforge.pmd.util.fxdesigner.app.services
Methods in net.sourceforge.pmd.util.fxdesigner.app.services that return MessageChannel Modifier and Type Method Description MessageChannel<@NonNull LiveTestCase>TestCreatorService. getAdditionRequests()Messages going from the source controller to the open test controller, asking to load some new test case.MessageChannel<java.lang.Void>TestCreatorService. getSourceFetchRequests()Ticks emitted by the test controller, explicitly asking the source controller to send back the current source inTestCreatorService.getAdditionRequests().
-