Class TreeSelectionPluginEvent
java.lang.Object
ghidra.framework.plugintool.PluginEvent
ghidra.app.events.TreeSelectionPluginEvent
Notification for a new Program Tree selection.
-
Field Summary
FieldsFields inherited from class PluginEvent
EXTERNAL_SOURCE_NAME -
Constructor Summary
ConstructorsConstructorDescriptionTreeSelectionPluginEvent(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 PluginEvent
getDetails, getEventName, getSourceName, getToolEventName, getTriggerEvent, isToolEvent, lookupToolEventName, setSourceName, setTriggerEvent
-
Field Details
-
NAME
-
-
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
-
toString
String representation of this event for debugging purposes.- Overrides:
toStringin classPluginEvent- See Also:
-