java.lang.Object
com.iamsoft.util.ui.javafx.collections.IndexUpdater
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
void
void
updateFirstInvalidatedIndex
(int pIdx) void
void
updateIndexes
(int pToPos, IntPredicate pAbort) void
updateIndexes
(IntPredicate pAbort)
-
Constructor Details
-
IndexUpdater
-
-
Method Details
-
getFirstInvalidatedIndex
public int getFirstInvalidatedIndex() -
updateFirstInvalidatedIndex
public void updateFirstInvalidatedIndex(int pIdx) -
areAllIndexesValid
public boolean areAllIndexesValid() -
markAllIndexesAsValid
public void markAllIndexesAsValid() -
updateIndexes
public void updateIndexes() -
updateIndexes
- Parameters:
pAbort
- Determines whether the update should be aborted after the specified index.
-
updateIndexes
-