TModelItem - The type of the model item.public class QueryItemToolTipEventArgs<TModelItem> extends ToolTipQueryEventArgs
ToolTipQueryEventArgs that carries the Item for which the tool tip
is queried.EMPTY| Constructor and Description |
|---|
QueryItemToolTipEventArgs(IInputModeContext context,
PointD queryLocation,
TModelItem item)
Initializes a new instance of the
QueryItemToolTipEventArgs class. |
| Modifier and Type | Method and Description |
|---|---|
TModelItem |
getItem()
Gets the item for which the tool tip is queried.
|
getQueryLocation, getToolTip, isHandled, setHandled, setToolTipgetContextpublic QueryItemToolTipEventArgs(IInputModeContext context, PointD queryLocation, TModelItem item)
QueryItemToolTipEventArgs class.context - The context to yield the tool tip for.queryLocation - The query location.item - The item for which the tool tip is queried..public final TModelItem getItem()
null.