public class TestIndexOutOfBoundsExceptionTarget extends TestTarget
TestTarget.OperationSectionTree.Target.DynamicConfigDELETE, DELETE_RANGE, INSERT, INSERT_RANGE, MOVE, UPDATE, UPDATE_RANGE| Constructor and Description |
|---|
TestIndexOutOfBoundsExceptionTarget() |
| Modifier and Type | Method and Description |
|---|---|
void |
insert(int index,
RenderInfo renderInfo)
Notify that a
Component was added at index. |
void |
insertRange(int index,
int count,
java.util.List<RenderInfo> renderInfos) |
void |
update(int index,
RenderInfo renderInfo)
Notify that a
Component was updated at index. |
void |
updateRange(int index,
int count,
java.util.List<RenderInfo> renderInfos) |
changeConfig, clear, delete, deleteRange, getFocusedTo, getFocusedToOffset, getNumChanges, getOperations, move, notifyChangeSetComplete, requestFocus, requestFocusWithOffset, requestFocusWithOffset, requestSmoothFocus, requestSmoothFocus, supportsBackgroundChangeSets, wasNotifyChangeSetCompleteCalledWithChangedData, wereChangesHandledpublic void insert(int index,
RenderInfo renderInfo)
SectionTree.TargetComponent was added at index.insert in interface SectionTree.Targetinsert in class TestTargetpublic void insertRange(int index,
int count,
java.util.List<RenderInfo> renderInfos)
insertRange in interface SectionTree.TargetinsertRange in class TestTargetpublic void update(int index,
RenderInfo renderInfo)
SectionTree.TargetComponent was updated at index.update in interface SectionTree.Targetupdate in class TestTargetpublic void updateRange(int index,
int count,
java.util.List<RenderInfo> renderInfos)
updateRange in interface SectionTree.TargetupdateRange in class TestTarget