|
||||||||||
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.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 |
Methods in org.eclipse.ui.presentations with parameters of type IPresentablePart | |
---|---|
abstract void |
StackPresentation.addPart(IPresentablePart newPart,
java.lang.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 |
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,
java.lang.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. |
abstract void |
StackPresentation.selectPart(IPresentablePart toSelect)
Brings the specified part to the foreground. |
void |
IStackPresentationSite.selectPart(IPresentablePart toSelect)
Makes the given part active |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |