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.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.debug.ui.sourcelookup Provides a user interface for debug platform source lookup facilities. 
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. 
org.eclipse.ui.ide APIs for the IDE-specific portion 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.debug.ui.sourcelookup
 

Methods in org.eclipse.debug.ui.sourcelookup that return IPersistableElement
  IPersistableElement CommonSourceNotFoundEditorInput. getPersistable ()
           
 

Uses of IPersistableElement in org.eclipse.ui
 

Subinterfaces of IPersistableElement in org.eclipse.ui
 interface IAggregateWorkingSet
          Contains a set of IWorkingSet.
 interface IWorkingSet
          A working set holds a number of IAdaptable elements.
 

Methods in org.eclipse.ui that return IPersistableElement
  IPersistableElement IEditorInput. getPersistable ()
          Returns an object that can be used to save the state of this editor input.
 

Uses of IPersistableElement in org.eclipse.ui.ide
 

Classes in org.eclipse.ui.ide that implement IPersistableElement
 class FileStoreEditorInput
          Implements an IEditorInput instance appropriate for IFileStore elements that represent files that are not part of the current workspace.
 

Methods in org.eclipse.ui.ide that return IPersistableElement
  IPersistableElement FileStoreEditorInput. 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.
 class FileInPlaceEditorInput
          Adapter for making a file resource a suitable input for an in-place editor.
 

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


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