Uses of Class
org.jrd.backend.decompiling.PluginManager
-
Packages that use PluginManager Package Description org.jrd.backend.communication org.jrd.backend.data org.jrd.frontend.MainFrame org.jrd.frontend.PluginMangerFrame -
-
Uses of PluginManager in org.jrd.backend.communication
Constructors in org.jrd.backend.communication with parameters of type PluginManager Constructor Description ForeignCompilerWrapper(PluginManager pm, DecompilerWrapperInformation currentDecompiler)
-
Uses of PluginManager in org.jrd.backend.data
Methods in org.jrd.backend.data that return PluginManager Modifier and Type Method Description PluginManager
Model. getPluginManager()
-
Uses of PluginManager in org.jrd.frontend.MainFrame
Constructors in org.jrd.frontend.MainFrame with parameters of type PluginManager Constructor Description RewriteClassDialog(String name, LatestPaths latestPaths, String currentBuffer, byte[] cBinBuffer, VmInfo vmInfo, VmManager vmManager, PluginManager pluginManager, DecompilerWrapperInformation selectedDecompiler, int supperSelection)
-
Uses of PluginManager in org.jrd.frontend.PluginMangerFrame
Constructors in org.jrd.frontend.PluginMangerFrame with parameters of type PluginManager Constructor Description PluginConfigurationEditorController(PluginConfigurationEditorView view, PluginManager pluginManager)
-