| org.eclipse.ui.examples.presentation.barebones.BareBonesPartPresentation
BareBonesPartPresentation | public class BareBonesPartPresentation extends StackPresentation (Code) | | Bare-bones stack presentation. The currently selected part fills the entire
presentation area, and all other parts are invisible. Does not provide a
system menu, pane menu, trim, drag/drop, toolbars, or any way to switch
parts.
|
Constructor Summary | |
public | BareBonesPartPresentation(Composite parent, IStackPresentationSite stackSite) Creates a new bare-bones part presentation, given the parent composite and
an IStackPresentationSite interface that will be used to communicate with
the workbench. |
BareBonesPartPresentation | public BareBonesPartPresentation(Composite parent, IStackPresentationSite stackSite)(Code) | | Creates a new bare-bones part presentation, given the parent composite and
an IStackPresentationSite interface that will be used to communicate with
the workbench.
Parameters: stackSite - interface to the workbench |
addPart | public void addPart(IPresentablePart newPart, Object cookie)(Code) | | |
computeMinimumSize | public Point computeMinimumSize()(Code) | | |
dispose | public void dispose()(Code) | | |
dragOver | public StackDropResult dragOver(Control currentControl, Point location)(Code) | | |
getControl | public Control getControl()(Code) | | |
getTabList | public Control[] getTabList(IPresentablePart part)(Code) | | |
presentationDisposed | protected void presentationDisposed()(Code) | | Perform any cleanup. This method should remove any listeners that were
attached to other objects. This gets called when the presentation
widget is disposed. This is safer than cleaning up in the dispose()
method, since this code will run even if some unusual circumstance
destroys the Shell without first calling dispose().
|
removePart | public void removePart(IPresentablePart oldPart)(Code) | | |
selectPart | public void selectPart(IPresentablePart toSelect)(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 | public void showPaneMenu()(Code) | | |
showSystemMenu | public void showSystemMenu()(Code) | | |
|
|