Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.ui
Interface IAggregateWorkingSet

All Superinterfaces:
IAdaptable, IPersistable, IPersistableElement, IWorkingSet

public interface IAggregateWorkingSet
extends IWorkingSet

Contains a set of 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.

Since:
3.5 initial version
Restriction:
This interface is not intended to be implemented by clients.

Method Summary
  IWorkingSet[] getComponents ()
          Returns the working sets contained in this aggregate working set.
 
Methods inherited from interface org.eclipse.ui. IWorkingSet
adaptElements, getElements, getId, getImage, getImageDescriptor, getLabel, getName, isAggregateWorkingSet, isEditable, isEmpty, isSelfUpdating, isVisible, setElements, setId, setLabel, setName
 
Methods inherited from interface org.eclipse.ui. IPersistableElement
getFactoryId
 
Methods inherited from interface org.eclipse.ui. IPersistable
saveState
 
Methods inherited from interface org.eclipse.core.runtime. IAdaptable
getAdapter
 

Method Detail

getComponents


IWorkingSet[] getComponents()
Returns the working sets contained in this aggregate working set. Clients can do what they wish with the returned array, as it will have no effect on the state of the this object.

Returns:
the working sets contained in this aggregate working set.

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire