|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.team.ui.TeamUI
TeamUI contains public API for generic UI-based Team functionality.
This class is not intended to be subclassed or instantiated by clients
Field Summary | |
---|---|
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 Summary | |
---|---|
TeamUI()
|
Method Summary | |
---|---|
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. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String GLOBAL_IGNORES_CHANGED
public static final String GLOBAL_FILE_TYPES_CHANGED
Constructor Detail |
public TeamUI()
Method Detail |
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.
|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.