org.eclipse.cdt.internal.ui.viewsupport
Class WorkingSetFilterUI
java.lang.Object
org.eclipse.cdt.internal.ui.viewsupport.WorkingSetFilterUI
public abstract class WorkingSetFilterUI
- extends java.lang.Object
Wraps WorkingSetFilterActionGroup
and handles the property changed
events
Constructor Summary |
WorkingSetFilterUI(org.eclipse.ui.IViewPart viewPart,
org.eclipse.ui.IMemento memento,
java.lang.String key)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkingSetFilterUI
public WorkingSetFilterUI(org.eclipse.ui.IViewPart viewPart,
org.eclipse.ui.IMemento memento,
java.lang.String key)
dispose
public void dispose()
fillActionBars
public void fillActionBars(org.eclipse.ui.IActionBars actionBars)
isPartOfWorkingSet
public boolean isPartOfWorkingSet(org.eclipse.cdt.core.model.ICElement element)
isPartOfWorkingSet
public boolean isPartOfWorkingSet(org.eclipse.core.runtime.IPath resourceOrExternalPath)
getWorkingSet
public org.eclipse.ui.IWorkingSet getWorkingSet()
setWorkingSet
public void setWorkingSet(org.eclipse.ui.IWorkingSet workingSet)
getRecent
public java.util.List getRecent()
saveState
public void saveState(org.eclipse.ui.IMemento memento,
java.lang.String key)