|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMutableContentProvider
Extension of the org.eclipse.jface.viewers.IStructuredContentProvider interface allowing modification of the provided content.
Method Summary | |
---|---|
void |
addToDest(Object o)
Add an object to the content supplied by this ContentProvider |
void |
clear()
removes all elements from the ContentProvider |
boolean |
contains(Object o)
Return true when the object is in the content. |
void |
remFromDest(Object o)
Remove an object from the content of the ContentProvider. |
Methods inherited from interface org.eclipse.jface.viewers.IStructuredContentProvider |
---|
getElements |
Methods inherited from interface org.eclipse.jface.viewers.IContentProvider |
---|
dispose, inputChanged |
Method Detail |
---|
void addToDest(Object o)
o
- object to be addedvoid remFromDest(Object o)
o
- the object to be removed from the Contentboolean contains(Object o)
o
- Object to check
void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |