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 PluginManagerRuntimeCompilerConnector.ForeignCompilerWrapper. pluginManagerConstructors 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 PluginManagerCli. pluginManagerprivate PluginManagerModel. pluginManagerMethods in org.jrd.backend.data that return PluginManager Modifier and Type Method Description PluginManagerModel. getPluginManager()Methods in org.jrd.backend.data with parameters of type PluginManager Modifier and Type Method Description private DecompilerWrapperInformationCli. 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 PluginManagerRewriteClassDialog.CompilerOutputActionFields. pluginManagerprivate PluginManagerRewriteClassDialog. pluginManagerprivate PluginManagerVmDecompilerInformationController. pluginManagerMethods in org.jrd.frontend.MainFrame with parameters of type PluginManager Modifier and Type Method Description private static RewriteClassDialog.CompilationWithResultRewriteClassDialog. 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 PluginManagerPluginConfigurationEditorController. pluginManagerConstructors in org.jrd.frontend.PluginMangerFrame with parameters of type PluginManager Constructor Description PluginConfigurationEditorController(PluginConfigurationEditorView view, PluginManager pluginManager)
-