com.cmpware.ide
Class CmpPerspective

java.lang.Object
  extended by com.cmpware.ide.CmpPerspective
All Implemented Interfaces:
org.eclipse.ui.IPerspectiveFactory

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

This class provides the Cmpware perspective.

Copyright (c) 2004 Cmpware, Inc. All Rights Reserved.

Author:
SAG

Field Summary
static java.lang.String copyright
          Copyright string
 
Constructor Summary
CmpPerspective()
           
 
Method Summary
 void createInitialLayout(org.eclipse.ui.IPageLayout layout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final java.lang.String copyright
Copyright string

See Also:
Constant Field Values
Constructor Detail

CmpPerspective

public CmpPerspective()
Method Detail

createInitialLayout

public void createInitialLayout(org.eclipse.ui.IPageLayout layout)
Specified by:
createInitialLayout in interface org.eclipse.ui.IPerspectiveFactory