Eclipse eRCP
Release 1.1

Uses of Interface
org.eclipse.ui.IPersistable

Packages that use IPersistable
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.  
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface.  
 

Uses of IPersistable in org.eclipse.ui
 

Subinterfaces of IPersistable in org.eclipse.ui
 interface IPersistableElement
          Interface for asking an object to store its state in a memento.
 interface IViewPart
          A view is a visual component within a workbench page.
 

Uses of IPersistable in org.eclipse.ui.part
 

Classes in org.eclipse.ui.part that implement IPersistable
 class ViewPart
          Abstract base implementation of all workbench views.
 


Eclipse eRCP
Release 1.1