Uses of Class
org.jrd.backend.decompiling.PluginManager
-
Packages that use PluginManager Package Description org.jrd.backend.data org.jrd.frontend.frame.main org.jrd.frontend.frame.overwrite org.jrd.frontend.frame.plugins org.jrd.frontend.utility -
-
Uses of PluginManager in org.jrd.backend.data
Fields in org.jrd.backend.data declared as PluginManager Modifier and Type Field Description private PluginManager
Cli. pluginManager
private PluginManager
Model. pluginManager
Methods in org.jrd.backend.data that return PluginManager Modifier and Type Method Description PluginManager
Model. getPluginManager()
Methods in org.jrd.backend.data with parameters of type PluginManager Modifier and Type Method Description static DecompilerWrapper
Cli. findDecompiler(java.lang.String decompilerName, PluginManager pluginManager)
-
Uses of PluginManager in org.jrd.frontend.frame.main
Fields in org.jrd.frontend.frame.main declared as PluginManager Modifier and Type Field Description private PluginManager
DecompilationController. pluginManager
-
Uses of PluginManager in org.jrd.frontend.frame.overwrite
Fields in org.jrd.frontend.frame.overwrite declared as PluginManager Modifier and Type Field Description protected PluginManager
OverwriteClassDialog.CompilerOutputActionFields. pluginManager
private PluginManager
OverwriteClassDialog. pluginManager
Constructors in org.jrd.frontend.frame.overwrite with parameters of type PluginManager Constructor Description CompilerOutputActionFields(javax.swing.JTextField status, VmInfo vmInfo, VmManager vmManager, PluginManager pm, DecompilerWrapper dwi, boolean haveCompiler, boolean isVerbose, int namingSchema, java.lang.String destination)
OverwriteClassDialog(java.lang.String name, LatestPaths latestPaths, java.lang.String currentBuffer, byte[] cBinBuffer, VmInfo vmInfo, VmManager vmManager, PluginManager pluginManager, DecompilerWrapper selectedDecompiler, boolean isBinaryVisible, boolean isVerbose)
SavingCompilerOutputAction(javax.swing.JTextField status, VmInfo vmInfo, VmManager vmManager, PluginManager pm, DecompilerWrapper dwi, boolean hasCompiler, boolean isVerbose, int namingSchema, java.lang.String destination)
UploadingCompilerOutputAction(javax.swing.JTextField status, VmInfo vmInfo, VmManager vmManager, PluginManager pm, DecompilerWrapper wrapper, boolean hasCompiler, boolean isVerbose, int namingSchema, java.lang.String destination)
-
Uses of PluginManager in org.jrd.frontend.frame.plugins
Fields in org.jrd.frontend.frame.plugins declared as PluginManager Modifier and Type Field Description private PluginManager
PluginConfigurationEditorController. pluginManager
Constructors in org.jrd.frontend.frame.plugins with parameters of type PluginManager Constructor Description PluginConfigurationEditorController(PluginConfigurationEditorView view, PluginManager pluginManager)
-
Uses of PluginManager in org.jrd.frontend.utility
Methods in org.jrd.frontend.utility with parameters of type PluginManager Modifier and Type Method Description private static java.util.Collection<AgentApiGenerator.ClazzMethod>
AgentApiGenerator. getClazzMethods(VmInfo vmInfo, VmManager vmManager, PluginManager pluginManager, java.lang.String innerClazzName, java.lang.String innerClazz)
static void
AgentApiGenerator. initItems(VmInfo vmInfo, VmManager vmManager, PluginManager pluginManager)
private static void
AgentApiGenerator. initItems(VmInfo vmInfo, VmManager vmManager, PluginManager pluginManager, boolean withSignatures)
-