Package ghidra.graph.viewer.popup
Class ToolTipInfo<T>
java.lang.Object
ghidra.graph.viewer.popup.ToolTipInfo<T>
- Type Parameters:
T
- the type of object for which to create a tooltip
Basic container object that knows how to generate tooltips
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract JComponent
Creates a tool tip componentprotected abstract void
Signals for the implementation to turn off emphasisprotected abstract void
Signals for the implementation to emphasis the original graph object passed to this info
-
Field Details
-
event
-
graphObject
-
-
Constructor Details
-
ToolTipInfo
-
-
Method Details
-
createToolTipComponent
Creates a tool tip component- Returns:
- the tool tip component
-
emphasize
protected abstract void emphasize()Signals for the implementation to emphasis the original graph object passed to this info -
deEmphasize
protected abstract void deEmphasize()Signals for the implementation to turn off emphasis
-