Package | Description |
---|---|
com.sun.javafx.scene.control.skin |
Modifier and Type | Field and Description |
---|---|
private VirtualFlow |
VirtualScrollBar.flow |
private VirtualFlow |
TableHeaderRow.flow
*
Private Fields *
*
|
protected VirtualFlow<I> |
VirtualContainerBase.flow
The virtualized container which handles the layout and scrolling of
all the cells.
|
Modifier and Type | Field and Description |
---|---|
private Callback<VirtualFlow,T> |
VirtualFlow.createCell
Callback which is invoked whenever the VirtualFlow needs a new
IndexedCell.
|
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.
|
private VirtualFlow<C> |
TableRowSkinBase.getVirtualFlow() |
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 |
---|
ClippedContainer(VirtualFlow<?> flow) |
VirtualScrollBar(VirtualFlow flow) |