public interface NavigatorActionProvider
Provides information about various Navigator node actions. Should be implemented in ModelItem.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public int |
getNodeHoverActionCount() |
|
public NavigatorActionDescription |
getNodeHoverActionDescription(int actionIdx) |
|
public 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.