public class TeamUI extends Object
This class is not intended to be subclassed or instantiated by clients
Modifier and Type | Field and Description |
---|---|
static String |
GLOBAL_FILE_TYPES_CHANGED
Property constant indicating the global file types list has changed.
|
static String |
GLOBAL_IGNORES_CHANGED
Property constant indicating the global ignores list has changed.
|
Constructor and Description |
---|
TeamUI() |
Modifier and Type | Method and Description |
---|---|
static void |
addPropertyChangeListener(IPropertyChangeListener listener)
Register for changes made to Team properties.
|
static IHistoryView |
getHistoryView()
Shows the history view and returns a handle to it.
|
static IScmUrlImportWizardPage[] |
getPages(String importerId)
Return a set of wizard pages for the given importer ID.
|
static ISynchronizeManager |
getSynchronizeManager()
Return the synchronize manager.
|
static ITeamContentProviderManager |
getTeamContentProviderManager()
Return the team content provider manager which gives access to the team
content providers registered with the
org.eclipse.team.ui.teamContentProviders extension point. |
static void |
removePropertyChangeListener(IPropertyChangeListener listener)
Remove the listener from Team property change listener list.
|
static IHistoryView |
showHistoryFor(IWorkbenchPage page,
Object input,
IHistoryPageSource pageSource)
Shows a history view containing the given input and returns a handle to the view
or
null if no history was available for the given input. |
public static final String GLOBAL_IGNORES_CHANGED
public static final String GLOBAL_FILE_TYPES_CHANGED
public static ISynchronizeManager getSynchronizeManager()
public static void addPropertyChangeListener(IPropertyChangeListener listener)
listener
- the listener to addpublic static void removePropertyChangeListener(IPropertyChangeListener listener)
listener
- the listener to removepublic static IHistoryView getHistoryView()
public static IHistoryView showHistoryFor(IWorkbenchPage page, Object input, IHistoryPageSource pageSource)
null
if no history was available for the given input. If an appropriate
instance of a history view is already opened, its input will be changed and the view will
be activated. Otherwise a new view will be opened.page
- the workbench page containing the history viewinput
- the input whose history is to be displayedpageSource
- the history page source from which to obtain the page or null
if the page source should be determined using the Adapter manager.public static ITeamContentProviderManager getTeamContentProviderManager()
org.eclipse.team.ui.teamContentProviders
extension point.public static IScmUrlImportWizardPage[] getPages(String importerId) throws CoreException
importerId
- the importer IDCoreException
- if an error occurs while trying to create a page extension
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.