|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides actions and default action for some type of objects.
Designed to be used with TreeModel
.
Method Summary | |
Action[] |
getActions(Object node)
Returns set of actions for given node. |
void |
performDefaultAction(Object node)
Performs default action for given node. |
Method Detail |
public void performDefaultAction(Object node) throws UnknownTypeException
UnknownTypeException
- if this NodeActionsProvider implementation
is not able to resolve actions for given node typepublic Action[] getActions(Object node) throws UnknownTypeException
UnknownTypeException
- if this NodeActionsProvider implementation
is not able to resolve actions for given node type
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |