Package | Description |
---|---|
org.eclipse.ui.presentations |
Modifier and Type | Method and Description |
---|---|
protected IStackPresentationSite |
StackPresentation.getSite()
Returns the presentation site (not null).
|
Modifier and Type | Method and Description |
---|---|
abstract StackPresentation |
AbstractPresentationFactory.createEditorPresentation(Composite parent,
IStackPresentationSite site)
Creates an editor presentation for presenting editors.
|
StackPresentation |
WorkbenchPresentationFactory.createEditorPresentation(Composite parent,
IStackPresentationSite site) |
abstract StackPresentation |
AbstractPresentationFactory.createStandaloneViewPresentation(Composite parent,
IStackPresentationSite site,
boolean showTitle)
Creates a standalone stack presentation for presenting a standalone view.
|
StackPresentation |
WorkbenchPresentationFactory.createStandaloneViewPresentation(Composite parent,
IStackPresentationSite site,
boolean showTitle) |
abstract StackPresentation |
AbstractPresentationFactory.createViewPresentation(Composite parent,
IStackPresentationSite site)
Creates a stack presentation for presenting regular docked views.
|
StackPresentation |
WorkbenchPresentationFactory.createViewPresentation(Composite parent,
IStackPresentationSite site) |
Constructor and Description |
---|
StackPresentation(IStackPresentationSite stackSite)
Constructs a new stack presentation with the given site.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.