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 classATargetPositionthat 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) final class(package private) final classATargetPositionthat 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 TargetPositionModifier and TypeFieldDescriptionstatic final TargetPositionTargetPosition.BEGINNINGprivate TargetPositionNavigator.currentPositionprivate TargetPositionNavigator.targetPositionMethods 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 andsizeprivate TargetPositionNavigator.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 TypeMethodDescriptionvoidNavigator.setTargetPosition(TargetPosition targetPosition) Sets theTargetPositionused to layout the anchor node and re-lays out the viewport