Package org.openjdk.jmc.common.action
Interface IActionProvider
- All Superinterfaces:
IParent<IActionProvider>
A tree of
IUserAction
.-
Method Summary
Methods inherited from interface org.openjdk.jmc.common.tree.IParent
getChildren, hasChildren
-
Method Details
-
getDefaultAction
IUserAction getDefaultAction()- Returns:
- The default action for this provider. This action should be a member of the
getActions()
collection.
-
getActions
Collection<? extends IUserAction> getActions()- Returns:
- a collection of actions for this provider
-