Interface | Description |
---|---|
RoundingMode |
Specifies a rounding behavior for mathematical operations.
|
ShutdownHooks.Hook | |
ThrowingFunction<I,O,X extends java.lang.Throwable> |
A version of
Function that may throw a checked exception. |
Class | Description |
---|---|
AlphanumComparator |
A string comparator that uses the alphanum algorithm to compare
strings that contain numbers.
|
AsyncUtils |
A quick and dirty solution to running certain things asynchronously.
|
BitUtils |
Utility class for working with raw bytes, bitmasks, bitshifts, et cetera.
|
Debouncer |
A simple class for debouncing method calls.
|
EqualityUtils | |
FxUtils |
Utility methods for JavaFX not available in the standard library.
|
GridImage |
A representation of an image of a grid.
|
GridPoint |
Represents a point in a grid.
|
LazyInit<T> |
A holder class for lazily initialized values.
|
ListUtils |
Utility class for working with lists.
|
ListUtils.Replacement<T> | |
Maps |
Utility class for maps.
|
Maps.MapBuilder<K,V> |
A builder class for maps.
|
NetworkTableUtils |
Utility class for working with network tables.
|
OsDetector |
Utility class for detecting the current operating system.
|
PreferencesUtils |
Utilities for saving and loading JavaFX properties to and from a
Preferences object. |
PropertyUtils |
Utility methods for working with JavaFX properties.
|
PseudoClassProperty |
A boolean property that is reflected as a pseudo-class selector on the given node.
|
ReflectionUtils |
Utility class for working with reflection.
|
Registry<T> |
Common superclass for registry classes.
|
ShutdownHooks |
Handles shutdown hooks to run when the shuffleboard app closes.
|
Storage |
Utilities for local file storage.
|
SystemProperties |
Utility class containing the values of commonly used system properties.
|
TestUtils |
Utility class for making sure certain methods may only be called from tests.
|
ThreadUtils |
Utilities dealing with threading.
|
Time |
Utility class for working with the current time.
|
TypeUtils |
Utilities dealing with the type system.
|
UnitStringConverter |
A string converter that converts numbers to formatted unit strings.
|
Vector2D |
A vector in 2-dimensional Cartesian space.
|
Enum | Description |
---|---|
OsDetector.OperatingSystemType |