Eclipse Platform
Release 3.1

org.eclipse.team.ui
Class TeamUI

java.lang.Object
  extended byorg.eclipse.team.ui.TeamUI

public class TeamUI
extends Object

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 ISynchronizeManager getSynchronizeManager()
          Return the synchronize manager.
static void removePropertyChangeListener(IPropertyChangeListener listener)
          Remove the listener from Team property change listener list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GLOBAL_IGNORES_CHANGED

public static final String GLOBAL_IGNORES_CHANGED
Property constant indicating the global ignores list has changed.

See Also:
Constant Field Values

GLOBAL_FILE_TYPES_CHANGED

public static final String GLOBAL_FILE_TYPES_CHANGED
Property constant indicating the global file types list has changed.

Since:
3.1
See Also:
Constant Field Values
Constructor Detail

TeamUI

public TeamUI()
Method Detail

getSynchronizeManager

public static ISynchronizeManager getSynchronizeManager()
Return the synchronize manager.

Returns:
the synchronize manager
Since:
3.0

addPropertyChangeListener

public static void addPropertyChangeListener(IPropertyChangeListener listener)
Register for changes made to Team properties.

Parameters:
listener - the listener to add

removePropertyChangeListener

public static void removePropertyChangeListener(IPropertyChangeListener listener)
Remove the listener from Team property change listener list.

Parameters:
listener - the listener to remove

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.