Package ghidra.app.events
Class TreeSelectionPluginEvent
java.lang.Object
ghidra.framework.plugintool.PluginEvent
ghidra.app.events.TreeSelectionPluginEvent
Notification for a new Program Tree selection.
-
Field Summary
Fields inherited from class ghidra.framework.plugintool.PluginEvent
EXTERNAL_SOURCE_NAME
-
Constructor Summary
ConstructorDescriptionTreeSelectionPluginEvent
(String source, String treeName, GroupPath[] groupPaths) Constructor for TreeSelectionPluginEvent. -
Method Summary
Modifier and TypeMethodDescriptionGet the group paths that are in the tree selection.Get the tree name associated with this event.toString()
String representation of this event for debugging purposes.Methods inherited from class ghidra.framework.plugintool.PluginEvent
getDetails, getEventName, getSourceName, getToolEventName, getTriggerEvent, isToolEvent, lookupToolEventName, setSourceName, setTriggerEvent
-
Field Details
-
NAME
Name of the event.- See Also:
-
-
Constructor Details
-
TreeSelectionPluginEvent
Constructor for TreeSelectionPluginEvent.- Parameters:
source
- name of the plugin that generated this eventtreeName
- name of the tree in the programgroupPaths
- group paths that are selected in a Program Tree; the group path uniquely identifies a Module (folder) or fragment in the tree
-
-
Method Details
-
getGroupPaths
Get the group paths that are in the tree selection. -
getTreeName
Get the tree name associated with this event.- Returns:
- String tree name
-
toString
String representation of this event for debugging purposes.- Overrides:
toString
in classPluginEvent
- See Also:
-