com.sap.portal.admin.studio
Interface IWorkspace


public interface IWorkspace

Represents the workspace area of the admin studio environment.


Method Summary
 Action createAction(java.lang.String actionId)
          Create an action with the given action id.
 IEditorContainer getEditorContainer()
          Get the editor container for adding ui comonents
 IToolBar getToolBar()
          Get the workspace toolbar
 

Method Detail

getToolBar

public IToolBar getToolBar()
Get the workspace toolbar
Returns:
toolbar object to add actions or components into

getEditorContainer

public IEditorContainer getEditorContainer()
Get the editor container for adding ui comonents
Returns:
the container to add ui components into

createAction

public Action createAction(java.lang.String actionId)
Create an action with the given action id. This action will automatically registered in the workspace.
Parameters:
actionId - the id of the action that need to be created.
Returns:
the new Action