Package org.jrd.frontend.MainFrame
Class RewriteClassDialog.CompilerOutputActionFields
- java.lang.Object
-
- org.jrd.frontend.MainFrame.RewriteClassDialog.CompilerOutputActionFields
-
- Direct Known Subclasses:
RewriteClassDialog.SavingCompilerOutputAction,RewriteClassDialog.UploadingCompilerOutputAction
- Enclosing class:
- RewriteClassDialog
private static class RewriteClassDialog.CompilerOutputActionFields extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected DecompilerWrapperInformationdecompilerWrapperprotected java.lang.Stringdestinationprotected booleanhaveCompilerprotected intnamingSchemaprotected PluginManagerpluginManagerprotected javax.swing.JTextFieldstatusprotected VmInfovmInfoprotected VmManagervmManager
-
Constructor Summary
Constructors Constructor Description CompilerOutputActionFields(javax.swing.JTextField status, VmInfo vmInfo, VmManager vmManager, PluginManager pm, DecompilerWrapperInformation dwi, boolean haveCompiler, int namingSchema, java.lang.String destination)
-
-
-
Field Detail
-
status
protected final javax.swing.JTextField status
-
vmInfo
protected final VmInfo vmInfo
-
vmManager
protected final VmManager vmManager
-
namingSchema
protected final int namingSchema
-
destination
protected final java.lang.String destination
-
pluginManager
protected final PluginManager pluginManager
-
decompilerWrapper
protected final DecompilerWrapperInformation decompilerWrapper
-
haveCompiler
protected final boolean haveCompiler
-
-
Constructor Detail
-
CompilerOutputActionFields
public CompilerOutputActionFields(javax.swing.JTextField status, VmInfo vmInfo, VmManager vmManager, PluginManager pm, DecompilerWrapperInformation dwi, boolean haveCompiler, int namingSchema, java.lang.String destination)
-
-