Eclipse Platform
2.0

org.eclipse.team.ui
Class TeamUI

java.lang.Object
  |
  +--org.eclipse.team.ui.TeamUI

public class TeamUI
extends Object

TeamUI contains public API for generic UI-based Team functionality


Field Summary
static String GLOBAL_IGNORES_CHANGED
           
 
Constructor Summary
TeamUI()
           
 
Method Summary
static void addPropertyChangeListener(IPropertyChangeListener listener)
          Register for changes made to Team properties.
static void removePropertyChangeListener(IPropertyChangeListener listener)
          Deregister as a Team property changes.
 
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 String GLOBAL_IGNORES_CHANGED
Constructor Detail

TeamUI

public TeamUI()
Method Detail

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)
Deregister as a Team property changes.

Parameters:
listener - the listener to remove

Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.