Uses of Interface
org.fxmisc.flowless.TargetPosition
-
-
Uses of TargetPosition in org.fxmisc.flowless
Classes in org.fxmisc.flowless that implement TargetPosition Modifier and Type Class Description (package private) classEndOffEndATargetPositionthat instructs itsTargetPositionVisitorto use the cell atEndOffEnd.itemIndexas the anchor cell, showing it at the "bottom" of the viewport and to offset it byEndOffEnd.offsetFromEnd.(package private) classMinDistanceTo(package private) classStartOffStartATargetPositionthat instructs itsTargetPositionVisitorto use the cell atStartOffStart.itemIndexas the anchor cell, showing it at the "top" of the viewport and to offset it byStartOffStart.offsetFromStart.Fields in org.fxmisc.flowless declared as TargetPosition Modifier and Type Field Description static TargetPositionTargetPosition. BEGINNINGprivate TargetPositionNavigator. currentPositionprivate TargetPositionNavigator. targetPositionMethods in org.fxmisc.flowless that return TargetPosition Modifier and Type Method Description TargetPositionEndOffEnd. clamp(int size)TargetPositionMinDistanceTo. clamp(int size)TargetPositionStartOffStart. clamp(int size)TargetPositionTargetPosition. clamp(int size)Insures this position's item index is between 0 andsizeprivate TargetPositionNavigator. getCurrentPosition()TargetPositionEndOffEnd. scrollBy(double delta)TargetPositionMinDistanceTo. scrollBy(double delta)TargetPositionStartOffStart. scrollBy(double delta)TargetPositionTargetPosition. scrollBy(double delta)TargetPositionEndOffEnd. transformByChange(int pos, int removedSize, int addedSize)TargetPositionMinDistanceTo. transformByChange(int pos, int removedSize, int addedSize)TargetPositionStartOffStart. transformByChange(int pos, int removedSize, int addedSize)TargetPositionTargetPosition. transformByChange(int pos, int removedSize, int addedSize)When the list of items, those displayed in the viewport, and those that are not, are modified, transforms this change to account for those modifications.Methods in org.fxmisc.flowless with parameters of type TargetPosition Modifier and Type Method Description voidNavigator. setTargetPosition(TargetPosition targetPosition)Sets theTargetPositionused to layout the anchor node and re-lays out the viewport
-