public class BytecodeDecompilerView extends Object
Constructor and Description |
---|
BytecodeDecompilerView() |
Modifier and Type | Method and Description |
---|---|
JPanel |
getBytecodeDecompilerPanel()
Constructor creates the graphics and adds the action listeners.
|
DecompilerWrapperInformation |
getSelecteddecompilerWrapperInformation() |
void |
handleError(String msg)
Creates a warning table in case of error.
|
void |
refreshComboBox(List<DecompilerWrapperInformation> wrappers) |
void |
reloadClassList(String[] classesToReload)
Sets the unfiltered class list array and invokes an update.
|
void |
reloadTextField(String decompiledClass)
Sets the decompiled code into JTextArea
|
void |
setBytesActionListener(ActionListener listener) |
void |
setClassesActionListener(ActionListener listener) |
void |
setRewriteActionListener(ActionListener rewriteActionListener) |
public JPanel getBytecodeDecompilerPanel()
public void reloadClassList(String[] classesToReload)
classesToReload
- public void reloadTextField(String decompiledClass)
decompiledClass
- String of source code of decompiler classpublic void setClassesActionListener(ActionListener listener)
public void setBytesActionListener(ActionListener listener)
public void setRewriteActionListener(ActionListener rewriteActionListener)
public void handleError(String msg)
msg
- messagepublic void refreshComboBox(List<DecompilerWrapperInformation> wrappers)
public DecompilerWrapperInformation getSelecteddecompilerWrapperInformation()
Copyright © 2019. All Rights Reserved.