IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.rcp.workingarea.core
Interface IWorkingArea

All Known Implementing Classes:
WorkingArea

public interface IWorkingArea

IWorking Area interface to manage views which can include transaction panels.


Field Summary
static java.lang.String SERVICE_PID
           
 
Method Summary
 void activatePart(org.eclipse.ui.IWorkbenchPart part)
          Activate this IWorkbenchPart
 org.eclipse.ui.IViewPart findView(java.lang.String id)
          Returns the view in this page with the specified id.
 org.eclipse.ui.IViewPart findView(java.lang.String id, java.lang.String secondaryId)
          Returns the view in this page with the specified id and secondaryId
 IWorkingAreaView findWorkingAreaView(java.lang.String secondaryId)
          Returns the working area view in this page with the specified secondaryId.
 void hideActiveView()
          Hide current active view.
 void hideView(java.lang.String id)
          Hides the given view.
 void hideView(java.lang.String id, java.lang.String secondaryId)
          Hides the view with specified id and secondaryId
 org.eclipse.ui.IViewPart showView(java.lang.String id)
          Shows the view identified by the given view id in this page and gives it focus.
 org.eclipse.ui.IViewPart showView(java.lang.String id, java.lang.String secondaryId, int mode)
          Shows a view in this page with the given id and secondary id.
 IWorkingAreaView showWorkingAreaView(java.lang.String secondaryId, int mode)
          Shows working area view in this page with the secondary id and mode.
 

Field Detail

SERVICE_PID

static final java.lang.String SERVICE_PID
See Also:
Constant Field Values
Method Detail

showView

org.eclipse.ui.IViewPart showView(java.lang.String id)
Shows the view identified by the given view id in this page and gives it focus. If there is a view identified by the given view id (and with no secondary id) already open in this page, it is given focus.

Parameters:
id -
Returns:

showView

org.eclipse.ui.IViewPart showView(java.lang.String id,
                                  java.lang.String secondaryId,
                                  int mode)
Shows a view in this page with the given id and secondary id.

Parameters:
id -
secondaryId -
mode -
Returns:
See Also:
IWorkbenchPage@showView(String id, String secondaryId, int mode)

findView

org.eclipse.ui.IViewPart findView(java.lang.String id,
                                  java.lang.String secondaryId)
Returns the view in this page with the specified id and secondaryId

Parameters:
id -
secondaryId -
Returns:

findView

org.eclipse.ui.IViewPart findView(java.lang.String id)
Returns the view in this page with the specified id. There is at most one view in the page with the specified id.

Parameters:
id -
Returns:

hideView

void hideView(java.lang.String id)
Hides the given view. The view must belong to this page.

Parameters:
view - the view to hide

hideView

void hideView(java.lang.String id,
              java.lang.String secondaryId)
Hides the view with specified id and secondaryId

Parameters:
id -
secondaryId -

activatePart

void activatePart(org.eclipse.ui.IWorkbenchPart part)
Activate this IWorkbenchPart

Parameters:
part -

hideActiveView

void hideActiveView()
Hide current active view.


showWorkingAreaView

IWorkingAreaView showWorkingAreaView(java.lang.String secondaryId,
                                     int mode)
Shows working area view in this page with the secondary id and mode.

Parameters:
secondaryId -
mode -
Returns:

findWorkingAreaView

IWorkingAreaView findWorkingAreaView(java.lang.String secondaryId)
Returns the working area view in this page with the specified secondaryId.

Parameters:
secondaryId -
Returns:

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011