|
Eclipse Platform Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.actions.ActionGroup
org.eclipse.ui.actions.WorkingSetFilterActionGroup
Adds working set filter actions (set / clear / edit)
Field Summary | |
static String |
CHANGE_WORKING_SET
|
Constructor Summary | |
WorkingSetFilterActionGroup(Shell shell,
IPropertyChangeListener workingSetUpdater)
Creates a new instance of the receiver |
Method Summary | |
void |
dispose()
Removes the menu listener |
void |
fillActionBars(IActionBars actionBars)
Adds working set actions to the specified action bar. |
IWorkingSet |
getWorkingSet()
Returns the working set which is currently selected. |
void |
setWorkingSet(IWorkingSet newWorkingSet)
Sets the current working set. |
Methods inherited from class org.eclipse.ui.actions.ActionGroup |
fillContextMenu, getContext, setContext, updateActionBars |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String CHANGE_WORKING_SET
Constructor Detail |
public WorkingSetFilterActionGroup(Shell shell, IPropertyChangeListener workingSetUpdater)
shell
- shell to open dialogs and wizards onworkingSetUpdater
- property change listener notified when a
working set is setMethod Detail |
public void dispose()
dispose
in class ActionGroup
ActionGroup.dispose()
public void fillActionBars(IActionBars actionBars)
fillActionBars
in class ActionGroup
actionBars
- action bar to add working set actions to.ActionGroup.fillActionBars(IActionBars)
public IWorkingSet getWorkingSet()
public void setWorkingSet(IWorkingSet newWorkingSet)
newWorkingSet
- the new working set
|
Eclipse Platform Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.