public interface NodeActionsProviderFilter extends Model
NodeActionsProvider
.
It can be used to add some new actions to nodes pop-up menu, remove
some actions or redefine behaviour of some actions.Modifier and Type | Method and Description |
---|---|
Action[] |
getActions(NodeActionsProvider original,
Object node)
Returns set of actions for given node.
|
void |
performDefaultAction(NodeActionsProvider original,
Object node)
Performs default action for given node.
|
void performDefaultAction(NodeActionsProvider original, Object node) throws UnknownTypeException
UnknownTypeException
- this exception can be thrown from
original.performDefaultAction (...)
method call only!Action[] getActions(NodeActionsProvider original, Object node) throws UnknownTypeException
UnknownTypeException
- this exception can be thrown from
original.getActions (...)
method call only!