|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.databinding.IEMFListProperty.ListElementAccess<O>
public abstract static class IEMFListProperty.ListElementAccess<O>
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
This API is highly experimental and if possible will get moved upwards to Core-Databinding
Delegate used to read/write an element of an observed list
| Nested Class Summary | |
|---|---|
static class |
IEMFListProperty.ListElementAccess.WriteData
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal. |
| Constructor Summary | |
|---|---|
IEMFListProperty.ListElementAccess()
|
|
| Method Summary | |
|---|---|
abstract int |
getReadValueIndex(java.util.List<O> list)
The index in the list the value is read from or IEMFListProperty.ListElementAccess.WriteData.NO_INDEX if not available |
IEMFListProperty.ListElementAccess.WriteData |
getWriteValueData(java.util.List<O> list)
The data used to add/replace when writing the value back to the list |
abstract int |
getWriteValueIndex(java.util.List<O> list)
The index in the list the value is written to or IEMFListProperty.ListElementAccess.WriteData.NO_INDEX if appended |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IEMFListProperty.ListElementAccess()
| Method Detail |
|---|
public abstract int getReadValueIndex(java.util.List<O> list)
IEMFListProperty.ListElementAccess.WriteData.NO_INDEX if not available
list - the list to search in
IEMFListProperty.ListElementAccess.WriteData.NO_INDEX if not foundpublic abstract int getWriteValueIndex(java.util.List<O> list)
IEMFListProperty.ListElementAccess.WriteData.NO_INDEX if appended
list - the list the value will is written in
IEMFListProperty.ListElementAccess.WriteData.NO_INDEX if appendedpublic IEMFListProperty.ListElementAccess.WriteData getWriteValueData(java.util.List<O> list)
list - the list the value will is written in
|
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 | |||||||||