DataTreeDialog

Package: ghidra.framework.main
Type: class

11.1_PUBLIC

modifiedfield: CHOOSE_FOLDER
type: int → DataTreeDialogType; constant: 2 → None
- static int CHOOSE_FOLDER
+ static ghidra.framework.main.DataTreeDialogType CHOOSE_FOLDER
modifiedfield: CREATE
type: int → DataTreeDialogType; constant: 3 → None
- static int CREATE
+ static ghidra.framework.main.DataTreeDialogType CREATE
modifiedtype-extends: DataTreeDialog
- docking.DialogComponentProvider
+ ghidra.framework.main.AbstractDataTreeDialog
modifiedtype-implements: DataTreeDialog
- docking.widgets.tree.support.GTreeSelectionListener, java.awt.event.ActionListener
+ (none)
modifiedfield: OPEN
type: int → DataTreeDialogType; constant: 0 → None
- static int OPEN
+ static ghidra.framework.main.DataTreeDialogType OPEN
modifiedfield: SAVE
type: int → DataTreeDialogType; constant: 1 → None
- static int SAVE
+ static ghidra.framework.main.DataTreeDialogType SAVE
removedmethod: actionPerformed
void actionPerformed(java.awt.event.ActionEvent event)
removedmethod: addOkActionListener
void addOkActionListener(java.awt.event.ActionListener l)
removedmethod: addTreeListeners
void addTreeListeners()
removedmethod: buildMainPanel
javax.swing.JPanel buildMainPanel()
removedmethod: cancelCallback
void cancelCallback()
removedmethod: close
void close()
removedmethod: dialogShown
void dialogShown()
removedmethod: findAndSelect
void findAndSelect(java.lang.String s)
removedmethod: getActionContext
docking.ActionContext getActionContext(java.awt.event.MouseEvent event)
removedmethod: getDomainFile
ghidra.framework.model.DomainFile getDomainFile()
removedmethod: getDomainFolder
ghidra.framework.model.DomainFolder getDomainFolder()
removedmethod: getNameText
java.lang.String getNameText()
removedfield: HEIGHT
static int HEIGHT
removedmethod: okCallback
void okCallback()
removedmethod: selectDomainFile
void selectDomainFile(ghidra.framework.model.DomainFile file)
removedmethod: selectFolder
void selectFolder(ghidra.framework.model.DomainFolder folder)
removedmethod: selectRootDataFolder
void selectRootDataFolder()
removedmethod: setNameText
void setNameText(java.lang.String name)
removedmethod: setSearchText
void setSearchText(java.lang.String string)
removedmethod: setSelectedFolder
void setSelectedFolder(ghidra.framework.model.DomainFolder folder)
removedmethod: setTreeSelectionMode
void setTreeSelectionMode(int mode)
removedmethod: show
void show()
removedmethod: showComponent
void showComponent()
removedfield: treePanel
ghidra.framework.main.datatree.ProjectDataTreePanel treePanel
removedmethod: valueChanged
void valueChanged(docking.widgets.tree.support.GTreeSelectionEvent e)
removedmethod: wasCancelled
boolean wasCancelled()
removedfield: WIDTH
static int WIDTH

11.0_PUBLIC

addedmethod: selectFolder
void selectFolder(ghidra.framework.model.DomainFolder folder)

10.2_PUBLIC

addedmethod: show
void show()
modifiedmethod: actionPerformed
param 1 renamed: e → event
- void actionPerformed(java.awt.event.ActionEvent e)
+ void actionPerformed(java.awt.event.ActionEvent event)

9.0.2_PUBLIC

addedmethod: addTreeListeners
void addTreeListeners()
addedmethod: buildMainPanel
javax.swing.JPanel buildMainPanel()
addedmethod: cancelCallback
void cancelCallback()
addedmethod: dialogShown
void dialogShown()
addedfield: HEIGHT
static int HEIGHT
addedmethod: okCallback
void okCallback()
addedfield: treePanel
ghidra.framework.main.datatree.ProjectDataTreePanel treePanel
addedfield: WIDTH
static int WIDTH

9.0.1_PUBLIC

introducedInitial version