Uses of Interface
org.eclipse.ui.ISaveablePart
Package
Description
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides a user interface for debug platform source lookup facilities.
Provides basic support for managing Team providers.
Application programming interfaces for working with history.
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.
Provides a standard text editor and concrete document providers based
IFileBuffer
and others directly handling IFile
and
IStorage
as editor input.Support for forms-based multi-page editors.
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.
Provides the standard Property Sheet view which displays
custom properties of the active workbench part's current selection.
-
Uses of ISaveablePart in org.eclipse.compare.internal
Modifier and TypeClassDescriptionclass
A CompareEditor takes a ICompareEditorInput as input. -
Uses of ISaveablePart in org.eclipse.debug.ui
Modifier and TypeInterfaceDescriptioninterface
An extension to the detail pane interface which allows implementors to save contents of the details pane. -
Uses of ISaveablePart in org.eclipse.debug.ui.sourcelookup
Modifier and TypeClassDescriptionclass
Default editor displayed when source is not found. -
Uses of ISaveablePart in org.eclipse.team.ui
Modifier and TypeClassDescriptionclass
Deprecated.Clients should use a subclass ofCompareEditorInput
andCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)
class
Deprecated.Clients should use a subclass ofCompareEditorInput
andCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)
-
Uses of ISaveablePart in org.eclipse.team.ui.history
Modifier and TypeClassDescriptionclass
Deprecated. -
Uses of ISaveablePart in org.eclipse.team.ui.synchronize
Modifier and TypeClassDescriptionclass
Deprecated.Clients should use a subclass ofPageCompareEditorInput
andCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)
-
Uses of ISaveablePart in org.eclipse.ui
Modifier and TypeInterfaceDescriptioninterface
An editor is a visual component within a workbench page.interface
Interface for editor parts that represent an in-place style editor.interface
Interface for reusable editors.interface
Workbench parts implement or adapt to this interface to participate in actions that require a prompt for the user to provide input on what to do with unsaved data when the part is closed or the Workbench is shut down. -
Uses of ISaveablePart in org.eclipse.ui.editors.text
-
Uses of ISaveablePart in org.eclipse.ui.forms.editor
Modifier and TypeInterfaceDescriptioninterface
Interface that all GUI pages need to implement in order to be added to FormEditor part.Modifier and TypeClassDescriptionclass
This class forms a base of multi-page form editors that typically use one or more pages with forms and one page for raw source of the editor input.class
A base class that all pages that should be added to FormEditor must subclass.class
A variation ofFormEditor
, this editor has a stable header that does not change when pages are switched. -
Uses of ISaveablePart in org.eclipse.ui.internal
Modifier and TypeClassDescriptionclass
This part is shown instead the editors with errors.Modifier and TypeMethodDescriptionWorkbenchPage.getDirtyParts()
static ISaveablePart
SaveableHelper.getSaveable
(Object o) Modifier and TypeMethodDescriptionstatic boolean
SaveableHelper.savePart
(ISaveablePart saveable, IWorkbenchPart part, IWorkbenchWindow window, boolean confirm) Saves the workbench part.boolean
WorkbenchPage.saveSaveable
(ISaveablePart saveable, IWorkbenchPart part, boolean confirm, boolean closing) Saves the contents of the provided saveable and returns whether the operation succeeded or not. -
Uses of ISaveablePart in org.eclipse.ui.part
Modifier and TypeClassDescriptionclass
A AbstractMultiEditor is a composite of editors.class
Abstract base implementation of all workbench editors.class
A MultiEditor is a composite of editors.class
A multi-page editor is an editor with multiple pages, each of which may contain an editor or an arbitrary SWT control. -
Uses of ISaveablePart 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 ISaveablePart in org.eclipse.ui.views.properties
Modifier and TypeMethodDescriptionprotected ISaveablePart
PropertySheet.getSaveablePart()
Returns anISaveablePart
that delegates to the source part for the current page if it implementsISaveablePart
, ornull
otherwise.protected ISaveablePart
PropertySheetPage.getSaveablePart()
Returns anISaveablePart
that delegates to the source part for the current page if it implementsISaveablePart
, ornull
otherwise.
CompareEditorInput
andCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)