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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final DecompilerWrapper
protected final String
protected final boolean
protected final boolean
protected final int
protected final PluginManager
protected final JTextField
protected final VmInfo
protected final VmManager
-
Constructor Summary
ConstructorsConstructorDescriptionCompilerOutputActionFields
(JTextField status, VmInfo vmInfo, VmManager vmManager, PluginManager pm, DecompilerWrapper dwi, boolean haveCompiler, boolean isVerbose, int namingSchema, String destination) -
Method Summary
-
Field Details
-
status
-
vmInfo
-
vmManager
-
namingSchema
protected final int namingSchema -
destination
-
pluginManager
-
decompilerWrapper
-
haveCompiler
protected final boolean haveCompiler -
isVerbose
protected final boolean isVerbose
-
-
Constructor Details
-
CompilerOutputActionFields
CompilerOutputActionFields(JTextField status, VmInfo vmInfo, VmManager vmManager, PluginManager pm, DecompilerWrapper dwi, boolean haveCompiler, boolean isVerbose, int namingSchema, String destination)
-