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
-
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 Variables.FakeVariableException 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.BytemanCompanion
class BytemanCompanion extends Object implements Serializable -
Class org.jrd.backend.data.Config.VminfoWithDuplicatedBytemanCompanion
class VminfoWithDuplicatedBytemanCompanion extends Object implements Serializable-
Serialized Fields
-
mBytemanCompanion
BytemanCompanion mBytemanCompanion
-
vmInfo
VmInfo vmInfo
-
-
-
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.hex
-
Class org.jrd.frontend.frame.hex.FeatureFullHex
class FeatureFullHex extends JPanel implements Serializable-
Serialized Fields
-
hex
LinesProvider hex
-
-
-
Class org.jrd.frontend.frame.hex.StandaloneHex
class StandaloneHex extends JFrame implements Serializable-
Serialized Fields
-
lastOpened
File lastOpened
-
mainTabs
JTabbedPane mainTabs
-
treatAllTabsAsOneBatch
boolean treatAllTabsAsOneBatch
-
-
-
-
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
-
-
-
Class org.jrd.frontend.frame.main.NewAgentDialog
class NewAgentDialog extends JDialog implements Serializable
-
-
Package org.jrd.frontend.frame.main.decompilerview
-
Class org.jrd.frontend.frame.main.decompilerview.CompletionSettingsDialogue
class CompletionSettingsDialogue extends JDialog implements Serializable-
Serialized Fields
-
cancel
JButton cancel
-
completions
JList<CompletionItem.CompletionItemSet> completions
-
cpAdditional
JCheckBox cpAdditional
-
cpRunning
JCheckBox cpRunning
-
methodsFull
JCheckBox methodsFull
-
methodsJustNames
JCheckBox methodsJustNames
-
ok
JButton ok
-
okState
boolean okState
-
rb11
JRadioButton rb11
-
rb12
JRadioButton rb12
-
rb13
JRadioButton rb13
-
rb14
JRadioButton rb14
-
rb21
JRadioButton rb21
-
rb22
JRadioButton rb22
-
result
ConnectedKeywords result
-
showHelp
JCheckBox showHelp
-
status
JLabel status
-
-
-
Class org.jrd.frontend.frame.main.decompilerview.HexWithControls
class HexWithControls extends JPanel implements Serializable-
Serialized Fields
-
decorativeFilePlaceholder
File decorativeFilePlaceholder
-
hex
HexEditor hex
-
hexSearchControls
SearchControlsPanel hexSearchControls
-
-
-
Class org.jrd.frontend.frame.main.decompilerview.InitAddClassDialog
class InitAddClassDialog extends JDialog implements Serializable-
Serialized Fields
-
addClass
JPanel addClass
-
addClasses
JPanel addClasses
-
addClassesGuis
JPanel addClassesGuis
-
addJar
JPanel addJar
-
addSingleClassPanel
InitAddClassDialog.AddSingleFile addSingleClassPanel
-
addSingleJar
InitAddClassDialog.AddSingleFile addSingleJar
-
classesBoot
JCheckBox classesBoot
-
init
JPanel init
-
initFqn
InitAddClassDialog.MyJTextField initFqn
-
jarBoot
JCheckBox jarBoot
-
lastClassesSelection
String lastClassesSelection
-
r
int r
-
tp
JTabbedPane tp
-
-
-
Class org.jrd.frontend.frame.main.decompilerview.TextWithControls
class TextWithControls extends JPanel implements Serializable-
Serialized Fields
-
addToRunningVm
boolean addToRunningVm
-
bytecodeSearchControls
SearchControlsPanel bytecodeSearchControls
-
bytecodeSyntaxTextArea
org.fife.ui.rsyntaxtextarea.RSyntaxTextArea bytecodeSyntaxTextArea
-
cct
TextWithControls.CodeCompletionType cct
-
classesAndMethodsProvider
ClassesAndMethodsProvider classesAndMethodsProvider
-
codeCompletion
KeywordBasedCodeCompletion codeCompletion
-
completionButton
JButton completionButton
-
decorativeFilePlaceholder
File decorativeFilePlaceholder
-
execute
String execute
-
lastCompile
AbstractCompileAction lastCompile
-
lastCompileAndRun
AbstractCompileAction lastCompileAndRun
-
oldSettings
JrdCompletionSettings oldSettings
-
popup
DecompilationController.AgentApiGenerator popup
-
save
File save
-
useBootForBytemanAndUpload
boolean useBootForBytemanAndUpload
-
-
-
-
Package org.jrd.frontend.frame.main.decompilerview.dummycompiler
-
Class org.jrd.frontend.frame.main.decompilerview.dummycompiler.AbstractCompileAction
class AbstractCompileAction extends JMenuItem implements Serializable-
Serialized Fields
-
stub
String stub
-
-
-
Class org.jrd.frontend.frame.main.decompilerview.dummycompiler.AbstractCompileAndRunAction
class AbstractCompileAndRunAction extends AbstractCompileAction implements Serializable-
Serialized Fields
-
classesAndMethodsProvider
ClasspathProvider classesAndMethodsProvider
-
execute
ExecuteMethodProvider execute
-
save
SaveProvider save
-
upload
UploadProvider upload
-
-
-
Class org.jrd.frontend.frame.main.decompilerview.dummycompiler.BytemanCompileAction
class BytemanCompileAction extends AbstractCompileAction implements Serializable-
Serialized Fields
-
boot
UploadProvider boot
-
vmInfoProvider
ClasspathProvider vmInfoProvider
-
-
-
Class org.jrd.frontend.frame.main.decompilerview.dummycompiler.JasmCompileAction
class JasmCompileAction extends AbstractCompileAndRunAction implements Serializable-
Serialized Fields
-
jasm
DecompilerWrapper jasm
-
-
-
Class org.jrd.frontend.frame.main.decompilerview.dummycompiler.JavacCompileAction
class JavacCompileAction extends AbstractCompileAndRunAction implements Serializable -
Class org.jrd.frontend.frame.main.decompilerview.dummycompiler.JustBearerAction
class JustBearerAction extends AbstractCompileAction implements Serializable-
Serialized Fields
-
append
String append
-
original
AbstractCompileAction original
-
-
-
-
Package org.jrd.frontend.frame.main.decompilerview.dummycompiler.templates
-
Class org.jrd.frontend.frame.main.decompilerview.dummycompiler.templates.BytemanSkeletonTemplateMenuItem
class BytemanSkeletonTemplateMenuItem extends JMenuItem implements Serializable -
Class org.jrd.frontend.frame.main.decompilerview.dummycompiler.templates.BytemanTemplateMenuItem
class BytemanTemplateMenuItem extends JMenuItem implements Serializable -
Class org.jrd.frontend.frame.main.decompilerview.dummycompiler.templates.Jasm2TemplateMenuItem
class Jasm2TemplateMenuItem extends JMenuItem implements Serializable -
Class org.jrd.frontend.frame.main.decompilerview.dummycompiler.templates.JasmTemplateMenuItem
class JasmTemplateMenuItem extends JMenuItem implements Serializable -
Class org.jrd.frontend.frame.main.decompilerview.dummycompiler.templates.JavaTemplateMenuItem
class JavaTemplateMenuItem extends JMenuItem implements Serializable
-
-
Package org.jrd.frontend.frame.main.popup
-
Class org.jrd.frontend.frame.main.popup.ClassListPopupMenu
-
Class org.jrd.frontend.frame.main.popup.DiffPopup
class DiffPopup extends JPopupMenu implements Serializable-
Serialized Fields
-
fqn
Optional<String> fqn
-
human
JCheckBox human
-
invert
JCheckBox invert
-
linesProviders
LinesProvider[] linesProviders
-
-
-
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
-
bytemanCompanionHostPort
JTextField bytemanCompanionHostPort
-
bytemanHostPort
JTextField bytemanHostPort
-
bytemanPid
JTextField bytemanPid
-
bytemanStatus
JTextField bytemanStatus
-
bytemanView
JPanel bytemanView
-
className
JTextField className
-
compileAndSave
JButton compileAndSave
-
compileAndUpload
JButton compileAndUpload
-
compileAndUploadByteman
JButton compileAndUploadByteman
-
compileByteman
JButton compileByteman
-
compileExternalFiles
JButton compileExternalFiles
-
compileExternalFilesAndUpload
JButton compileExternalFilesAndUpload
-
cp
ClasspathProvider cp
-
createUpdateCompanion
JButton createUpdateCompanion
-
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
-
loadByteman
JButton loadByteman
-
manualPane
JPanel manualPane
-
namingBinary
JComboBox<String> namingBinary
-
namingBinaryView
JComboBox<String> namingBinaryView
-
namingExternal
JComboBox<String> namingExternal
-
namingSource
JComboBox<String> namingSource
-
ok
JButton ok
-
origBin
byte[] origBin
-
origBuffer
String origBuffer
-
origName
String origName
-
outputBinaries
JTextField outputBinaries
-
outputExternalFilesDir
JTextField outputExternalFilesDir
-
pluginManager
PluginManager pluginManager
-
recursive
JCheckBox recursive
-
rewriteOrAdd
JComboBox rewriteOrAdd
-
saveBinary
JButton saveBinary
-
saveByteman
JButton saveByteman
-
saveBytemanAs
JButton saveBytemanAs
-
saveBytemanAsFile
JTextField saveBytemanAsFile
-
saveBytemanAsFileSize
JLabel saveBytemanAsFileSize
-
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
-
unloadAllBytemans
JButton unloadAllBytemans
-
unloadByteman
JButton unloadByteman
-
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-
Serialized Fields
-
cancelButton
JButton cancelButton
-
okButton
JButton okButton
-
validateButton
JButton validateButton
-
validations
JSplitPane validations
-
-
-
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
-
saveVm
JCheckBox saveVm
-
-
-
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
-
overwriteSourceTargetOnRuntime
JCheckBox overwriteSourceTargetOnRuntime
-
useHostJavaLangObjectCheckBox
JCheckBox useHostJavaLangObjectCheckBox
-
useHostSystemClassesCheckBox
JCheckBox useHostSystemClassesCheckBox
-
-
-
Class org.jrd.frontend.frame.settings.MiscellaneousSettingsPanel
class MiscellaneousSettingsPanel extends JPanel implements Serializable-
Serialized Fields
-
add
JRadioButton add
-
addAndSave
JRadioButton addAndSave
-
additionalAgentPlace
ButtonGroup additionalAgentPlace
-
ask
JRadioButton ask
-
classPath
JTextField classPath
-
dependenceNumbers
JComboBox<Config.DepndenceNumbers> dependenceNumbers
-
detectAutocompletionCheckBox
JCheckBox detectAutocompletionCheckBox
-
lookAndFeel
JComboBox<String> lookAndFeel
-
miscSettingsLabel
JLabel miscSettingsLabel
-
nothing
JRadioButton nothing
-
srcPath
JTextField srcPath
-
useJavapSignaturesCheckBox
JCheckBox useJavapSignaturesCheckBox
-
-
-
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
JTabbedPane mainPanel
-
mainPanelWrapper
JPanel mainPanelWrapper
-
miscSettingsPanel
MiscellaneousSettingsPanel miscSettingsPanel
-
nestedJarsSettingsPanel
NestedJarsSettingsPanel nestedJarsSettingsPanel
-
okCancelPanel
JPanel okCancelPanel
-
-
-