Package | Description |
---|---|
com.sun.javafx.scene.control.skin |
Modifier and Type | Field and Description |
---|---|
protected VirtualFlow<I> |
VirtualContainerBase.flow
The virtualized container which handles the layout and scrolling of
all the cells.
|
Modifier and Type | Method and Description |
---|---|
protected VirtualFlow<I> |
VirtualContainerBase.createVirtualFlow()
This enables skin subclasses to provide a custom VirtualFlow implementation,
rather than have VirtualContainerBase instantiate the default instance.
|
Modifier and Type | Method and Description |
---|---|
Callback<VirtualFlow,T> |
VirtualFlow.getCreateCell() |
Modifier and Type | Method and Description |
---|---|
void |
VirtualFlow.setCreateCell(Callback<VirtualFlow,T> cc) |
Constructor and Description |
---|
VirtualScrollBar(VirtualFlow flow) |
Copyright © 2020. All rights reserved.