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