Skip navigation links
A B C D E G H I L O R S T U V W 

A

afterDispose(Runnable) - Method in interface org.fxmisc.flowless.Cell
 
afterReset(Runnable) - Method in interface org.fxmisc.flowless.Cell
 
afterUpdateIndex(IntConsumer) - Method in interface org.fxmisc.flowless.Cell
 
afterUpdateItem(Consumer<? super T>) - Method in interface org.fxmisc.flowless.Cell
 

B

beforeDispose(Runnable) - Method in interface org.fxmisc.flowless.Cell
 
beforeReset(Runnable) - Method in interface org.fxmisc.flowless.Cell
 
beforeUpdateIndex(IntConsumer) - Method in interface org.fxmisc.flowless.Cell
 
beforeUpdateItem(Consumer<? super T>) - Method in interface org.fxmisc.flowless.Cell
 
breadthOffsetProperty() - Method in class org.fxmisc.flowless.VirtualFlow
 
breadthPositionEstimateProperty() - Method in class org.fxmisc.flowless.VirtualFlow
 

C

Cell<T,N extends Node> - Interface in org.fxmisc.flowless
 
cellToViewport(C, Bounds) - Method in class org.fxmisc.flowless.VirtualFlow
 
cellToViewport(C, Point2D) - Method in class org.fxmisc.flowless.VirtualFlow
 
cellToViewport(C, double, double) - Method in class org.fxmisc.flowless.VirtualFlow
 
computeMaxHeight(double) - Method in class org.fxmisc.flowless.VirtualizedScrollPane
 
computeMaxWidth(double) - Method in class org.fxmisc.flowless.VirtualizedScrollPane
 
computeMinHeight(double) - Method in class org.fxmisc.flowless.VirtualizedScrollPane
 
computeMinWidth(double) - Method in class org.fxmisc.flowless.VirtualizedScrollPane
 
computePrefHeight(double) - Method in class org.fxmisc.flowless.VirtualFlow
 
computePrefHeight(double) - Method in class org.fxmisc.flowless.VirtualizedScrollPane
 
computePrefWidth(double) - Method in class org.fxmisc.flowless.VirtualFlow
 
computePrefWidth(double) - Method in class org.fxmisc.flowless.VirtualizedScrollPane
 
createHorizontal(ObservableList<T>, Function<? super T, ? extends C>) - Static method in class org.fxmisc.flowless.VirtualFlow
 
createHorizontal(ObservableList<T>, Function<? super T, ? extends C>, VirtualFlow.Gravity) - Static method in class org.fxmisc.flowless.VirtualFlow
 
createVertical(ObservableList<T>, Function<? super T, ? extends C>) - Static method in class org.fxmisc.flowless.VirtualFlow
 
createVertical(ObservableList<T>, Function<? super T, ? extends C>, VirtualFlow.Gravity) - Static method in class org.fxmisc.flowless.VirtualFlow
 

D

dispose() - Method in interface org.fxmisc.flowless.Cell
Called when this cell is no longer going to be used at all.
dispose() - Method in class org.fxmisc.flowless.VirtualFlow
 

E

estimatedScrollXProperty() - Method in class org.fxmisc.flowless.ScaledVirtualized
 
estimatedScrollXProperty() - Method in class org.fxmisc.flowless.VirtualFlow
 
estimatedScrollXProperty() - Method in interface org.fxmisc.flowless.Virtualized
 
estimatedScrollXProperty() - Method in class org.fxmisc.flowless.VirtualizedScrollPane
 
estimatedScrollYProperty() - Method in class org.fxmisc.flowless.ScaledVirtualized
 
estimatedScrollYProperty() - Method in class org.fxmisc.flowless.VirtualFlow
 
estimatedScrollYProperty() - Method in interface org.fxmisc.flowless.Virtualized
 
estimatedScrollYProperty() - Method in class org.fxmisc.flowless.VirtualizedScrollPane
 

G

getCell(int) - Method in class org.fxmisc.flowless.VirtualFlow
If the item is out of view, instantiates a new cell for the item.
getCell() - Method in class org.fxmisc.flowless.VirtualFlowHit
 
getCellIfVisible(int) - Method in class org.fxmisc.flowless.VirtualFlow
This method calls Parent.layout() as a side-effect to insure that the VirtualFlow is up-to-date in light of any changes
getCellIndex() - Method in class org.fxmisc.flowless.VirtualFlowHit
 
getCellOffset() - Method in class org.fxmisc.flowless.VirtualFlowHit
 
getContent() - Method in class org.fxmisc.flowless.VirtualizedScrollPane
Does not unbind scrolling from Content before returning Content.
getContentBias() - Method in class org.fxmisc.flowless.VirtualFlow
 
getHbarPolicy() - Method in class org.fxmisc.flowless.VirtualizedScrollPane
Gets the value of the property hbarPolicy.
getNode() - Method in interface org.fxmisc.flowless.Cell
 
getOffsetAfterCells() - Method in class org.fxmisc.flowless.VirtualFlowHit
 
getOffsetBeforeCells() - Method in class org.fxmisc.flowless.VirtualFlowHit
 
getVbarPolicy() - Method in class org.fxmisc.flowless.VirtualizedScrollPane
Gets the value of the property vbarPolicy.
getZoom() - Method in class org.fxmisc.flowless.ScaledVirtualized
The Scale object that scales the virtualized content: named "zoom" to prevent confusion with Node.getScaleX(), etc.

H

hbarPolicyProperty() - Method in class org.fxmisc.flowless.VirtualizedScrollPane
The Policy for the Horizontal ScrollBar
hit(double, double) - Method in class org.fxmisc.flowless.VirtualFlow
Hits this virtual flow at the given coordinates.

I

