public interface NodeActionsProvider extends Model
TreeModel
.Modifier and Type | Method and Description |
---|---|
Action[] |
getActions(Object node)
Returns set of actions for given node.
|
void |
performDefaultAction(Object node)
Performs default action for given node.
|
void performDefaultAction(Object node) throws UnknownTypeException
UnknownTypeException
- if this NodeActionsProvider implementation
is not able to resolve actions for given node typeAction[] getActions(Object node) throws UnknownTypeException
UnknownTypeException
- if this NodeActionsProvider implementation
is not able to resolve actions for given node type