Method Summary |
|
public IAdaptable[] | adaptElements(IAdaptable[] objects) Transforms the supplied elements into elements that are suitable for
containment in this working set. |
public IAdaptable[] | getElements() Returns the elements that are contained in this working set. |
public String | getId() Returns the working set id. |
public ImageDescriptor | getImage() Returns the working set icon.
Currently, this is one of the icons specified in the extensions
of the org.eclipse.ui.workingSets extension point. |
public ImageDescriptor | getImageDescriptor() Returns the working set icon.
Currently, this is one of the icons specified in the extensions
of the org.eclipse.ui.workingSets extension point. |
public String | getLabel() Return the name of this working set, formated for the end user. |
public String | getName() Returns the name of the working set. |
public boolean | isAggregateWorkingSet() Returns whether this working set is an aggregate working set or not.
It is recommended that clients of aggregate working sets treat them in a
specific way. |
public boolean | isEditable() Returns whether this working set can be edited or not. |
public boolean | isEmpty() Returns whether this working set is currently empty (has no elements). |
public boolean | isSelfUpdating() Returns true if this working set is capable of updating
itself and reacting to changes in the state of its members. |
public boolean | isVisible() Returns whether this working set should be shown in user interface
components that list working sets by name. |
public void | setElements(IAdaptable[] elements) Sets the elements that are contained in this working set. |
public void | setId(String id) Sets the working set id. |
public void | setLabel(String label) Set the name of this working set, formated for the end user.
Parameters: label - the label for this working set. |
public void | setName(String name) Sets the name of the working set. |