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
Fields in org.jrd.backend.communication declared as PluginManager Modifier and Type Field Description private PluginManager
RuntimeCompilerConnector.ForeignCompilerWrapper. pluginManager
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
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 private DecompilerWrapperInformation
Cli. findDecompiler(java.lang.String decompilerName, PluginManager pluginManager)
-
Uses of PluginManager in org.jrd.frontend.MainFrame
Fields in org.jrd.frontend.MainFrame declared as PluginManager Modifier and Type Field Description protected PluginManager
RewriteClassDialog.CompilerOutputActionFields. pluginManager
private PluginManager
RewriteClassDialog. pluginManager
private PluginManager
VmDecompilerInformationController. pluginManager
Methods in org.jrd.frontend.MainFrame with parameters of type PluginManager Modifier and Type Method Description private static RewriteClassDialog.CompilationWithResult
RewriteClassDialog. xompileWithGui(VmInfo vmInfo, VmManager vmManager, PluginManager pm, DecompilerWrapperInformation currentDecompiler, boolean haveCompiler, io.github.mkoncek.classpathless.api.IdentifiedSource... sources)
Constructors in org.jrd.frontend.MainFrame with parameters of type PluginManager Constructor Description CompilerOutputActionFields(javax.swing.JTextField status, VmInfo vmInfo, VmManager vmManager, PluginManager pm, DecompilerWrapperInformation dwi, boolean haveCompiler, int namingSchema, java.lang.String destination)
RewriteClassDialog(java.lang.String name, LatestPaths latestPaths, java.lang.String currentBuffer, byte[] cBinBuffer, VmInfo vmInfo, VmManager vmManager, PluginManager pluginManager, DecompilerWrapperInformation selectedDecompiler, int supperSelection)
SavingCompilerOutputAction(javax.swing.JTextField status, VmInfo vmInfo, VmManager vmManager, PluginManager pm, DecompilerWrapperInformation dwi, boolean haveCompiler, int namingSchema, java.lang.String destination)
UploadingCompilerOutputAction(javax.swing.JTextField status, VmInfo vmInfo, VmManager vmManager, PluginManager pm, DecompilerWrapperInformation dwi, boolean haveCompiler, int namingSchema, java.lang.String destination)
-
Uses of PluginManager in org.jrd.frontend.PluginMangerFrame
Fields in org.jrd.frontend.PluginMangerFrame declared as PluginManager Modifier and Type Field Description private PluginManager
PluginConfigurationEditorController. pluginManager
Constructors in org.jrd.frontend.PluginMangerFrame with parameters of type PluginManager Constructor Description PluginConfigurationEditorController(PluginConfigurationEditorView view, PluginManager pluginManager)
-