RSE
Release 1.0

org.eclipse.rse.ui.view
Class SystemPerspectiveLayout

java.lang.Object
  extended byorg.eclipse.rse.ui.view.SystemPerspectiveLayout
All Implemented Interfaces:
IPerspectiveFactory

public class SystemPerspectiveLayout
extends Object
implements IPerspectiveFactory

This class is responsible for laying out the views in the RSE perspective


Field Summary
static String ID
           
 
Constructor Summary
SystemPerspectiveLayout()
           
 
Method Summary
 void createInitialLayout(IPageLayout layout)
          Defines the initial layout for a perspective.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final String ID
See Also:
Constant Field Values
Constructor Detail

SystemPerspectiveLayout

public SystemPerspectiveLayout()
Method Detail

createInitialLayout

public void createInitialLayout(IPageLayout layout)
Defines the initial layout for a perspective. This method is only called when a new perspective is created. If an old perspective is restored from a persistence file then this method is not called.

Specified by:
createInitialLayout in interface IPerspectiveFactory

RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.