com.mindoo.remote.api.org.eclipse.ui
Interface IRemoteFolderLayout
- All Superinterfaces: 
 - IRemoteEclipseWrapper, IRemotePlaceholderFolderLayout
 
public interface IRemoteFolderLayout
- extends IRemotePlaceholderFolderLayout, IRemoteEclipseWrapper
 
Remote API Wrapper for the org.eclipse.ui.IFolderLayout (Online documentation)
 
 Original documentation:
 An IFolderLayout is used to define the initial views within a folder. The folder itself is contained within
 an IPageLayout.
| 
Method Summary | 
 void | 
addView(java.lang.String viewId)
 
          Adds a view with the given compound id to this folder. | 
 
 
 
addView
void addView(java.lang.String viewId)
             throws RemoteEclipseAPIException
- Adds a view with the given compound id to this folder. See the 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").
 
- Parameters:
 viewId - the view id
- Throws:
 RemoteEclipseAPIException