Uses of Interface
org.eclipse.ui.ISaveablePart
Packages that use 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
Classes in org.eclipse.compare.internal that implement ISaveablePartModifier and TypeClassDescriptionclassA CompareEditor takes a ICompareEditorInput as input. -
Uses of ISaveablePart in org.eclipse.debug.ui
Subinterfaces of ISaveablePart in org.eclipse.debug.uiModifier and TypeInterfaceDescriptioninterfaceAn 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
Classes in org.eclipse.debug.ui.sourcelookup that implement ISaveablePartModifier and TypeClassDescriptionclassDefault editor displayed when source is not found. -
Uses of ISaveablePart in org.eclipse.team.ui
Subinterfaces of ISaveablePart in org.eclipse.team.uiClasses in org.eclipse.team.ui that implement ISaveablePartModifier and TypeClassDescriptionclassDeprecated.Clients should use a subclass ofCompareEditorInputandCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)classDeprecated.Clients should use a subclass ofCompareEditorInputandCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput) -
Uses of ISaveablePart in org.eclipse.team.ui.history
Classes in org.eclipse.team.ui.history that implement ISaveablePartModifier and TypeClassDescriptionclassDeprecated. -
Uses of ISaveablePart in org.eclipse.team.ui.synchronize
Classes in org.eclipse.team.ui.synchronize that implement ISaveablePartModifier and TypeClassDescriptionclassDeprecated.Clients should use a subclass ofPageCompareEditorInputandCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput) -
Uses of ISaveablePart in org.eclipse.ui
Subinterfaces of ISaveablePart in org.eclipse.uiModifier and TypeInterfaceDescriptioninterfaceAn editor is a visual component within a workbench page.interfaceInterface for editor parts that represent an in-place style editor.interfaceInterface for reusable editors.interfaceWorkbench 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
Classes in org.eclipse.ui.editors.text that implement ISaveablePart -
Uses of ISaveablePart in org.eclipse.ui.forms.editor
Subinterfaces of ISaveablePart in org.eclipse.ui.forms.editorModifier and TypeInterfaceDescriptioninterfaceInterface that all GUI pages need to implement in order to be added to FormEditor part.Classes in org.eclipse.ui.forms.editor that implement ISaveablePartModifier and TypeClassDescriptionclassThis 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.classA base class that all pages that should be added to FormEditor must subclass.classA variation ofFormEditor, this editor has a stable header that does not change when pages are switched. -
Uses of ISaveablePart in org.eclipse.ui.internal
Classes in org.eclipse.ui.internal that implement ISaveablePartModifier and TypeClassDescriptionclassThis part is shown instead the editors with errors.Methods in org.eclipse.ui.internal that return ISaveablePartModifier and TypeMethodDescriptionWorkbenchPage.getDirtyParts()static ISaveablePartSaveableHelper.getSaveable(Object o) Methods in org.eclipse.ui.internal with parameters of type ISaveablePartModifier and TypeMethodDescriptionstatic booleanSaveableHelper.savePart(ISaveablePart saveable, IWorkbenchPart part, IWorkbenchWindow window, boolean confirm) Saves the workbench part.booleanWorkbenchPage.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
Classes in org.eclipse.ui.part that implement ISaveablePartModifier and TypeClassDescriptionclassA AbstractMultiEditor is a composite of editors.classAbstract base implementation of all workbench editors.classA MultiEditor is a composite of editors.classA 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
Subinterfaces of ISaveablePart in org.eclipse.ui.texteditorClasses in org.eclipse.ui.texteditor that implement ISaveablePartModifier and TypeClassDescriptionclassAn 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.classAbstract base implementation of a text editor.classCapable of handling input elements that have an associated status with them. -
Uses of ISaveablePart in org.eclipse.ui.views.properties
Methods in org.eclipse.ui.views.properties that return ISaveablePartModifier and TypeMethodDescriptionprotected ISaveablePartPropertySheet.getSaveablePart()Returns anISaveablePartthat delegates to the source part for the current page if it implementsISaveablePart, ornullotherwise.protected ISaveablePartPropertySheetPage.getSaveablePart()Returns anISaveablePartthat delegates to the source part for the current page if it implementsISaveablePart, ornullotherwise.
CompareEditorInputandCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)