Uses of Interface
net.sourceforge.pmd.util.fxdesigner.app.services.ASTManager
-
Packages that use ASTManager 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.net.sourceforge.pmd.util.fxdesigner.popups -
-
Uses of ASTManager in net.sourceforge.pmd.util.fxdesigner.app
Fields in net.sourceforge.pmd.util.fxdesigner.app with type parameters of type ASTManager Modifier and Type Field Description static AppServiceDescriptor<ASTManager>DesignerRoot. AST_MANAGERAST manager of the current code.Methods in net.sourceforge.pmd.util.fxdesigner.app with parameters of type ASTManager Modifier and Type Method Description org.reactfx.SubscriptionXPathUpdateSubscriber. init(ASTManager astManager) -
Uses of ASTManager in net.sourceforge.pmd.util.fxdesigner.app.services
Classes in net.sourceforge.pmd.util.fxdesigner.app.services that implement ASTManager Modifier and Type Class Description classASTManagerImplManages a compilation unit forSourceEditorController. -
Uses of ASTManager in net.sourceforge.pmd.util.fxdesigner.popups
Methods in net.sourceforge.pmd.util.fxdesigner.popups with parameters of type ASTManager Modifier and Type Method Description org.reactfx.SubscriptionTreeExportWizardController. bindToTree(ASTManager astManager)
-