org.eclipse.cdt.internal.ui.workingsets
Class CElementWorkingSetUpdater

java.lang.Object
  extended by org.eclipse.cdt.internal.ui.workingsets.CElementWorkingSetUpdater
All Implemented Interfaces:
org.eclipse.cdt.core.model.IElementChangedListener, org.eclipse.ui.IWorkingSetUpdater

public class CElementWorkingSetUpdater
extends java.lang.Object
implements org.eclipse.ui.IWorkingSetUpdater, org.eclipse.cdt.core.model.IElementChangedListener


Field Summary
static java.lang.String ID
           
 
Constructor Summary
CElementWorkingSetUpdater()
           
 
Method Summary
 void add(org.eclipse.ui.IWorkingSet workingSet)
          
 boolean contains(org.eclipse.ui.IWorkingSet workingSet)
          
 void dispose()
          
 void elementChanged(org.eclipse.cdt.core.model.ElementChangedEvent event)
          
 boolean remove(org.eclipse.ui.IWorkingSet workingSet)
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final java.lang.String ID
See Also:
Constant Field Values
Constructor Detail

CElementWorkingSetUpdater

public CElementWorkingSetUpdater()
Method Detail

add

public void add(org.eclipse.ui.IWorkingSet workingSet)

Specified by:
add in interface org.eclipse.ui.IWorkingSetUpdater

remove

public boolean remove(org.eclipse.ui.IWorkingSet workingSet)

Specified by:
remove in interface org.eclipse.ui.IWorkingSetUpdater

contains

public boolean contains(org.eclipse.ui.IWorkingSet workingSet)

Specified by:
contains in interface org.eclipse.ui.IWorkingSetUpdater

dispose

public void dispose()

Specified by:
dispose in interface org.eclipse.ui.IWorkingSetUpdater

elementChanged

public void elementChanged(org.eclipse.cdt.core.model.ElementChangedEvent event)

Specified by:
elementChanged in interface org.eclipse.cdt.core.model.IElementChangedListener