Uses of Class
net.sourceforge.pmd.util.fxdesigner.app.services.AppServiceDescriptor
-
Packages that use AppServiceDescriptor 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 AppServiceDescriptor in net.sourceforge.pmd.util.fxdesigner.app
Fields in net.sourceforge.pmd.util.fxdesigner.app declared as AppServiceDescriptor Modifier and Type Field Description static AppServiceDescriptor<org.reactfx.value.Val<net.sourceforge.pmd.lang.Language>>DesignerRoot. APP_GLOBAL_LANGUAGEstatic AppServiceDescriptor<ASTManager>DesignerRoot. AST_MANAGERAST manager of the current code.static AppServiceDescriptor<GlobalDiskManager>DesignerRoot. DISK_MANAGERstatic AppServiceDescriptor<javafx.application.HostServices>DesignerRoot. HOST_SERVICESJavaFX host services.static AppServiceDescriptor<org.reactfx.value.Var<java.lang.Boolean>>DesignerRoot. IS_NODE_BEING_DRAGGEDstatic AppServiceDescriptor<MessageChannel<VersionedXPathQuery>>DesignerRoot. LATEST_XPATHstatic AppServiceDescriptor<EventLogger>DesignerRoot. LOGGERLogger of the app.static AppServiceDescriptor<MessageChannel<NodeSelectionSource.NodeSelectionEvent>>DesignerRoot. NODE_SELECTION_CHANNELChannel used to transmit node selection events to all interested components.static AppServiceDescriptor<PersistenceManager>DesignerRoot. PERSISTENCE_MANAGERManages settings persistence.static AppServiceDescriptor<RichTextMapper>DesignerRoot. RICH_TEXT_MAPPERMaps a node to its rich text representation.static AppServiceDescriptor<TestCreatorService>DesignerRoot. TEST_CREATORRequests to create a test case for the currently open rule.static AppServiceDescriptor<MessageChannel<@Nullable LiveTestCase>>DesignerRoot. TEST_LOADERRequests to load a test case in the editor.static AppServiceDescriptor<SoftReferenceCache<TreeExportWizardController>>DesignerRoot. TREE_EXPORT_WIZARDstatic AppServiceDescriptor<TreeRendererRegistry>DesignerRoot. TREE_RENDERER_REGISTRYMethods in net.sourceforge.pmd.util.fxdesigner.app with parameters of type AppServiceDescriptor Modifier and Type Method Description default <T> TApplicationComponent. getService(AppServiceDescriptor<T> descriptor)<T> TDesignerRoot. getService(AppServiceDescriptor<T> descriptor)Gets the instance of a service shared by the app.<T> TDesignerRootImpl. getService(AppServiceDescriptor<T> descriptor)<T> voidDesignerRoot. registerService(AppServiceDescriptor<T> descriptor, T component)Register a service for the given descriptor.<T> voidDesignerRootImpl. registerService(AppServiceDescriptor<T> descriptor, T component) -
Uses of AppServiceDescriptor in net.sourceforge.pmd.util.fxdesigner.app.services
Methods in net.sourceforge.pmd.util.fxdesigner.app.services with parameters of type AppServiceDescriptor Modifier and Type Method Description static <T> LogEntryLogEntry. serviceRegistered(AppServiceDescriptor<T> descriptor, T service)
-