| java.lang.Object org.eclipse.ui.presentations.StackPresentation org.eclipse.ui.internal.presentations.NativeStackPresentation
NativeStackPresentation | public class NativeStackPresentation extends StackPresentation (Code) | | A stack presentation using native widgets.
EXPERIMENTAL
since: 3.0 |
calculatePageBounds | public static Rectangle calculatePageBounds(TabFolder folder)(Code) | | |
childPropertyChanged | protected void childPropertyChanged(IPresentablePart part, int property)(Code) | | Parameters: part - Parameters: property - |
computeMinimumSize | public Point computeMinimumSize()(Code) | | |
dispose | public void dispose()(Code) | | |
getControl | public Control getControl()(Code) | | |
getSystemMenuManager | public IMenuManager getSystemMenuManager()(Code) | | |
getTab | final protected TabItem getTab(IPresentablePart part)(Code) | | Returns the tab for the given part, or null if there is no such tab
Parameters: part - the part being searched for the tab for the given part, or null if there is no such tab |
getTabFolder | protected TabFolder getTabFolder()(Code) | | |
initTab | protected void initTab(TabItem tabItem, IPresentablePart part)(Code) | | Initializes a tab for the given part. Sets the text, icon, tool tip,
etc. This will also be called whenever a relevant property changes
in the part to reflect those changes in the tab. Subclasses may override
to change the appearance of tabs for a particular part.
Parameters: tabItem - tab for the part Parameters: part - the part being displayed |
isDisposed | public boolean isDisposed()(Code) | | |
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) | | |
showPaneMenu | protected void showPaneMenu(IPresentablePart part, Point point)(Code) | | Parameters: part - Parameters: point - |
showPaneMenu | public void showPaneMenu()(Code) | | |
showSystemMenu | public void showSystemMenu()(Code) | | |
|
|