Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Interface
org.eclipse.ui.presentations.IPresentablePart

Packages that use IPresentablePart
org.eclipse.ui.presentations Classes for contributing presentations to eclipse. 
 

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. 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, 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.
abstract  void StackPresentation. selectPart ( IPresentablePart toSelect)
          Brings the specified part to the foreground.
 void IStackPresentationSite. selectPart ( IPresentablePart toSelect)
          Makes the given part active
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire