org.eclipse.ui.actions
Class WorkingSetFilterActionGroup
java.lang.Object
|
+--org.eclipse.ui.actions.ActionGroup
|
+--org.eclipse.ui.actions.WorkingSetFilterActionGroup
- public class WorkingSetFilterActionGroup
- extends ActionGroup
Adds working set filter actions (set / clear / edit)
- Since:
- 2.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CHANGE_WORKING_SET
public static final String CHANGE_WORKING_SET
WorkingSetFilterActionGroup
public WorkingSetFilterActionGroup(Shell shell,
IPropertyChangeListener workingSetUpdater)
- Creates a new instance of the receiver
- Parameters:
shell
- shell to open dialogs and wizards onworkingSetUpdater
- property change listener notified when a
working set is set
dispose
public void dispose()
- Removes the menu listener
- Overrides:
dispose
in class ActionGroup
- See Also:
ActionGroup.dispose()
fillActionBars
public void fillActionBars(IActionBars actionBars)
- Adds working set actions to the specified action bar.
- Overrides:
fillActionBars
in class ActionGroup
- Parameters:
actionBars
- action bar to add working set actions to.- See Also:
ActionGroup.fillActionBars(IActionBars)
getWorkingSet
public IWorkingSet getWorkingSet()
- Returns the working set which is currently selected.
- Returns:
- the working set which is currently selected.
setWorkingSet
public void setWorkingSet(IWorkingSet newWorkingSet)
- Sets the current working set.
- Parameters:
newWorkingSet
- the new working set
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.