public class TestIndexOutOfBoundsExceptionTarget extends TestTarget
TestTarget.Operation
SectionTree.Target.DynamicConfig
DELETE, 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, wereChangesHandled
public void insert(int index, RenderInfo renderInfo)
SectionTree.Target
Component
was added at index.insert
in interface SectionTree.Target
insert
in class TestTarget
public void insertRange(int index, int count, java.util.List<RenderInfo> renderInfos)
insertRange
in interface SectionTree.Target
insertRange
in class TestTarget
public void update(int index, RenderInfo renderInfo)
SectionTree.Target
Component
was updated at index.update
in interface SectionTree.Target
update
in class TestTarget
public void updateRange(int index, int count, java.util.List<RenderInfo> renderInfos)
updateRange
in interface SectionTree.Target
updateRange
in class TestTarget