public interface IFolderLayout extends IPlaceholderFolderLayout
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)| Modifier and Type | Method and Description |
|---|---|
void |
addView(String viewId)
Adds a view with the given compound id to this folder.
|
addPlaceholder, getProperty, setPropertyvoid addView(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
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.