org.eclipse.ohf.stem.ui.ge.views
Class GEViewActions

java.lang.Object
  extended by org.eclipse.ohf.stem.ui.ge.views.GEViewActions

public class GEViewActions
extends java.lang.Object

GEViewActions: Defines and handles the actions.

It supports a popup context window that allows a set of actions either global actions or actions on a specific simulation


Constructor Summary
GEViewActions(GEView geView, GEInterface gei)
          The GEView constructor gets control when the user opens the "View" in the current perspective.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GEViewActions

public GEViewActions(GEView geView,
                     GEInterface gei)
The GEView constructor gets control when the user opens the "View" in the current perspective. In the GEView constructor we will create an instance of GEInterface which does all the work.

Parameters:
geView - reference to caller
gei - reference to GE interface