org.ow2.clif.console.lib.egui
Class ClifConsolePerspective

java.lang.Object
  extended by org.ow2.clif.console.lib.egui.ClifConsolePerspective
All Implemented Interfaces:
org.eclipse.ui.IPerspectiveFactory

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

An Eclipse perspective for the CLIF Console : CLIF Console perspective. This perspective have a navigator and a properties view on the left, an editor view and a supervision monitor view on the bottom.

Author:
Manuel AZEMA, Bruno Dillenseger

Field Summary
static java.lang.String CLIF_CONSOLE_PERSPECTIVE_ID
          CLIF Console perspective Id
static java.lang.String ID_MONITOR_VIEW
          Monitor view id
static java.lang.String ID_SWING_VIEW
          Tree view id
static java.lang.String ID_TREE_VIEW
          Tree view id
 
Constructor Summary
ClifConsolePerspective()
           
 
Method Summary
 void createInitialLayout(org.eclipse.ui.IPageLayout layout)
          Create the Clif Console Perspective with: Navigator view on the top left ClifTree view on the bottom left Properties view on the bottom 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

CLIF_CONSOLE_PERSPECTIVE_ID

public static final java.lang.String CLIF_CONSOLE_PERSPECTIVE_ID
CLIF Console perspective Id

See Also:
Constant Field Values

ID_MONITOR_VIEW

public static final java.lang.String ID_MONITOR_VIEW
Monitor view id

See Also:
Constant Field Values

ID_TREE_VIEW

public static final java.lang.String ID_TREE_VIEW
Tree view id

See Also:
Constant Field Values

ID_SWING_VIEW

public static final java.lang.String ID_SWING_VIEW
Tree view id

See Also:
Constant Field Values
Constructor Detail

ClifConsolePerspective

public ClifConsolePerspective()
Method Detail

createInitialLayout

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

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