|
org.netbeans.spi.viewmodel/2 1.9.31 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NodeActionsProvider
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 |
---|
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
|
org.netbeans.spi.viewmodel/2 1.9.31 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |