Serialized Form
-
Package org.fife.ui.hex.event
-
Class org.fife.ui.hex.event.HexEditorEvent extends EventObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
added
int added
-
offset
int offset
-
removed
int removed
-
-
-
Package org.fife.ui.hex.swing
-
Class org.fife.ui.hex.swing.HexEditor extends JScrollPane implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
alternateColumnBG
boolean alternateColumnBG
-
alternateRowBG
boolean alternateRowBG
-
highlightSelectionInAsciiDump
boolean highlightSelectionInAsciiDump
-
highlightSelectionInAsciiDumpColor
Color highlightSelectionInAsciiDumpColor
-
table
org.fife.ui.hex.swing.HexTable table
-
-
Class org.fife.ui.hex.swing.HexSearchParseException extends RuntimeException implements Serializable
-
Class org.fife.ui.hex.swing.HexTableModel extends AbstractTableModel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bitBuf
byte[] bitBuf
-
bytesPerRow
int bytesPerRow
-
byteStrVals
String[] byteStrVals
-
columnNames
String[] columnNames
-
doc
ByteBuffer doc
-
dumpColBuf
char[] dumpColBuf
-
editor
HexEditor editor
-
undoManager
UndoManager undoManager
-
-
-
Package org.jrd.backend.decompiling
-
Class org.jrd.backend.decompiling.ExpandableUrl.MalformedMacroExpansion extends RuntimeException implements Serializable
-
Class org.jrd.backend.decompiling.ExpandableUrl.MalformedURLToPath extends RuntimeException implements Serializable
-
-
Package org.jrd.frontend.AboutFrame
-
Class org.jrd.frontend.AboutFrame.AboutView extends JDialog implements Serializable
-
-
Package org.jrd.frontend.ConfigureFrame
-
Class org.jrd.frontend.ConfigureFrame.ConfigureView extends JDialog implements Serializable
-
Serialized Fields
-
cancelButton
JButton cancelButton
-
config
Config config
-
configureAgentPathPanel
ConfigureView.confBrosePanel configureAgentPathPanel
-
configureDecompilerPathPanel
ConfigureView.confBrosePanel configureDecompilerPathPanel
-
configureOKCancelPanel
JPanel configureOKCancelPanel
-
mainPanel
JPanel mainPanel
-
okButton
JButton okButton
-
okCancelPanel
JPanel okCancelPanel
-
-
-
Class org.jrd.frontend.ConfigureFrame.ConfigureView.confBrosePanel extends JPanel implements Serializable
-
Serialized Fields
-
browseButton
JButton browseButton
-
chooser
JFileChooser chooser
-
label
JLabel label
-
textField
JTextField textField
-
-
-
-
Package org.jrd.frontend.LicenseFrame
-
Class org.jrd.frontend.LicenseFrame.LicenseView extends JDialog implements Serializable
-
Serialized Fields
-
licenseTextArea
JTextArea licenseTextArea
-
scrollPane
JScrollPane scrollPane
-
-
-
-
Package org.jrd.frontend.MainFrame
-
Class org.jrd.frontend.MainFrame.LoadingDialog extends JDialog implements Serializable
-
Serialized Fields
-
abortActionListener
ActionListener abortActionListener
-
abortButton
JButton abortButton
-
infoLabel
JLabel infoLabel
-
progressBar
JProgressBar progressBar
-
-
-
Class org.jrd.frontend.MainFrame.RewriteClassDialog extends JDialog implements Serializable
-
Serialized Fields
-
binaryFilename
JLabel binaryFilename
-
binaryView
JPanel binaryView
-
buttons
JPanel buttons
-
className
JTextField className
-
compileAndSave
JButton compileAndSave
-
compileAndUpload
JButton compileAndUpload
-
compileExternalFiles
JButton compileExternalFiles
-
compileExternalFilesAndUpload
JButton compileExternalFilesAndUpload
-
currentBufferPane
JPanel currentBufferPane
-
currentClass
JLabel currentClass
-
decompiler
DecompilerWrapperInformation decompiler
-
dualpane
JTabbedPane dualpane
-
externalFiles
JPanel externalFiles
-
filePath
JTextField filePath
-
filesToCompile
JTextField filesToCompile
-
futureBinTarget
JTextField futureBinTarget
-
futureSrcTarget
JTextField futureSrcTarget
-
haveCompiler
boolean haveCompiler
-
inputs
JPanel inputs
-
manualPane
JPanel manualPane
-
namingBinary
JComboBox<String> namingBinary
-
namingBinaryView
JComboBox<String> namingBinaryView
-
namingExternal
JComboBox<String> namingExternal
-
namingSource
JComboBox<String> namingSource
-
nothing
JLabel nothing
-
ok
JButton ok
-
origBin
byte[] origBin
-
origBuffer
String origBuffer
-
origName
String origName
-
outputBinaries
JTextField outputBinaries
-
outputExternalFilesDir
JTextField outputExternalFilesDir
-
pluginManager
PluginManager pluginManager
-
recursive
JCheckBox recursive
-
saveBinary
JButton saveBinary
-
saveSrcBuffer
JButton saveSrcBuffer
-
selectBinary
JButton selectBinary
-
selectBinTarget
JButton selectBinTarget
-
selectExternalFiles
JButton selectExternalFiles
-
selectExternalFilesSave
JButton selectExternalFilesSave
-
selectSrc
JButton selectSrc
-
selectSrcTarget
JButton selectSrcTarget
-
statusBinary
JTextField statusBinary
-
statusCompileCurrentBuffer
JTextField statusCompileCurrentBuffer
-
statusExternalFiles
JTextField statusExternalFiles
-
uploadBinary
JButton uploadBinary
-
validation
JLabel validation
-
vmInfo
VmInfo vmInfo
-
vmManager
VmManager vmManager
-
-
-
Class org.jrd.frontend.MainFrame.VmDecompilerInformationController.vmArrayList extends ArrayList<VmInfo> implements Serializable
-
Class org.jrd.frontend.MainFrame.VmListRenderer extends JPanel implements Serializable
-
-
Package org.jrd.frontend.NewConnectionFrame
-
Class org.jrd.frontend.NewConnectionFrame.NewConnectionView extends JDialog implements Serializable
-
Serialized Fields
-
addButtonListener
ActionListener addButtonListener
-
cancelButton
JButton cancelButton
-
configureOKCancelPanel
JPanel configureOKCancelPanel
-
hostnamePortInputPanel
NewConnectionView.HostnamePortInputPanel hostnamePortInputPanel
-
mainPanel
JPanel mainPanel
-
okButton
JButton okButton
-
okCancelPanel
JPanel okCancelPanel
-
-
-
Class org.jrd.frontend.NewConnectionFrame.NewConnectionView.HostnamePortInputPanel extends JPanel implements Serializable
-
Serialized Fields
-
hostnameTextField
JTextField hostnameTextField
-
portTextField
JTextField portTextField
-
-
-
-
Package org.jrd.frontend.NewFsVmFrame
-
Class org.jrd.frontend.NewFsVmFrame.NewFsVmController.ProbablyNotClassPathElementException extends Exception implements Serializable
-
Class org.jrd.frontend.NewFsVmFrame.NewFsVmView extends JDialog implements Serializable
-
Serialized Fields
-
addButtonListener
ActionListener addButtonListener
-
cancelButton
JButton cancelButton
-
configureOKCancelPanel
JPanel configureOKCancelPanel
-
mainPanel
JPanel mainPanel
-
mCpNamePanel
NewFsVmView.CpNamePanel mCpNamePanel
-
okButton
JButton okButton
-
okCancelPanel
JPanel okCancelPanel
-
-
-
Class org.jrd.frontend.NewFsVmFrame.NewFsVmView.CpNamePanel extends JPanel implements Serializable
-
Serialized Fields
-
cpTextField
JTextField cpTextField
-
nameTextField
JTextField nameTextField
-
selectCpButton
JButton selectCpButton
-
textAndName
JPanel textAndName
-
-
-
-
Package org.jrd.frontend.PluginMangerFrame
-
Class org.jrd.frontend.PluginMangerFrame.ConfigPanel extends JPanel implements Serializable
-
Serialized Fields
-
dependencyUrlPanel
FileSelectorArrayPanel dependencyUrlPanel
-
jsonFileURL
JLabel jsonFileURL
-
messagePanel
MessagePanel messagePanel
-
namePanel
TextInputPanel namePanel
-
wrapperUrlPanel
FileSelectorPanel wrapperUrlPanel
-
-
-
Class org.jrd.frontend.PluginMangerFrame.FileSelectorArrayAddRow extends JPanel implements Serializable
-
Serialized Fields
-
addButton
JButton addButton
-
-
-
Class org.jrd.frontend.PluginMangerFrame.FileSelectorArrayPanel extends JPanel implements Serializable
-
Serialized Fields
-
fileSelectorArrayAddRow
FileSelectorArrayAddRow fileSelectorArrayAddRow
-
first
Boolean first
-
gbc
GridBagConstraints gbc
-
jLabel
JLabel jLabel
-
pathTextFields
List<JTextField> pathTextFields
-
-
-
Class org.jrd.frontend.PluginMangerFrame.FileSelectorArrayRow extends JPanel implements Serializable
-
Serialized Fields
-
browseButton
JButton browseButton
-
chooser
JFileChooser chooser
-
gbc
GridBagConstraints gbc
-
removeButton
JButton removeButton
-
textField
JTextField textField
-
-
-
Class org.jrd.frontend.PluginMangerFrame.FileSelectorPanel extends JPanel implements Serializable
-
Serialized Fields
-
browseButton
JButton browseButton
-
chooser
JFileChooser chooser
-
jLabel
JLabel jLabel
-
textField
JTextField textField
-
-
-
Class org.jrd.frontend.PluginMangerFrame.MessagePanel extends JPanel implements Serializable
-
Serialized Fields
-
jLabel
JLabel jLabel
-
-
-
Class org.jrd.frontend.PluginMangerFrame.OkCancelPanel extends JPanel implements Serializable
-
Class org.jrd.frontend.PluginMangerFrame.PluginConfigurationEditorView extends JDialog implements Serializable
-
Serialized Fields
-
cardConfigPanel
JPanel cardConfigPanel
-
cardLayoutForConfigPanels
CardLayout cardLayoutForConfigPanels
-
centerPanel
JPanel centerPanel
-
configAndOptionPanel
JPanel configAndOptionPanel
-
okCancelPanel
OkCancelPanel okCancelPanel
-
pluginListPanel
PluginListPanel pluginListPanel
-
pluginTopOptionPanel
PluginTopOptionPanel pluginTopOptionPanel
-
scrollPane
JScrollPane scrollPane
-
-
-
Class org.jrd.frontend.PluginMangerFrame.PluginListPanel extends JPanel implements Serializable
-
Class org.jrd.frontend.PluginMangerFrame.PluginTopOptionPanel extends JPanel implements Serializable
-
Class org.jrd.frontend.PluginMangerFrame.TextInputPanel extends JPanel implements Serializable
-
Serialized Fields
-
jLabel
JLabel jLabel
-
textField
JTextField textField
-
-
-