Provides information about various Navigator node actions. Should be implemented in ModelItem.
| Type Params | Return Type | Name and description |
|---|---|---|
|
int |
getNodeHoverActionCount() |
|
NavigatorActionDescription |
getNodeHoverActionDescription(int actionIdx) |
|
boolean |
performHoverAction(int actionIdx, int x, int y)Performs node hover action. |
Performs node hover action.
actionIdx - Index of the hover action.x - Mouse x-coord.y - Mouse y-coord.