| java.lang.Object org.eclipse.ui.internal.layout.TrimToolBarBase org.eclipse.ui.internal.ViewStackTrimToolBar
getPaneOrientation | public int getPaneOrientation()(Code) | | Returns the paneOrientation. |
getSelectedTabId | public String getSelectedTabId()(Code) | | The id of the layout part representing the 'top' tab |
hookControl | public void hookControl(ToolBarManager mgr)(Code) | | |
initToolBarManager | public void initToolBarManager(ToolBarManager mgr)(Code) | | |
restoreOnUnzoom | public boolean restoreOnUnzoom()(Code) | | |
restoreToPresentation | protected void restoreToPresentation()(Code) | | Put the stack back into the presentation
|
setIconSelection | public void setIconSelection(IViewReference ref, boolean selected)(Code) | | Parameters: ref - Parameters: selected - |
setOrientation | public void setOrientation(int newOrientation, WorkbenchWindow wbw)(Code) | | Parameters: newOrientation - The new orientation for the fact view display Parameters: wbw - The currently active WorkbenchWindow |
setRestoreOnUnzoom | public void setRestoreOnUnzoom(boolean restoreOnUnzoom)(Code) | | Sets whether or not the stack gets restored on an unzoom
operation.
Parameters: restoreOnUnzoom - |
setSelectedTabId | public void setSelectedTabId(String id)(Code) | | Cache the tba that was on top when we were minimized
Parameters: selectedTab - The id of the PartPane for the tab |
|
|