java.lang.Object
com.iamsoft.util.ui.javafx.collections.IndexUpdater
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintvoidvoidupdateFirstInvalidatedIndex(int pIdx) voidvoidupdateIndexes(int pToPos, IntPredicate pAbort) voidupdateIndexes(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
-