|
Eclipse Platform Release 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPresentablePart | |
---|---|
org.eclipse.ui.presentations |
Uses of IPresentablePart in org.eclipse.ui.presentations |
---|
Methods in org.eclipse.ui.presentations that return IPresentablePart | |
IPresentablePart |
IStackPresentationSite.getSelectedPart()
Returns the currently selected part or null if the stack is empty |
IPresentablePart[] |
IStackPresentationSite.getPartList()
Returns the list of presentable parts currently in this site |
IPresentablePart |
IPresentationSerializer.getPart(String id)
Returns a presentable part, given an id that was generated when the presentation was saved. |
Methods in org.eclipse.ui.presentations with parameters of type IPresentablePart | |
abstract void |
StackPresentation.addPart(IPresentablePart newPart,
Object cookie)
Adds the given part to the stack. |
abstract void |
StackPresentation.removePart(IPresentablePart oldPart)
Removes the given part from the stack. |
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.selectPart(IPresentablePart toSelect)
Brings the specified part to the foreground. |
abstract Control[] |
StackPresentation.getTabList(IPresentablePart part)
Returns the tab-key traversal order for the given IPresentablePart . |
void |
IStackPresentationSite.dragStart(IPresentablePart beingDragged,
Point initialPosition,
boolean keyboard)
Begins dragging the given part |
void |
IStackPresentationSite.close(IPresentablePart[] toClose)
Closes the given set of parts. |
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 |
IStackPresentationSite.selectPart(IPresentablePart toSelect)
Makes the given part active |
String |
IPresentationSerializer.getId(IPresentablePart part)
Returns a unique identifier for the given part. |
|
Eclipse Platform Release 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.