public interface ObjectAction
| Modifier and Type | Method and Description |
|---|---|
ObjectMenuFilter |
getMenuFilter()
Get menu filter associated with the tool
|
int |
getToolType()
Get tool type
|
boolean |
isApplicableForNode(AbstractNode node)
Check if this action is applicable to given node
|
void |
setMenuFilter(ObjectMenuFilter filter)
Sets menu filter for the tool
|
ObjectMenuFilter getMenuFilter()
void setMenuFilter(ObjectMenuFilter filter)
int getToolType()
boolean isApplicableForNode(AbstractNode node)
node - node objectCopyright © 2018. All rights reserved.