Package | Description |
---|---|
org.eclipse.team.ui.mapping |
Application programming interfaces for working with resource mappings.
|
org.eclipse.team.ui.synchronize |
Contains the team synchronization presentation framework and support
for the Synchronize View.
|
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.navigator |
Provides the Common Navigator framework.
|
org.eclipse.ui.texteditor |
Provides a framework for text editors obeying to the
desktop rules.
|
Modifier and Type | Class and Description |
---|---|
class |
SaveableComparison
A saveable comparison is used to buffer changes made when comparing
or merging model elements.
|
Modifier and Type | Method and Description |
---|---|
protected Saveable |
SaveableCompareEditorInput.createSaveable()
Create the saveable that provides the save behavior for this compare editor input.
|
Saveable[] |
SaveableCompareEditorInput.getActiveSaveables() |
protected Saveable |
SaveableCompareEditorInput.getSaveable()
Get the saveable that provides the save behavior for this compare editor input.
|
Saveable[] |
SaveableCompareEditorInput.getSaveables() |
Modifier and Type | Method and Description |
---|---|
Saveable[] |
ISaveablesSource.getActiveSaveables()
Returns the saveables currently active in the workbench part.
|
Saveable[] |
SaveablesLifecycleEvent.getSaveables()
Returns the affected saveables.
|
Saveable[] |
ISaveablesSource.getSaveables()
Returns the saveables presented by the workbench part.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ISaveableFilter.select(Saveable saveable,
IWorkbenchPart[] containingParts)
Indicate whether the given saveable matches this filter.
|
Constructor and Description |
---|
SaveablesLifecycleEvent(Object source,
int eventType,
Saveable[] saveables,
boolean force)
Creates a new SaveablesLifecycleEvent.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ResourceSaveableFilter.select(Saveable saveable,
IWorkbenchPart[] containingParts) |
Modifier and Type | Method and Description |
---|---|
Saveable[] |
INavigatorSaveablesService.getActiveSaveables()
Returns the active saveables based on the current selection.
|
Saveable[] |
CommonNavigator.getActiveSaveables() |
abstract Saveable |
SaveablesProvider.getSaveable(Object element)
Returns the saveable for the given element, or null if the element does
not represent a saveable.
|
Saveable[] |
INavigatorSaveablesService.getSaveables()
Returns the Saveable objects for which elements are contained in the
tree.
|
Saveable[] |
CommonNavigator.getSaveables() |
abstract Saveable[] |
SaveablesProvider.getSaveables()
Returns the saveables reachable through this provider.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SaveablesProvider.fireSaveablesClosed(Saveable[] models)
Notifies the listener that the given models were closed in this model
provider.
|
protected boolean |
SaveablesProvider.fireSaveablesClosing(Saveable[] models,
boolean force)
Notifies the listener that the given models are about to be closed in
this model provider.
|
protected void |
SaveablesProvider.fireSaveablesDirtyChanged(Saveable[] models)
Notifies the listener that the given models' dirty state has changed.
|
protected void |
SaveablesProvider.fireSaveablesOpened(Saveable[] models)
Notifies the listener that the given models were opened in this model
provider.
|
abstract Object[] |
SaveablesProvider.getElements(Saveable saveable)
Returns the elements representing the given saveable.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractTextEditor.TextEditorSavable
This text editor's savable.
|
Modifier and Type | Method and Description |
---|---|
Saveable[] |
AbstractTextEditor.getActiveSaveables() |
Saveable[] |
AbstractTextEditor.getSaveables() |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.