|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.emf.databinding.IEMFListProperty.ListElementAccess.WriteData
public static class IEMFListProperty.ListElementAccess.WriteData
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
Struct to hold write information
Field Summary | |
---|---|
int |
index
The index in the list the value is written to |
boolean |
insert
true if the given value should be inserted at the given position |
static int |
NO_INDEX
If the value should be appended |
Constructor Summary | |
---|---|
IEMFListProperty.ListElementAccess.WriteData(int index,
boolean insert)
Create new instance |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NO_INDEX
public final int index
public final boolean insert
true
if the given value should be inserted at the given position
Constructor Detail |
---|
public IEMFListProperty.ListElementAccess.WriteData(int index, boolean insert)
index
- The index in the list the value is written toinsert
- true
if the given value should be inserted at the given position
|
Copyright 2001-2012 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |