public interface IAggregateWorkingSet extends IWorkingSet
IWorkingSet
.
Sets of working sets are used by viewers to contain all of the working
sets being shown. Sets can also be nested.
In classes that implement this, the IWorkingSet.getElements()
returns
all of the elements of each of the working sets in this set.
Instances of IWorkingSet
can be cast to IAggregateWorkingSet if
IWorkingSet.isAggregateWorkingSet()
is true.Modifier and Type | Method and Description |
---|---|
IWorkingSet[] |
getComponents()
Returns the working sets contained in this aggregate working set.
|
adaptElements, getElements, getId, getImage, getImageDescriptor, getLabel, getName, isAggregateWorkingSet, isEditable, isEmpty, isSelfUpdating, isVisible, setElements, setId, setLabel, setName
getFactoryId
saveState
getAdapter
IWorkingSet[] getComponents()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.