|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A working set holds a number of IAdaptable elements. A working set is intended to group elements for presentation to the user or for operations on a set of elements.
This interface is not intended to be implemented by clients.
Method Summary | |
IAdaptable[] | getElements()
Returns the elements that are contained in this working set. |
String | getId()
Returns the working set id. |
ImageDescriptor | getImage()
Returns the working set icon. |
String | getName()
Returns the name of the working set. |
void | setElements(IAdaptable[] elements)
Sets the elements that are contained in this working set. |
void | setId(String id)
Sets the working set id. |
void | setName(String name)
Sets the name of the working set. |
Methods inherited from interface org.eclipse.ui.IPersistableElement |
getFactoryId, saveState |
Method Detail |
public IAdaptable[] getElements()
public String getId()
public ImageDescriptor getImage()
public String getName()
public void setElements(IAdaptable[] elements)
public void setId(String id)
public void setName(String name)
|
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.