Uses of Interface
org.eclipse.ui.IPersistable
Package
Description
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Classes and interface required to contribute search dialog pages and search result view pages.
Contains the team synchronization presentation framework and support
for the Synchronize View.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Application programming interfaces for interaction
with the Eclipse console.
Provides a standard text editor and concrete document providers based
IFileBuffer
and others directly handling IFile
and
IStorage
as editor input.APIs for the IDE-specific portion of the Eclipse Platform User Interface.
Provides the Common Navigator framework.
Provides reusable components for clients that need to expand on the capabilities
provided by the reference Common Navigator Resources extension.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
Provides a framework for text editors obeying to the
desktop rules.
Application programming interfaces for interaction
with the Eclipse text editor template support.
Provides the standard Content Outline view which can
show the active editor's custom outline for the document being edited.
Utility classes for working with markers in views
Provides the standard Property Sheet view which displays
custom properties of the active workbench part's current selection.
-
Uses of IPersistable in org.eclipse.debug.ui
Modifier and TypeClassDescriptionclass
Common function for views related to debugging. -
Uses of IPersistable in org.eclipse.search.ui
Modifier and TypeInterfaceDescriptioninterface
Interface for the search result view. -
Uses of IPersistable in org.eclipse.team.ui.synchronize
Modifier and TypeInterfaceDescriptioninterface
A view that displays synchronization participants that are registered with the synchronize manager. -
Uses of IPersistable in org.eclipse.ui
Modifier and TypeInterfaceDescriptioninterface
Contains a set ofIWorkingSet
.interface
An editor can implement this interface and participate in the workbench session save/restore cycle usingIMemento
, similar to howIViewPart
currently works.interface
Interface for asking an object to store its state in a memento.interface
A view is a visual component within a workbench page.interface
A working set holds a number of IAdaptable elements. -
Uses of IPersistable in org.eclipse.ui.console
Modifier and TypeInterfaceDescriptioninterface
A view that displays consoles registered with the console manager. -
Uses of IPersistable in org.eclipse.ui.editors.text
-
Uses of IPersistable in org.eclipse.ui.ide
Modifier and TypeClassDescriptionclass
Implements an IEditorInput instance appropriate forIFileStore
elements that represent files that are not part of the current workspace. -
Uses of IPersistable in org.eclipse.ui.internal
Modifier and TypeClassDescriptionclass
Abstract baseclass for IWorkingSet implementations.class
class
class
This part is shown instead the views with errors.final class
Simple view that will wrap anIIntroPart
.class
A working set holds a number of IAdaptable elements. -
Uses of IPersistable in org.eclipse.ui.internal.views.markers
Modifier and TypeClassDescriptionclass
org.eclipse.ui.internal.views.markers.ExtendedMarkersView
The ExtendedMarkersView is the internal implementation of the view that shows markers using the markerGenerators extension point. -
Uses of IPersistable in org.eclipse.ui.part
Modifier and TypeClassDescriptionclass
Adapter for making a file resource a suitable input for an editor.class
Adapter for making a file resource a suitable input for an in-place editor.class
Abstract superclass of all multi-page workbench views.class
Abstract base implementation of all workbench views. -
Uses of IPersistable in org.eclipse.ui.texteditor
Modifier and TypeClassDescriptionclass
An intermediate editor comprising functionality not present in the leanerAbstractTextEditor
, but used in many heavy weight (and especially source editing) editors, such as line numbers, change ruler, overview ruler, print margins, current line highlighting, etc.class
Abstract base implementation of a text editor.class
Capable of handling input elements that have an associated status with them. -
Uses of IPersistable in org.eclipse.ui.texteditor.templates
Modifier and TypeClassDescriptionfinal class
The Templates view.hostsITemplatesPage
s that shows the templates for the currently active editor part. -
Uses of IPersistable in org.eclipse.ui.views.contentoutline
-
Uses of IPersistable in org.eclipse.ui.views.markers
Modifier and TypeClassDescriptionclass
The MarkerSupportView is a view that supports the extensions in the markerSupport extension point. -
Uses of IPersistable in org.eclipse.ui.views.properties