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