Class PropsHelper
java.lang.Object
net.thevpc.common.props.impl.PropsHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> intbestSelectableIndex(ObservableList<T> list, Predicate<T> selectable, int currIndex, int lastIndex) static Stringstatic PropertyEventprefixPath(PropertyEvent event, Path pathPrefix)
-
Constructor Details
-
PropsHelper
public PropsHelper()
-
-
Method Details
-
buildPath
-
prefixPath
-
bestSelectableIndex
public static <T> int bestSelectableIndex(ObservableList<T> list, Predicate<T> selectable, int currIndex, int lastIndex)
-