Uses of Interface
org.fxmisc.flowless.TargetPositionVisitor
-
-
Uses of TargetPositionVisitor in org.fxmisc.flowless
Classes in org.fxmisc.flowless that implement TargetPositionVisitor Modifier and Type Class Description (package private) classNavigator<T,C extends Cell<T,?>>Responsible for laying out cells' nodes within the viewport based on a single anchor node.Methods in org.fxmisc.flowless with parameters of type TargetPositionVisitor Modifier and Type Method Description voidEndOffEnd. accept(TargetPositionVisitor visitor)voidMinDistanceTo. accept(TargetPositionVisitor visitor)voidStartOffStart. accept(TargetPositionVisitor visitor)voidTargetPosition. accept(TargetPositionVisitor visitor)Visitor Pattern: prevents type-checking the implementation
-