Eclipse Platform
Release 3.3

org.eclipse.ui
Interface IWorkingSetElementAdapter

All Known Implementing Classes:
BasicWorkingSetElementAdapter

public interface IWorkingSetElementAdapter

Interface that describes a mechanism that may be provided by working set * implementors to help manage the addition of elements to working sets. * Instances of this class are capable of transforming possible working set * content into the most applicable form. * * @since 3.3


Method Summary
 IAdaptable[] adaptElements(IWorkingSet ws, IAdaptable[] elements)
          Converts the given elements for addition to /removal from the working * set
 void dispose()
          Disposes of this element adaptor.
 

Method Detail

adaptElements

public IAdaptable[] adaptElements(IWorkingSet ws,
                                  IAdaptable[] elements)
Converts the given elements for addition to /removal from the working * set. * * @return the (possibly adapted) elements to add to /remove from the * working set


dispose

public void dispose()
Disposes of this element adaptor.


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.