Schnittstelle InternalCDOFeatureDelta.WithIndex
- Umschließende Schnittstelle:
InternalCDOFeatureDelta
public static interface InternalCDOFeatureDelta.WithIndex
If the meaning of this type isn't clear, there really should be more of a description here...
- Autor:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
adjustAfterAddition
(int index) void
adjustAfterMove
(int oldPosition, int newPosition) void
adjustAfterRemoval
(int index) int
getIndex()
-
Methodendetails
-
getIndex
int getIndex()- Seit:
- 4.6
-
adjustAfterAddition
void adjustAfterAddition(int index) -
adjustAfterRemoval
void adjustAfterRemoval(int index) -
adjustAfterMove
void adjustAfterMove(int oldPosition, int newPosition) - Seit:
- 4.6
-