Eclipse Platform
2.1

Uses of Interface
org.eclipse.ui.IPersistableElement

Packages that use IPersistableElement
org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results. 
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 IPersistableElement in org.eclipse.compare
 

Methods in org.eclipse.compare that return IPersistableElement
 IPersistableElement CompareEditorInput.getPersistable()
          Returns null since this editor cannot be persisted.
 

Uses of IPersistableElement in org.eclipse.ui
 

Methods in org.eclipse.ui that return IPersistableElement
 IPersistableElement IEditorInput.getPersistable()
           
 

Uses of IPersistableElement in org.eclipse.ui.part
 

Classes in org.eclipse.ui.part that implement IPersistableElement
 class FileEditorInput
          Adapter for making a file resource a suitable input for an editor.
 

Methods in org.eclipse.ui.part that return IPersistableElement
 IPersistableElement MultiEditorInput.getPersistable()
           
 IPersistableElement FileEditorInput.getPersistable()
           
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.