|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The base interface for a value wrapper that can implement item provider interfaces.
Method Summary | |
int |
getIndex()
Returns the index within a feature at which the value is located, or CommandParameter.NO_INDEX if the index isn't known to the wrapper. |
Object |
getValue()
Returns the wrapped value. |
void |
setIndex(int index)
Sets the index. |
Methods inherited from interface org.eclipse.emf.edit.provider.IDisposable |
dispose |
Method Detail |
public Object getValue()
public int getIndex()
CommandParameter.NO_INDEX
if the index isn't known to the wrapper.
public void setIndex(int index)
|
Copyright 2001-2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |