Uses of Interface
org.eclipse.team.ui.ISaveableWorkbenchPart
-
Packages that use ISaveableWorkbenchPart Package Description org.eclipse.team.ui Provides basic support for managing Team providers.org.eclipse.team.ui.history Application programming interfaces for working with history.org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View. -
-
Uses of ISaveableWorkbenchPart in org.eclipse.team.ui
Classes in org.eclipse.team.ui that implement ISaveableWorkbenchPart Modifier and Type Class Description class
PageSaveablePart
Deprecated.Clients should use a subclass ofCompareEditorInput
andCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)
class
SaveablePartAdapter
Deprecated.Clients should use a subclass ofCompareEditorInput
andCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)
Methods in org.eclipse.team.ui that return ISaveableWorkbenchPart Modifier and Type Method Description protected ISaveableWorkbenchPart
SaveablePartDialog. getInput()
Deprecated.Return the input to the dialog.Constructors in org.eclipse.team.ui with parameters of type ISaveableWorkbenchPart Constructor Description SaveablePartDialog(Shell shell, ISaveableWorkbenchPart input)
Deprecated.Creates a dialog with the given title and input. -
Uses of ISaveableWorkbenchPart in org.eclipse.team.ui.history
Classes in org.eclipse.team.ui.history that implement ISaveableWorkbenchPart Modifier and Type Class Description class
HistoryPageSaveablePart
Deprecated. -
Uses of ISaveableWorkbenchPart in org.eclipse.team.ui.synchronize
Classes in org.eclipse.team.ui.synchronize that implement ISaveableWorkbenchPart Modifier and Type Class Description class
ParticipantPageSaveablePart
Deprecated.Clients should use a subclass ofPageCompareEditorInput
andCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)
-