com.ibm.carma.ui.view
Class OpenActionGroup
java.lang.Object
org.eclipse.ui.actions.ActionGroup
com.ibm.carma.ui.view.OpenActionGroup
public class OpenActionGroup
- extends org.eclipse.ui.actions.ActionGroup
Group of Actions for the "Open" section of the CARMA menu including
open, and open with.
- Since:
- 7.0
|
Field Summary |
static java.lang.String |
COPYRIGHT
|
|
Method Summary |
void |
fillContextMenu(org.eclipse.jface.action.IMenuManager menu)
|
void |
runDefaultAction(org.eclipse.jface.viewers.IStructuredSelection selection)
Issues the default action for the group -- open |
| Methods inherited from class org.eclipse.ui.actions.ActionGroup |
dispose, fillActionBars, getContext, setContext, updateActionBars |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
OpenActionGroup
public OpenActionGroup()
- Creates the group of actions
fillContextMenu
public void fillContextMenu(org.eclipse.jface.action.IMenuManager menu)
- Overrides:
fillContextMenu in class org.eclipse.ui.actions.ActionGroup
runDefaultAction
public void runDefaultAction(org.eclipse.jface.viewers.IStructuredSelection selection)
- Issues the default action for the group -- open
- Parameters:
selection - the selection the action should be executed against