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 classPageSaveablePartDeprecated.Clients should use a subclass ofCompareEditorInputandCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)classSaveablePartAdapterDeprecated.Clients should use a subclass ofCompareEditorInputandCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)Methods in org.eclipse.team.ui that return ISaveableWorkbenchPart Modifier and Type Method Description protected ISaveableWorkbenchPartSaveablePartDialog. 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 classHistoryPageSaveablePartDeprecated. -
Uses of ISaveableWorkbenchPart in org.eclipse.team.ui.synchronize
Classes in org.eclipse.team.ui.synchronize that implement ISaveableWorkbenchPart Modifier and Type Class Description classParticipantPageSaveablePartDeprecated.Clients should use a subclass ofPageCompareEditorInputandCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)
-