isAfterCells() - Method in class org.fxmisc.flowless.VirtualFlowHit
 
isBeforeCells() - Method in class org.fxmisc.flowless.VirtualFlowHit
 
isCellHit() - Method in class org.fxmisc.flowless.VirtualFlowHit
 
isReusable() - Method in interface org.fxmisc.flowless.Cell
Indicates whether this cell can be reused to display different items.

L

layoutChildren() - Method in class org.fxmisc.flowless.ScaledVirtualized
 
layoutChildren() - Method in class org.fxmisc.flowless.VirtualFlow
 
layoutChildren() - Method in class org.fxmisc.flowless.VirtualizedScrollPane
 
lengthPositionEstimateProperty() - Method in class org.fxmisc.flowless.VirtualFlow
 

O

org.fxmisc.flowless - package org.fxmisc.flowless
 

R

removeContent() - Method in class org.fxmisc.flowless.VirtualizedScrollPane
Unbinds scrolling from Content before returning Content.
reset() - Method in interface org.fxmisc.flowless.Cell
Called when this cell is no longer used to display its item.

S

ScaledVirtualized<V extends Node & Virtualized> - Class in org.fxmisc.flowless
Acts as an intermediate class between VirtualizedScrollPane and its Virtualized content in that it scales the content without also scaling the ScrollPane's scroll bars.
ScaledVirtualized(V) - Constructor for class org.fxmisc.flowless.ScaledVirtualized
 
scrollXBy(double) - Method in class org.fxmisc.flowless.VirtualFlow
Scroll the content horizontally by the given amount.
scrollXToPixel(double) - Method in class org.fxmisc.flowless.VirtualFlow
Scroll the content horizontally to the pixel
scrollYBy(double) - Method in class org.fxmisc.flowless.VirtualFlow
Scroll the content vertically by the given amount.
scrollYToPixel(double) - Method in class org.fxmisc.flowless.VirtualFlow
Scroll the content vertically to the pixel
setHbarPolicy(ScrollPane.ScrollBarPolicy) - Method in class org.fxmisc.flowless.VirtualizedScrollPane
Sets the value of the property hbarPolicy.
setVbarPolicy(ScrollPane.ScrollBarPolicy) - Method in class org.fxmisc.flowless.VirtualizedScrollPane
Sets the value of the property vbarPolicy.
show(double) - Method in class org.fxmisc.flowless.VirtualFlow
 
show(int) - Method in class org.fxmisc.flowless.VirtualFlow
 
show(int, Bounds) - Method in class org.fxmisc.flowless.VirtualFlow
 
showAsFirst(int) - Method in class org.fxmisc.flowless.VirtualFlow
 
showAsLast(int) - Method in class org.fxmisc.flowless.VirtualFlow
 
showAtOffset(int, double) - Method in class org.fxmisc.flowless.VirtualFlow
 

T

totalBreadthEstimateProperty() - Method in class org.fxmisc.flowless.VirtualFlow
 
totalHeightEstimateProperty() - Method in class org.fxmisc.flowless.ScaledVirtualized
 
totalHeightEstimateProperty() - Method in class org.fxmisc.flowless.VirtualFlow
 
totalHeightEstimateProperty() - Method in interface org.fxmisc.flowless.Virtualized
 
totalHeightEstimateProperty() - Method in class org.fxmisc.flowless.VirtualizedScrollPane
 
totalLengthEstimateProperty() - Method in class org.fxmisc.flowless.VirtualFlow
 
totalWidthEstimateProperty() - Method in class org.fxmisc.flowless.ScaledVirtualized
 
totalWidthEstimateProperty() - Method in class org.fxmisc.flowless.VirtualFlow
 
totalWidthEstimateProperty() - Method in interface org.fxmisc.flowless.Virtualized
 
totalWidthEstimateProperty() - Method in class org.fxmisc.flowless.VirtualizedScrollPane
 

U

updateIndex(int) - Method in interface org.fxmisc.flowless.Cell
Called to update index of a visible cell.
updateItem(T) - Method in interface org.fxmisc.flowless.Cell
If this cell is reusable (as indicated by Cell.isReusable()), this method is called to display a different item.

V

valueOf(String) - Static method in enum org.fxmisc.flowless.VirtualFlow.Gravity
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.fxmisc.flowless.VirtualFlow.Gravity
Returns an array containing the constants of this enum type, in the order they are declared.
vbarPolicyProperty() - Method in class org.fxmisc.flowless.VirtualizedScrollPane
The Policy for the Vertical ScrollBar
VirtualFlow<T,C extends Cell<T,?>> - Class in org.fxmisc.flowless
 
VirtualFlow.Gravity - Enum in org.fxmisc.flowless
 
VirtualFlowHit<C extends Cell<?,?>> - Class in org.fxmisc.flowless
 
Virtualized - Interface in org.fxmisc.flowless
 
VirtualizedScrollPane<V extends Node & Virtualized> - Class in org.fxmisc.flowless
 
VirtualizedScrollPane(V, ScrollPane.ScrollBarPolicy, ScrollPane.ScrollBarPolicy) - Constructor for class org.fxmisc.flowless.VirtualizedScrollPane
Constructs a VirtualizedScrollPane with the given content and policies
VirtualizedScrollPane(V) - Constructor for class org.fxmisc.flowless.VirtualizedScrollPane
Constructs a VirtualizedScrollPane that only displays its horizontal and vertical scroll bars as needed
visibleCells() - Method in class org.fxmisc.flowless.VirtualFlow
This method calls Parent.layout() as a side-effect to insure that the VirtualFlow is up-to-date in light of any changes

W

wrapNode(N) - Static method in interface org.fxmisc.flowless.Cell
 
A B C D E G H I L O R S T U V W 
Skip navigation links