public interface IPlaceholderFolderLayout
IPlaceholderFolderLayout
is used to define the initial
view placeholders within a folder.
The folder itself is contained within an IPageLayout
.
This interface is not intended to be implemented by clients.
Modifier and Type | Method and Description |
---|---|
void |
addPlaceholder(String viewId)
Adds a view placeholder to this folder.
|
void addPlaceholder(String viewId)
IPageLayout
type documentation for more details about compound ids.
If the placeholder contains wildcards, it remains in the layout, otherwise
it is replaced by the view.
If the primary id of the placeholder has no wildcards, it must refer to a view
contributed to the workbench's view extension point
(named "org.eclipse.ui.views"
).viewId
- the compound view id (wildcards allowed)Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.