public class Scroller
extends java.lang.Object
| Constructor and Description |
|---|
Scroller() |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(javafx.scene.control.ScrollBar bar) |
javafx.beans.property.DoubleProperty |
contentAreaHeightProperty() |
javafx.beans.property.ReadOnlyDoubleProperty |
contentHeightProperty() |
javafx.beans.property.DoubleProperty |
lineCountProperty() |
javafx.beans.property.DoubleProperty |
lineHeightProperty() |
javafx.beans.property.DoubleProperty |
offsetProperty() |
void |
refresh() |
void |
scrollBy(double units) |
void |
scrollBy(int lines) |
void |
scrollIntoView(int line) |
void |
scrollTo(int line) |
javafx.beans.property.ReadOnlyIntegerProperty |
visibleLineCountProperty() |
javafx.beans.property.ReadOnlyObjectProperty<<any>> |
visibleLinesProperty() |
public javafx.beans.property.DoubleProperty lineHeightProperty()
public javafx.beans.property.DoubleProperty lineCountProperty()
public javafx.beans.property.ReadOnlyDoubleProperty contentHeightProperty()
public javafx.beans.property.DoubleProperty contentAreaHeightProperty()
public javafx.beans.property.ReadOnlyObjectProperty<<any>> visibleLinesProperty()
public javafx.beans.property.ReadOnlyIntegerProperty visibleLineCountProperty()
public javafx.beans.property.DoubleProperty offsetProperty()
public void bind(javafx.scene.control.ScrollBar bar)
public void scrollBy(int lines)
public void scrollBy(double units)
public void scrollIntoView(int line)
public void scrollTo(int line)
public void refresh()