Package | Description |
---|---|
org.eclipse.ui.presentations |
Classes for contributing presentations to eclipse.
|
Modifier and Type | Method and Description |
---|---|
IPresentablePart |
IPresentationSerializer.getPart(String id)
Deprecated.
Returns a presentable part, given an id that was generated when the presentation
was saved.
|
IPresentablePart[] |
IStackPresentationSite.getPartList()
Deprecated.
Returns the list of presentable parts currently in this site
|
IPresentablePart |
IStackPresentationSite.getSelectedPart()
Deprecated.
Returns the currently selected part or null if the stack is empty
|
Modifier and Type | Method and Description |
---|---|
abstract void |
StackPresentation.addPart(IPresentablePart newPart,
Object cookie)
Deprecated.
Adds the given part to the stack.
|
void |
IStackPresentationSite.close(IPresentablePart[] toClose)
Deprecated.
Closes the given set of parts.
|
void |
IStackPresentationSite.dragStart(IPresentablePart beingDragged,
Point initialPosition,
boolean keyboard)
Deprecated.
Begins dragging the given part
|
String |
IPresentationSerializer.getId(IPresentablePart part)
Deprecated.
Returns a unique identifier for the given part.
|
abstract Control[] |
StackPresentation.getTabList(IPresentablePart part)
Deprecated.
Returns the tab-key traversal order for the given
IPresentablePart . |
boolean |
IStackPresentationSite.isCloseable(IPresentablePart toClose)
Deprecated.
Returns true iff this site will allow the given part to be closed
|
boolean |
IStackPresentationSite.isPartMoveable(IPresentablePart toMove)
Deprecated.
Returns true iff the given part can be dragged.
|
void |
StackPresentation.movePart(IPresentablePart toMove,
Object cookie)
Deprecated.
Moves a part to a new location as the result of a drag/drop
operation within this presentation.
|
abstract void |
StackPresentation.removePart(IPresentablePart oldPart)
Deprecated.
Removes the given part from the stack.
|
abstract void |
StackPresentation.selectPart(IPresentablePart toSelect)
Deprecated.
Brings the specified part to the foreground.
|
void |
IStackPresentationSite.selectPart(IPresentablePart toSelect)
Deprecated.
Makes the given part active
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.