Package org.jrd.frontend.frame.overwrite
Class OverwriteClassDialog.CompilerOutputActionFields
- java.lang.Object
-
- org.jrd.frontend.frame.overwrite.OverwriteClassDialog.CompilerOutputActionFields
-
- Direct Known Subclasses:
OverwriteClassDialog.SavingCompilerOutputAction
,OverwriteClassDialog.UploadingCompilerOutputAction
- Enclosing class:
- OverwriteClassDialog
private static class OverwriteClassDialog.CompilerOutputActionFields extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected DecompilerWrapper
decompilerWrapper
protected java.lang.String
destination
protected boolean
haveCompiler
protected boolean
isVerbose
protected int
namingSchema
protected PluginManager
pluginManager
protected javax.swing.JTextField
status
protected VmInfo
vmInfo
protected VmManager
vmManager
-
Constructor Summary
Constructors 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)
-
-
-
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 DecompilerWrapper decompilerWrapper
-
haveCompiler
protected final boolean haveCompiler
-
isVerbose
protected final boolean isVerbose
-
-
Constructor Detail
-
CompilerOutputActionFields
CompilerOutputActionFields(javax.swing.JTextField status, VmInfo vmInfo, VmManager vmManager, PluginManager pm, DecompilerWrapper dwi, boolean haveCompiler, boolean isVerbose, int namingSchema, java.lang.String destination)
-
-