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 ISynchronizeManager |
getSynchronizeManager()
Return the synchronize manager.
|
static ITeamContentProviderManager |
getTeamContentProviderManager()
Return the team content provider manager which gives access to the team
content proivders registered with the
org.eclipse.team.ui.teamContentProviders extension point. |
static void |
removePropertyChangeListener(IPropertyChangeListener listener)
Remove the listener from Team property change listener list.
|
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 ITeamContentProviderManager getTeamContentProviderManager()
org.eclipse.team.ui.teamContentProviders
extension point.Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.