|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWrapperItemProvider
The base interface for a value wrapper that can implement item provider interfaces.
Method Summary | |
---|---|
EStructuralFeature |
getFeature()
Returns the structural feature through which the value can be set and retrieved, or null if the feature is unknown or not applicable. |
int |
getIndex()
The index at which the value is located, or CommandParameter.NO_INDEX if the
index isn't known to the wrapper. |
java.lang.Object |
getOwner()
Returns the object that owns the value. |
java.lang.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 |
---|
java.lang.Object getValue()
java.lang.Object getOwner()
EStructuralFeature getFeature()
int getIndex()
CommandParameter.NO_INDEX
if the
index isn't known to the wrapper. If getFeature()
is non-null, this index is within that feature.
void setIndex(int index)
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |