| java.lang.Object org.eclipse.ui.presentations.StackPresentation org.eclipse.ui.internal.presentations.util.TabbedStackPresentation
Method Summary | |
public void | addPart(IPresentablePart newPart, Object cookie) | public Point | computeMinimumSize() | public int | computePreferredSize(boolean width, int availableParallel, int availablePerpendicular, int preferredResult) | public void | dispose() | public StackDropResult | dragOver(Control currentControl, Point location) | public IDynamicPropertyMap | getApiPreferences() | public Control | getControl() | public IPresentablePart[] | getPartList() Get the tab list. | public IDynamicPropertyMap | getPluginPreferences(Plugin toQuery) | public int | getSizeFlags(boolean width) | public AbstractTabFolder | getTabFolder() | public Control[] | getTabList(IPresentablePart part) | public IDynamicPropertyMap | getTheme() | public void | movePart(IPresentablePart toMove, Object cookie) | public void | moveTab(IPresentablePart part, int index) Move the tabs around. | public void | removePart(IPresentablePart oldPart) | public void | restoreState(IPresentationSerializer serializer, IMemento savedState) | public void | saveState(IPresentationSerializer context, IMemento memento) | public void | selectPart(IPresentablePart toSelect) | public void | setActive(int newState) | public void | setBounds(Rectangle bounds) | public void | setPartList(ISystemMenu menu) | public void | setState(int state) | public void | setVisible(boolean isVisible) | public void | showMinMax(boolean show) Cause the folder to hide or show its
Minimize and Maximize affordances. | public void | showPaneMenu() | public void | showPaneMenu(IPresentablePart part, Point location) | public void | showPartList() | public void | showSystemMenu() | public void | showSystemMenu(Point displayCoordinates, IPresentablePart context) |
computeMinimumSize | public Point computeMinimumSize()(Code) | | |
computePreferredSize | public int computePreferredSize(boolean width, int availableParallel, int availablePerpendicular, int preferredResult)(Code) | | |
dispose | public void dispose()(Code) | | |
getControl | public Control getControl()(Code) | | |
getPartList | public IPresentablePart[] getPartList()(Code) | | Get the tab list. This is for testing ONLY.
the presentable parts in order. since: 3.2 |
getSizeFlags | public int getSizeFlags(boolean width)(Code) | | |
moveTab | public void moveTab(IPresentablePart part, int index)(Code) | | Move the tabs around. This is for testing ONLY.
Parameters: part - the part to move Parameters: index - the new index since: 3.2 |
restoreState | public void restoreState(IPresentationSerializer serializer, IMemento savedState)(Code) | | Restores a presentation from a previously stored state
Parameters: serializer - (not null) Parameters: savedState - (not null) |
setActive | public void setActive(int newState)(Code) | | |
setBounds | public void setBounds(Rectangle bounds)(Code) | | |
setState | public void setState(int state)(Code) | | |
setVisible | public void setVisible(boolean isVisible)(Code) | | |
showMinMax | public void showMinMax(boolean show)(Code) | | Cause the folder to hide or show its
Minimize and Maximize affordances.
Parameters: show - true - the min/max buttons are visible. since: 3.3 |
showPaneMenu | public void showPaneMenu()(Code) | | |
showPartList | public void showPartList()(Code) | | |
showSystemMenu | public void showSystemMenu()(Code) | | Parameters: part - Parameters: point - |
|
|