org.ow2.clif.scenario.isac.egui
Class IsacScenarioPerspective

java.lang.Object
  extended by org.ow2.clif.scenario.isac.egui.IsacScenarioPerspective
All Implemented Interfaces:
org.eclipse.ui.IPerspectiveFactory

public class IsacScenarioPerspective
extends java.lang.Object
implements org.eclipse.ui.IPerspectiveFactory

An Eclipse perspective for the Isac scenario editor : Isac scenario perspective.

Author:
Joan Chaumont, Bruno Dillenseger

Field Summary
static java.lang.String ISAC_SCENARIO_LOADPROFILE_ID
          Isac load profile view id
static java.lang.String ISAC_SCENARIO_PERSPECTIVE_ID
          Isac scenario perspective Id
 
Constructor Summary
IsacScenarioPerspective()
           
 
Method Summary
 void createInitialLayout(org.eclipse.ui.IPageLayout layout)
          Create the Isac Scenario Perspective with: Navigator view on the top left Editor on the center
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ISAC_SCENARIO_PERSPECTIVE_ID

public static final java.lang.String ISAC_SCENARIO_PERSPECTIVE_ID
Isac scenario perspective Id

See Also:
Constant Field Values

ISAC_SCENARIO_LOADPROFILE_ID

public static final java.lang.String ISAC_SCENARIO_LOADPROFILE_ID
Isac load profile view id

See Also:
Constant Field Values
Constructor Detail

IsacScenarioPerspective

public IsacScenarioPerspective()
Method Detail

createInitialLayout

public void createInitialLayout(org.eclipse.ui.IPageLayout layout)
Create the Isac Scenario Perspective with:

Specified by:
createInitialLayout in interface org.eclipse.ui.IPerspectiveFactory