public class PropsHelper extends Object
| Constructor and Description |
|---|
PropsHelper() |
| Modifier and Type | Method and Description |
|---|---|
static <T> int |
bestSelectableIndex(ObservableList<T> list,
Predicate<T> selectable,
int currIndex,
int lastIndex) |
static String |
buildPath(String... all) |
static PropertyEvent |
prefixPath(PropertyEvent event,
Path pathPrefix) |
public static PropertyEvent prefixPath(PropertyEvent event, Path pathPrefix)
public static <T> int bestSelectableIndex(ObservableList<T> list, Predicate<T> selectable, int currIndex, int lastIndex)
Copyright © 2022 vpc open source initiative. All rights reserved.