Uses of Interface
org.eclipse.ui.IPersistableElement
-
Packages that use IPersistableElement Package Description 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 Modifier and Type Method Description IPersistableElementCompareEditorInput. getPersistable()Returnsnullsince this editor cannot be persisted. -
Uses of IPersistableElement in org.eclipse.debug.ui.sourcelookup
Methods in org.eclipse.debug.ui.sourcelookup that return IPersistableElement Modifier and Type Method Description IPersistableElementCommonSourceNotFoundEditorInput. getPersistable() -
Uses of IPersistableElement in org.eclipse.ui
Subinterfaces of IPersistableElement in org.eclipse.ui Modifier and Type Interface Description interfaceIAggregateWorkingSetContains a set ofIWorkingSet.interfaceIWorkingSetA working set holds a number of IAdaptable elements.Methods in org.eclipse.ui that return IPersistableElement Modifier and Type Method Description IPersistableElementIEditorInput. 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 Modifier and Type Class Description classFileStoreEditorInputImplements an IEditorInput instance appropriate forIFileStoreelements that represent files that are not part of the current workspace.Methods in org.eclipse.ui.ide that return IPersistableElement Modifier and Type Method Description IPersistableElementFileStoreEditorInput. getPersistable() -
Uses of IPersistableElement in org.eclipse.ui.part
Classes in org.eclipse.ui.part that implement IPersistableElement Modifier and Type Class Description classFileEditorInputAdapter for making a file resource a suitable input for an editor.classFileInPlaceEditorInputAdapter for making a file resource a suitable input for an in-place editor.Methods in org.eclipse.ui.part that return IPersistableElement Modifier and Type Method Description IPersistableElementFileEditorInput. getPersistable()IPersistableElementMultiEditorInput. getPersistable()
-