Uses of Interface
org.eclipse.ui.IPageLayout

Packages that use IPageLayout
org.eclipse.ercp.eworkbench   
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. 
 

Uses of IPageLayout in org.eclipse.ercp.eworkbench
 

Methods in org.eclipse.ercp.eworkbench with parameters of type IPageLayout
 void DefaultPerspective.createInitialLayout(IPageLayout layout)
           
 void DefaultPerspective.createInitialLayout(IPageLayout layout, java.lang.String launchId, java.lang.String path)
           
 

Uses of IPageLayout in org.eclipse.ui
 

Methods in org.eclipse.ui with parameters of type IPageLayout
 void IPerspectiveFactory.createInitialLayout(IPageLayout layout)
          Creates the initial layout for a page.
 void IPerspectiveFactory.createInitialLayout(IPageLayout layout, java.lang.String launchId, java.lang.String path)