|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFolderLayout
An IFolderLayout
is used to define the initial views within a folder.
The folder itself is contained within an IPageLayout
.
This interface is not intended to be implemented by clients.
IPageLayout.createFolder(java.lang.String, int, float, java.lang.String)
Method Summary | |
---|---|
void |
addView(java.lang.String viewId)
Adds a view with the given compound id to this folder. |
Methods inherited from interface org.eclipse.ui.IPlaceholderFolderLayout |
---|
addPlaceholder |
Method Detail |
---|
void addView(java.lang.String viewId)
IPageLayout
type documentation for more details about compound ids.
The primary id must name a view contributed to the workbench's view extension point
(named "org.eclipse.ui.views"
).
viewId
- the view id
|
Eclipse Platform Release 3.2 |
|||||||||
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, 2006. All rights reserved.