public class Utils extends Object
Constructor and Description |
---|
Utils() |
Modifier and Type | Method and Description |
---|---|
static double |
boundedSize(double value,
double min,
double max) |
static <T> void |
executeOnceWhenPropertyIsNonNull(ObservableValue<T> p,
Consumer<T> consumer) |
static int |
getHitInsertionIndex(HitInfo hit,
String text) |
static URL |
getResource(String str) |
static boolean |
isTwoLevelFocus() |
public static double boundedSize(double value, double min, double max)
public static boolean isTwoLevelFocus()
public static <T> void executeOnceWhenPropertyIsNonNull(ObservableValue<T> p, Consumer<T> consumer)
Copyright © 2020. All rights reserved.