|
Eclipse Platform Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.presentations.AbstractPresentationFactory
org.eclipse.ui.presentations.WorkbenchPresentationFactory
The default presentation factory for the Workbench.
Constructor Summary | |
WorkbenchPresentationFactory()
|
Method Summary | |
StackPresentation |
createEditorPresentation(Composite parent,
IStackPresentationSite site)
Creates an editor presentation for presenting editors. |
StackPresentation |
createStandaloneViewPresentation(Composite parent,
IStackPresentationSite site,
boolean showTitle)
EXPERIMENTAL Creates a standalone stack presentation for presenting a standalone view. |
StackPresentation |
createViewPresentation(Composite parent,
IStackPresentationSite site)
Creates a stack presentation for presenting regular docked views. |
Methods inherited from class org.eclipse.ui.presentations.AbstractPresentationFactory |
createStatusLineControl, createStatusLineManager, getId |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WorkbenchPresentationFactory()
Method Detail |
public StackPresentation createEditorPresentation(Composite parent, IStackPresentationSite site)
AbstractPresentationFactory
The presentation creates its controls under the given parent composite.
createEditorPresentation
in class AbstractPresentationFactory
parent
- the parent composite to use for the presentation's controlssite
- the site used for communication between the presentation and
the workbench
public StackPresentation createViewPresentation(Composite parent, IStackPresentationSite site)
AbstractPresentationFactory
The presentation creates its controls under the given parent composite.
createViewPresentation
in class AbstractPresentationFactory
parent
- the parent composite to use for the presentation's controlssite
- the site used for communication between the presentation and
the workbench
public StackPresentation createStandaloneViewPresentation(Composite parent, IStackPresentationSite site, boolean showTitle)
AbstractPresentationFactory
The presentation creates its controls under the given parent composite.
createStandaloneViewPresentation
in class AbstractPresentationFactory
parent
- the parent composite to use for the presentation's controlssite
- the site used for communication between the presentation and
the workbenchshowTitle
- true
to show the title for the view,
false
to hide it
|
Eclipse Platform Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.