Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


 

org.eclipse.ui
Interface IFolderLayout

All Superinterfaces:
IPlaceholderFolderLayout


public interface IFolderLayout
extends IPlaceholderFolderLayout

An IFolderLayout is used to define the initial pages within a folder. The folder itself is component within an IPageLayout.

This interface is not intended to be implemented by clients.

See Also:
IPageLayout.createFolder(java.lang.String, int, float, java.lang.String)


Method Summary
 void addView(String viewId)
          Adds a view with the given id to this folder.
 
Methods inherited from interface org.eclipse.ui.IPlaceholderFolderLayout
addPlaceholder
 

Method Detail

 

 

addView

public void addView(String viewId)

Adds a view with the given id to this folder. The id must name a view contributed to the workbench's view extension point (named "org.eclipse.ui.views").

Parameters:
viewId - the view id


 

Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.