Serialized Form
-
Package org.fife.ui.hex.event
-
Class org.fife.ui.hex.event.HexEditorEvent
class 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
class HexEditor extends JScrollPane implements Serializable- serialVersionUID:
- 1L
-
Class org.fife.ui.hex.swing.HexEditorRowHeader
- serialVersionUID:
- 1L
-
Serialized Fields
-
model
HexEditorRowHeader.RowHeaderListModel model
-
table
HexTable table
-
-
Exception org.fife.ui.hex.swing.HexSearchParseException
class HexSearchParseException extends RuntimeException implements Serializable -
Class org.fife.ui.hex.swing.HexTable
class HexTable extends JTable implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
anchorSelectionIndex
int anchorSelectionIndex
-
hexEditor
HexEditor hexEditor
-
leadSelectionIndex
int leadSelectionIndex
-
model
HexTableModel model
-
-
Class org.fife.ui.hex.swing.HexTableModel
class HexTableModel extends AbstractTableModel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
bitBuf
byte[] bitBuf
-
bytesPerRow
int bytesPerRow
-
byteStringValues
String[] byteStringValues
-
columnNames
String[] columnNames
-
doc
ByteBuffer doc
-
dumpColBuf
char[] dumpColBuf
-
editor
HexEditor editor
-
undoManager
UndoManager undoManager
-
-
-
Package org.jrd.agent.api
-
Exception org.jrd.agent.api.Variables.FakeVariableAlreadyDeclaredException
class FakeVariableAlreadyDeclaredException extends RuntimeException implements Serializable -
Exception org.jrd.agent.api.Variables.FakeVariableException
class FakeVariableException extends RuntimeException implements Serializable -
Exception org.jrd.agent.api.Variables.NoSuchFakeVariableException
class NoSuchFakeVariableException extends Variables.FakeVariableException implements Serializable
-
-
Package org.jrd.backend.data
-
Class org.jrd.backend.data.VmInfo
class VmInfo extends Object implements Serializable- serialVersionUID:
- 111L
-
Serialized Fields
-
cp
List<File> cp
-
type
VmInfo.Type type
-
vmId
String vmId
-
vmName
String vmName
-
vmPid
int vmPid
-
-
-
Package org.jrd.backend.decompiling
-
Exception org.jrd.backend.decompiling.ExpandableUrl.MalformedMacroExpansion
class MalformedMacroExpansion extends RuntimeException implements Serializable -
Exception org.jrd.backend.decompiling.ExpandableUrl.MalformedUrlToPath
class MalformedUrlToPath extends RuntimeException implements Serializable
-
-
Package org.jrd.frontend.frame.about
-
Class org.jrd.frontend.frame.about.AboutView
class AboutView extends JDialog implements Serializable
-
-
Package org.jrd.frontend.frame.filesystem
-
Exception org.jrd.frontend.frame.filesystem.NewFsVmController.InvalidClasspathException
class InvalidClasspathException extends Exception implements Serializable -
Class org.jrd.frontend.frame.filesystem.NewFsVmView
class 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.frame.filesystem.NewFsVmView.CpNamePanel
class CpNamePanel extends JPanel implements Serializable-
Serialized Fields
-
cpTextField
JTextField cpTextField
-
keepFsVmCheckbox
JCheckBox keepFsVmCheckbox
-
nameTextField
JTextField nameTextField
-
padding
int padding
-
selectCpButton
JButton selectCpButton
-
textAndName
JPanel textAndName
-
-
-
-
Package org.jrd.frontend.frame.license
-
Class org.jrd.frontend.frame.license.LicenseView
class LicenseView extends JDialog implements Serializable-
Serialized Fields
-
licenseTextArea
JTextArea licenseTextArea
-
scrollPane
JScrollPane scrollPane
-
-
-
-
Package org.jrd.frontend.frame.main
-
Class org.jrd.frontend.frame.main.LoadingDialog
class LoadingDialog extends JDialog implements Serializable-
Serialized Fields
-
abortActionListener
ActionListener abortActionListener
-
abortButton
JButton abortButton
-
progressBar
JProgressBar progressBar
-
-
-
-
Package org.jrd.frontend.frame.main.popup
-
Class org.jrd.frontend.frame.main.popup.ClassListPopupMenu
-
Class org.jrd.frontend.frame.main.popup.JListPopupMenu
class JListPopupMenu extends JPopupMenu implements Serializable-
Serialized Fields
-
checkboxes
Map<String,
JListPopupMenu.CheckboxGetterPair<T>> checkboxes -
showCheckBoxes
boolean showCheckBoxes
-
-
-
-
Package org.jrd.frontend.frame.main.renderer
-
Class org.jrd.frontend.frame.main.renderer.ClassListRenderer
class ClassListRenderer extends JPanel implements Serializable -
Class org.jrd.frontend.frame.main.renderer.VmListRenderer
class VmListRenderer extends JPanel implements Serializable
-
-
Package org.jrd.frontend.frame.overwrite
-
Class org.jrd.frontend.frame.overwrite.OverwriteClassDialog
class OverwriteClassDialog 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
DecompilerWrapper decompiler
-
dualPane
JTabbedPane dualPane
-
externalFiles
JPanel externalFiles
-
filePath
JTextField filePath
-
filesToCompile
JTextField filesToCompile
-
futureBinTarget
JTextField futureBinTarget
-
futureSrcTarget
JTextField futureSrcTarget
-
haveCompiler
PluginManager.BundledCompilerStatus 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
-
-
-
-
Package org.jrd.frontend.frame.plugins
-
Class org.jrd.frontend.frame.plugins.ConfigPanel
class 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.frame.plugins.FileSelectorArrayAddRow
class FileSelectorArrayAddRow extends JPanel implements Serializable-
Serialized Fields
-
addButton
JButton addButton
-
-
-
Class org.jrd.frontend.frame.plugins.FileSelectorArrayPanel
class 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.frame.plugins.FileSelectorArrayRow
class FileSelectorArrayRow extends JPanel implements Serializable-
Serialized Fields
-
browseButton
JButton browseButton
-
chooser
JFileChooser chooser
-
removeButton
JButton removeButton
-
textField
JTextField textField
-
-
-
Class org.jrd.frontend.frame.plugins.FileSelectorPanel
class FileSelectorPanel extends JPanel implements Serializable-
Serialized Fields
-
browseButton
JButton browseButton
-
chooser
JFileChooser chooser
-
jLabel
JLabel jLabel
-
textField
JTextField textField
-
-
-
Class org.jrd.frontend.frame.plugins.MessagePanel
class MessagePanel extends JPanel implements Serializable-
Serialized Fields
-
jLabel
JLabel jLabel
-
-
-
Class org.jrd.frontend.frame.plugins.OkCancelPanel
class OkCancelPanel extends JPanel implements Serializable -
Class org.jrd.frontend.frame.plugins.PluginConfigurationEditorView
class 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.frame.plugins.PluginListPanel
class PluginListPanel extends JPanel implements Serializable-
Serialized Fields
-
addWrapperButton
JButton addWrapperButton
-
wrapperJList
JList<DecompilerWrapper> wrapperJList
-
-
-
Class org.jrd.frontend.frame.plugins.PluginTopOptionPanel
class PluginTopOptionPanel extends JPanel implements Serializable -
Class org.jrd.frontend.frame.plugins.TextInputPanel
class TextInputPanel extends JPanel implements Serializable-
Serialized Fields
-
jLabel
JLabel jLabel
-
textField
JTextField textField
-
-
-
-
Package org.jrd.frontend.frame.remote
-
Class org.jrd.frontend.frame.remote.NewConnectionView
class 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.frame.remote.NewConnectionView.HostnamePortInputPanel
class HostnamePortInputPanel extends JPanel implements Serializable-
Serialized Fields
-
hostnameTextField
JTextField hostnameTextField
-
portTextField
JTextField portTextField
-
-
-
-
Package org.jrd.frontend.frame.settings
-
Class org.jrd.frontend.frame.settings.AgentSettingsPanel
class AgentSettingsPanel extends JPanel implements Serializable-
Serialized Fields
-
agentPathLabel
JLabel agentPathLabel
-
agentPathTextField
JTextField agentPathTextField
-
browseButton
JButton browseButton
-
chooser
JFileChooser chooser
-
-
-
Class org.jrd.frontend.frame.settings.CompilationSettingsPanel
class CompilationSettingsPanel extends JPanel implements Serializable-
Serialized Fields
-
compilationSettingsLabel
JLabel compilationSettingsLabel
-
compilerArgsLabel
JLabel compilerArgsLabel
-
compilerArgsTextField
JTextField compilerArgsTextField
-
useHostSystemClassesCheckBox
JCheckBox useHostSystemClassesCheckBox
-
-
-
Class org.jrd.frontend.frame.settings.MiscellaneousSettingsPanel
class MiscellaneousSettingsPanel extends JPanel implements Serializable -
Class org.jrd.frontend.frame.settings.NestedJarsSettingsPanel
class NestedJarsSettingsPanel extends JPanel implements Serializable-
Serialized Fields
-
addButton
JButton addButton
-
currentExtensionsList
JList<String> currentExtensionsList
-
nestedJars
JLabel nestedJars
-
newExtensionsTextField
JTextField newExtensionsTextField
-
removeButton
JButton removeButton
-
scrollPane
JScrollPane scrollPane
-
uniqueListModel
DefaultListModel<String> uniqueListModel
-
useDefaults
JCheckBox useDefaults
-
-
-
Class org.jrd.frontend.frame.settings.SettingsView
class SettingsView extends JDialog implements Serializable-
Serialized Fields
-
agentSettingsPanel
AgentSettingsPanel agentSettingsPanel
-
compilationSettingsPanel
CompilationSettingsPanel compilationSettingsPanel
-
config
Config config
-
isChanged
boolean isChanged
-
mainPanel
JPanel mainPanel
-
miscSettingsPanel
MiscellaneousSettingsPanel miscSettingsPanel
-
nestedJarsSettingsPanel
NestedJarsSettingsPanel nestedJarsSettingsPanel
-
okCancelPanel
JPanel okCancelPanel
-
-
-