Serialized Form
-
Package ghidra.feature.vt.api.impl
-
Class ghidra.feature.vt.api.impl.VersionTrackingChangeRecord
class VersionTrackingChangeRecord extends ghidra.framework.model.DomainObjectChangeRecord implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
affected
Object affected
-
-
-
Package ghidra.feature.vt.api.util
-
Exception Class ghidra.feature.vt.api.util.VersionTrackingApplyException
class VersionTrackingApplyException extends Exception implements Serializable -
Exception Class ghidra.feature.vt.api.util.VTAssociationStatusException
class VTAssociationStatusException extends Exception implements Serializable
-
-
Package ghidra.feature.vt.gui.editors
-
Class ghidra.feature.vt.gui.editors.AddressEditorPanel
class AddressEditorPanel extends JPanel implements Serializable -
Class ghidra.feature.vt.gui.editors.AddressInputDialog
class AddressInputDialog extends AbstractCellEditor implements Serializable-
Serialized Fields
-
address
ghidra.program.model.address.Address address
-
controller
VTController controller
-
dialog
docking.DialogComponentProvider dialog
-
table
JTable table
-
-
-
Class ghidra.feature.vt.gui.editors.MatchTagCellEditor
class MatchTagCellEditor extends AbstractCellEditor implements Serializable-
Serialized Fields
-
controller
VTController controller
-
matchTagChoices
MatchTagComboBox matchTagChoices
-
table
JTable table
-
tag
VTMatchTag tag
-
-
-
Class ghidra.feature.vt.gui.editors.MatchTagComboBox
class MatchTagComboBox extends docking.widgets.combobox.GhidraComboBox implements Serializable-
Serialized Fields
-
initialTag
VTMatchTag initialTag
-
matches
List<VTMatch> matches
-
parentComponent
JComponent parentComponent
-
session
VTSession session
-
-
-
Class ghidra.feature.vt.gui.editors.TagEditorRenderer
class TagEditorRenderer extends docking.widgets.list.GListCellRenderer<ghidra.feature.vt.gui.editors.TagEditorDialog.TagState> implements Serializable-
Serialized Fields
-
list
JList<ghidra.feature.vt.gui.editors.TagEditorDialog.TagState> list
-
listModel
ghidra.feature.vt.gui.editors.TagEditorDialog.TagStateListModel listModel
-
mouseForwarder
MouseAdapter mouseForwarder
-
panel
JPanel panel
-
tagIconLabel
JLabel tagIconLabel
-
undoButton
ghidra.feature.vt.gui.editors.TagEditorRenderer.RemoveStateButton undoButton
-
-
-
-
Package ghidra.feature.vt.gui.filters
-
Class ghidra.feature.vt.gui.filters.StatusLabel
class StatusLabel extends docking.widgets.label.GDLabel implements Serializable-
Serialized Fields
-
textField
JFormattedTextField textField
-
-
-
-
Package ghidra.feature.vt.gui.provider.impliedmatches
-
Class ghidra.feature.vt.gui.provider.impliedmatches.VTImpliedMatchesTableModel
class VTImpliedMatchesTableModel extends ghidra.util.table.AddressBasedTableModel<ghidra.feature.vt.gui.provider.impliedmatches.ImpliedMatchWrapperRowObject> implements Serializable-
Serialized Fields
-
controller
VTController controller
-
session
VTSession session
-
-
-
-
Package ghidra.feature.vt.gui.provider.markuptable
-
Class ghidra.feature.vt.gui.provider.markuptable.MarkupItemRenderer
class MarkupItemRenderer extends ghidra.util.table.CompositeGhidraTableCellRenderer implements Serializable -
Class ghidra.feature.vt.gui.provider.markuptable.MarkupItemStatusRenderer
class MarkupItemStatusRenderer extends ghidra.util.table.column.AbstractGhidraColumnRenderer<VTMarkupItemStatus> implements Serializable-
Serialized Fields
-
dummy
docking.widgets.table.GTableCellRenderer dummy
-
-
-
Class ghidra.feature.vt.gui.provider.markuptable.MarkupItemValueRenderer
class MarkupItemValueRenderer extends ghidra.util.table.column.AbstractGhidraColumnRenderer<Stringable> implements Serializable -
Class ghidra.feature.vt.gui.provider.markuptable.VTMarkupItemsTableModel
class VTMarkupItemsTableModel extends ghidra.util.table.AddressBasedTableModel<VTMarkupItem> implements Serializable-
Serialized Fields
-
allFilters
List<Filter<VTMarkupItem>> allFilters
-
controller
VTController controller
-
-
-
-
Package ghidra.feature.vt.gui.provider.matchtable
-
Class ghidra.feature.vt.gui.provider.matchtable.MatchMarkupStatusBatteryRenderer
class MatchMarkupStatusBatteryRenderer extends ghidra.util.table.column.AbstractGColumnRenderer<VTMatch> implements Serializable-
Serialized Fields
-
markupStatusIcon
VTMarkupStatusIcon markupStatusIcon
-
-
-
Class ghidra.feature.vt.gui.provider.matchtable.MatchMarkupStatusRenderer
class MatchMarkupStatusRenderer extends ghidra.util.table.column.AbstractGhidraColumnRenderer<VTMatch> implements Serializable -
Class ghidra.feature.vt.gui.provider.matchtable.MatchTableRenderer
class MatchTableRenderer extends ghidra.util.table.CompositeGhidraTableCellRenderer implements Serializable -
Class ghidra.feature.vt.gui.provider.matchtable.MultipleLabelsRenderer
class MultipleLabelsRenderer extends ghidra.util.table.column.AbstractGhidraColumnRenderer<ghidra.program.model.symbol.Symbol[]> implements Serializable-
Serialized Fields
-
-
Class ghidra.feature.vt.gui.provider.matchtable.VTMatchTableModel
class VTMatchTableModel extends AbstractVTMatchTableModel implements Serializable
-
-
Package ghidra.feature.vt.gui.provider.onetomany
-
Class ghidra.feature.vt.gui.provider.onetomany.VTMatchDestinationTableModel
class VTMatchDestinationTableModel extends VTMatchOneToManyTableModel implements Serializable -
Class ghidra.feature.vt.gui.provider.onetomany.VTMatchOneToManyTableModel
class VTMatchOneToManyTableModel extends AbstractVTMatchTableModel implements Serializable-
Serialized Fields
-
address
ghidra.program.model.address.Address address
-
-
-
Class ghidra.feature.vt.gui.provider.onetomany.VTMatchSourceTableModel
class VTMatchSourceTableModel extends VTMatchOneToManyTableModel implements Serializable
-
-
Package ghidra.feature.vt.gui.provider.relatedMatches
-
Package ghidra.feature.vt.gui.util
-
Class ghidra.feature.vt.gui.util.AbstractVTMatchTableModel
class AbstractVTMatchTableModel extends ghidra.util.table.AddressBasedTableModel<VTMatch> implements Serializable-
Serialized Fields
-
allFilters
Set<Filter<VTMatch>> allFilters
-
controller
VTController controller
-
markupStatusColumnComparator
Comparator<VTMatch> markupStatusColumnComparator
-
session
VTSession session
-
-
-
Class ghidra.feature.vt.gui.util.FilterIconFlashTimer
class FilterIconFlashTimer extends Timer implements Serializable-
Serialized Fields
-
baseIcon
Icon baseIcon
-
filterButton
JButton filterButton
-
filterDialog
AncillaryFilterDialogComponentProvider<T> filterDialog
-
filteredIcon
Icon filteredIcon
-
flashCount
int flashCount
-
lastFlashTime
long lastFlashTime
-
-
-
Class ghidra.feature.vt.gui.util.MatchStatusRenderer
class MatchStatusRenderer extends ghidra.util.table.GhidraTableCellRenderer implements Serializable -
Class ghidra.feature.vt.gui.util.VTSymbolRenderer
class VTSymbolRenderer extends ghidra.util.table.GhidraTableCellRenderer implements Serializable-
Serialized Fields
-
inspector
ghidra.app.util.SymbolInspector inspector
-
-
-
-
Package ghidra.feature.vt.gui.wizard
-
Class ghidra.feature.vt.gui.wizard.AddressSetOptionsPanel
class AddressSetOptionsPanel extends docking.wizard.AbstractMageJPanel<ghidra.feature.vt.gui.wizard.VTWizardStateKey> implements Serializable -
Class ghidra.feature.vt.gui.wizard.AddressSetPanel
class AddressSetPanel extends docking.wizard.AbstractMageJPanel<ghidra.feature.vt.gui.wizard.VTWizardStateKey> implements Serializable-
Serialized Fields
-
addressSetChoiceKey
ghidra.feature.vt.gui.wizard.VTWizardStateKey addressSetChoiceKey
-
addressSetViewKey
ghidra.feature.vt.gui.wizard.VTWizardStateKey addressSetViewKey
-
name
String name
-
panel
ChooseAddressSetEditorPanel panel
-
program
ghidra.program.model.listing.Program program
-
programDependencyKey
ghidra.feature.vt.gui.wizard.VTWizardStateKey programDependencyKey
-
selectionKey
ghidra.feature.vt.gui.wizard.VTWizardStateKey selectionKey
-
tool
ghidra.framework.plugintool.PluginTool tool
-
-
-
Class ghidra.feature.vt.gui.wizard.ChooseAddressSetEditorPanel
class ChooseAddressSetEditorPanel extends JPanel implements Serializable-
Serialized Fields
-
addRangeButton
JButton addRangeButton
-
bottomButtons
JPanel bottomButtons
-
currentAddressSetChoice
ChooseAddressSetEditorPanel.AddressSetChoice currentAddressSetChoice
-
entireProgramButton
JRadioButton entireProgramButton
-
hasSelection
boolean hasSelection
-
list
docking.widgets.list.GList<ghidra.program.model.address.AddressRange> list
-
listeners
Set<ChangeListener> listeners
-
listModel
ghidra.feature.vt.gui.wizard.ChooseAddressSetEditorPanel.AddressSetListModel listModel
-
myCurrentAddressSet
ghidra.program.model.address.AddressSet myCurrentAddressSet
-
myRangesButton
JRadioButton myRangesButton
-
name
String name
-
program
ghidra.program.model.listing.Program program
-
removeRangeButton
JButton removeRangeButton
-
subtractRangeButton
JButton subtractRangeButton
-
tool
ghidra.framework.plugintool.PluginTool tool
-
toolSelectionButton
JRadioButton toolSelectionButton
-
-
-
Class ghidra.feature.vt.gui.wizard.CorrelatorPanel
class CorrelatorPanel extends docking.wizard.AbstractMageJPanel<ghidra.feature.vt.gui.wizard.VTWizardStateKey> implements Serializable-
Serialized Fields
-
model
VTProgramTableCorrelatorModel model
-
table
ghidra.util.table.GhidraTable table
-
-
-
Class ghidra.feature.vt.gui.wizard.LimitAddressSetsPanel
class LimitAddressSetsPanel extends docking.wizard.AbstractMageJPanel<ghidra.feature.vt.gui.wizard.VTWizardStateKey> implements Serializable-
Serialized Fields
-
destinationPanel
AddressSetPanel destinationPanel
-
sourcePanel
AddressSetPanel sourcePanel
-
-
-
Class ghidra.feature.vt.gui.wizard.NewSessionPanel
class NewSessionPanel extends docking.wizard.AbstractMageJPanel<ghidra.feature.vt.gui.wizard.VTWizardStateKey> implements Serializable-
Serialized Fields
-
allProgramInfos
Map<ghidra.framework.model.DomainFile,
ghidra.feature.vt.gui.wizard.NewSessionPanel.ProgramInfo> allProgramInfos -
destinationBrowseButton
JButton destinationBrowseButton
-
destinationField
JTextField destinationField
-
destinationProgramInfo
ghidra.feature.vt.gui.wizard.NewSessionPanel.ProgramInfo destinationProgramInfo
-
folder
ghidra.framework.model.DomainFolder folder
-
folderNameField
JTextField folderNameField
-
sessionNameField
JTextField sessionNameField
-
sourceBrowseButton
JButton sourceBrowseButton
-
sourceField
JTextField sourceField
-
sourceProgramInfo
ghidra.feature.vt.gui.wizard.NewSessionPanel.ProgramInfo sourceProgramInfo
-
swapProgramsButton
JButton swapProgramsButton
-
tool
ghidra.framework.plugintool.PluginTool tool
-
-
-
Class ghidra.feature.vt.gui.wizard.OptionsPanel
class OptionsPanel extends docking.wizard.AbstractMageJPanel<ghidra.feature.vt.gui.wizard.VTWizardStateKey> implements Serializable-
Serialized Fields
-
optionsEditorPanelList
List<docking.options.editor.OptionsEditorPanel> optionsEditorPanelList
-
optionsList
List<VTOptions> optionsList
-
propertyChangeListener
PropertyChangeListener propertyChangeListener
-
-
-
Class ghidra.feature.vt.gui.wizard.PreconditionsPanel
class PreconditionsPanel extends docking.wizard.AbstractMageJPanel<ghidra.feature.vt.gui.wizard.VTWizardStateKey> implements Serializable-
Serialized Fields
-
conditionsTestPanel
docking.widgets.conditiontestpanel.ConditionTestPanel conditionsTestPanel
-
testsDone
boolean testsDone
-
wizardManager
VTNewSessionWizardManager wizardManager
-
-
-
Class ghidra.feature.vt.gui.wizard.SummaryPanel
class SummaryPanel extends docking.wizard.AbstractMageJPanel<ghidra.feature.vt.gui.wizard.VTWizardStateKey> implements Serializable -
Class ghidra.feature.vt.gui.wizard.VTProgramTableCorrelatorModel
class VTProgramTableCorrelatorModel extends docking.widgets.table.AbstractGTableModel<VTProgramCorrelatorFactory> implements Serializable-
Serialized Fields
-
list
List<VTProgramCorrelatorFactory> list
-
panel
CorrelatorPanel panel
-
previouslyRunCorrelators
Set<String> previouslyRunCorrelators
-
selectedFactories
Set<VTProgramCorrelatorFactory> selectedFactories
-
-
-