Package | Description |
---|---|
com.yworks.yfiles.view.input |
Contains definitions, default implementations, and support classes that deal with the user interaction in a
CanvasControl in general, as well as specialized utility classes and IInputMode implementations that can be used to work with and edit IGraph instances in a GraphControl . |
Modifier and Type | Class and Description |
---|---|
class |
QueryItemToolTipEventArgs<TModelItem>
A specialized subclass of
ToolTipQueryEventArgs that carries the Item for which the tool tip
is queried. |
Modifier and Type | Method and Description |
---|---|
protected void |
MouseHoverInputMode.onQueryToolTip(ToolTipQueryEventArgs args)
Raises the
QueryToolTip event. |
Modifier and Type | Method and Description |
---|---|
void |
MouseHoverInputMode.addQueryToolTipListener(IEventHandler<ToolTipQueryEventArgs> queryToolTipEvent)
Adds the given listener for the
QueryToolTip event that occurs when this mode queries the tool tip for a certain
query location. |
void |
MouseHoverInputMode.removeQueryToolTipListener(IEventHandler<ToolTipQueryEventArgs> queryToolTipEvent)
Removes the given listener for the
QueryToolTip event that occurs when this mode queries the tool tip for a
certain query location. |
Constructor and Description |
---|
MouseHoverInputMode(IEventHandler<ToolTipQueryEventArgs> textProvider)
Creates a new instance using the provided
ToolTip and query callback. |