|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Filters actions provided by some original NodeActionsProvider
.
It can be used to add some new actions to nodes pop-up menu, remove
some actions or redefine behaviour of some actions.
Method Summary | |
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. |
Method Detail |
public void performDefaultAction(NodeActionsProvider original, Object node) throws UnknownTypeException
UnknownTypeException
- this exception can be thrown from
original.performDefaultAction (...)
method call only!public Action[] getActions(NodeActionsProvider original, Object node) throws UnknownTypeException
UnknownTypeException
- this exception can be thrown from
original.getActions (...)
method call only!
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |