Uses of Interface
org.fxmisc.flowless.TargetPosition
-
Uses of TargetPosition in org.fxmisc.flowless
Classes in org.fxmisc.flowless that implement TargetPositionModifier and TypeClassDescription(package private) final class
ATargetPosition
that instructs itsTargetPositionVisitor
to use the cell atEndOffEnd.itemIndex
as the anchor cell, showing it at the "bottom" of the viewport and to offset it byEndOffEnd.offsetFromEnd
.(package private) final class
(package private) final class
ATargetPosition
that instructs itsTargetPositionVisitor
to use the cell atStartOffStart.itemIndex
as the anchor cell, showing it at the "top" of the viewport and to offset it byStartOffStart.offsetFromStart
.Fields in org.fxmisc.flowless declared as TargetPositionModifier and TypeFieldDescriptionstatic final TargetPosition
TargetPosition.BEGINNING
private TargetPosition
Navigator.currentPosition
private TargetPosition
Navigator.targetPosition
Methods in org.fxmisc.flowless that return TargetPositionModifier and TypeMethodDescriptionEndOffEnd.clamp
(int size) MinDistanceTo.clamp
(int size) StartOffStart.clamp
(int size) TargetPosition.clamp
(int size) Insures this position's item index is between 0 andsize
private TargetPosition
Navigator.getCurrentPosition()
EndOffEnd.scrollBy
(double delta) MinDistanceTo.scrollBy
(double delta) StartOffStart.scrollBy
(double delta) TargetPosition.scrollBy
(double delta) EndOffEnd.transformByChange
(int pos, int removedSize, int addedSize) MinDistanceTo.transformByChange
(int pos, int removedSize, int addedSize) StartOffStart.transformByChange
(int pos, int removedSize, int addedSize) TargetPosition.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 TargetPositionModifier and TypeMethodDescriptionvoid
Navigator.setTargetPosition
(TargetPosition targetPosition) Sets theTargetPosition
used to layout the anchor node and re-lays out the viewport