org.wsmostudio.ui.perspective
Class RepositoryPerspectiveFactory

java.lang.Object
  extended by org.wsmostudio.ui.perspective.RepositoryPerspectiveFactory
All Implemented Interfaces:
org.eclipse.ui.IPerspectiveFactory

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

The RepositoryPerspectiveFactory generates the initial page layout for the Repository perspective. When a new page is created in the workbench a perspective is used to define the initial page layout. The perspective consists of two standard Eclipse views (Resource Navigator and Properties view) and one custom view (Repositories Explorer), which occupy different page regions.

Version:
$Revision: 469 $ $Date: 2006-01-09 14:51:14 +0200 $
Author:
not attributable

Constructor Summary
RepositoryPerspectiveFactory()
           
 
Method Summary
 void createInitialLayout(org.eclipse.ui.IPageLayout layout)
           
 boolean isFixed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryPerspectiveFactory

public RepositoryPerspectiveFactory()
Method Detail

createInitialLayout

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

isFixed

public boolean isFixed()


Copyright © 2005-2008 Ontotext Lab.. All Rights Reserved.