| java.lang.Object org.eclipse.ui.internal.FolderLayout
FolderLayout | public class FolderLayout implements IFolderLayout(Code) | | This layout is used to define the initial set of views and placeholders
in a folder.
Views are added to the folder by ID. This id is used to identify
a view descriptor in the view registry, and this descriptor is used to
instantiate the IViewPart .
|
addPlaceholder | public void addPlaceholder(String viewId)(Code) | | |
|
|