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 DecompilerWrapperprotected final Stringprotected final booleanprotected final booleanprotected final intprotected final PluginManagerprotected final JTextFieldprotected final VmInfoprotected 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)
-