Uses of Interface
org.eclipse.ui.IPersistable

Packages that use IPersistable
org.eclipse.ercp.eworkbench   
org.eclipse.ercp.update.views   
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.ercp.eworkbench
 

Classes in org.eclipse.ercp.eworkbench that implement IPersistable
 class DefaultView
           
 

Uses of IPersistable in org.eclipse.ercp.update.views
 

Classes in org.eclipse.ercp.update.views that implement IPersistable
 class NormalView
           
 

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.