com.ibm.carma.ui.view
Class OpenActionGroup

java.lang.Object
  extended by org.eclipse.ui.actions.ActionGroup
      extended by 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
           
 
Constructor Summary
OpenActionGroup()
          Creates the group of actions
 
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
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Constructor Detail

OpenActionGroup

public OpenActionGroup()
Creates the group of actions

Method Detail

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