|
Eclipse Platform Release 3.0 |
||||||||||
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 |
IPresentationSerializer.getPart(String id)
Returns a presentable part, given an id that was generated when the presentation was saved. |
IPresentablePart |
IStackPresentationSite.getSelectedPart()
Returns the currently selected part or null if the stack is empty |
Methods in org.eclipse.ui.presentations with parameters of type IPresentablePart | |
String |
IPresentationSerializer.getId(IPresentablePart part)
Returns a unique identifier for the given part. |
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. |
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 |
|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.