class ControlUtils
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
ControlUtils() |
Modifier and Type | Method and Description |
---|---|
(package private) static <T> ListChangeListener.Change<T> |
buildClearAndSelectChange(ObservableList<T> list,
java.util.List<T> removed,
int retainedRow) |
(package private) static void |
requestFocusOnControlOnlyIfCurrentFocusOwnerIsChild(Control c) |
static void |
scrollToColumn(Control control,
TableColumnBase<?,?> column) |
static void |
scrollToIndex(Control control,
int index) |
public static void scrollToIndex(Control control, int index)
public static void scrollToColumn(Control control, TableColumnBase<?,?> column)
static void requestFocusOnControlOnlyIfCurrentFocusOwnerIsChild(Control c)
static <T> ListChangeListener.Change<T> buildClearAndSelectChange(ObservableList<T> list, java.util.List<T> removed, int retainedRow)