org.ascape.view.vis
Class GEFView

java.lang.Object
  extended by org.ascape.model.event.DefaultScapeListener
      extended by org.eclipse.amp.escape.ascape.view.ModelScapeView
          extended by org.eclipse.amp.escape.ascape.view.EditPartFactoryScapeView
              extended by org.ascape.view.vis.GEFView
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.EventListener, org.ascape.model.event.ScapeListener, org.ascape.util.HasName, org.eclipse.core.runtime.IAdaptable
Direct Known Subclasses:
GEF3DView

public class GEFView
extends EditPartFactoryScapeView

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ascape.model.event.DefaultScapeListener
scape
 
Constructor Summary
GEFView()
           
GEFView(java.lang.String name)
           
GEFView(java.lang.String primaryID, java.lang.String secondaryID, java.lang.String name)
           
 
Method Summary
 
Methods inherited from class org.eclipse.amp.escape.ascape.view.EditPartFactoryScapeView
createInput, getAdapter, getRootPart
 
Methods inherited from class org.eclipse.amp.escape.ascape.view.ModelScapeView
getModel, getName, scapeAdded, toString
 
Methods inherited from class org.ascape.model.event.DefaultScapeListener
clone, environmentQuiting, getScape, isGraphic, isLifeOfScape, isNotifyScapeAutomatically, notifyScapeUpdated, scapeClosing, scapeDeserialized, scapeInitialized, scapeIterated, scapeNotification, scapeRemoved, scapeSetup, scapeStarted, scapeStopped, setName, setNotifyScapeAutomatically
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GEFView

public GEFView(java.lang.String primaryID,
               java.lang.String secondaryID,
               java.lang.String name)

GEFView

public GEFView()

GEFView

public GEFView(java.lang.String name)