| Interface | Description |
|---|---|
| Customizer<T> |
An interface that can be used to customize any object.
|
| FXUtils.ConditionHandler<T> |
A simple handler used by setRecursively.
|
| FXUtils.GetHandler<T> |
A simple handler used by getRecursively.
|
| FXUtils.Handler<T> |
A simple handler used by setRecursively.
|
| WildcardSupport |
An interface to support the wildcard.
|
| Class | Description |
|---|---|
| AutoRepeatButtonUtils |
AutoRepeatButtonUtils is a utility class which can make a button automatically trigger action events
continuously. |
| CommonUtils |
Utils that contains methods that are not depending on JavaFX classes.
|
| DateUtils |
DateUtils contains many useful methods related to Date and Calendar. |
| FontUtils |
A utility class for the Font in the javafx.scene.text package.
|
| FXUtils |
Utils that contains methods that depend on JavaFX classes.
|
| LazyLoadUtils |
LazyLoadUtils provides an easy way to implement the lazy loading feature in a Combobox or a
ChoiceBox. |
| LoggerUtils |
Utils to allow enable/disable a Java Logger to print certain level of message to console.
|
| PredefinedShapes |
A collection of pre-defined shapes.
|
| ReflectionUtils |
Utils to use reflection to call methods.
|
| SecurityUtils |
A class that keeps all the security stuff so that an application can safely run in applet or WebStart environment.
|
| SystemInfo |
A utility class can detect OS system information.
|
| SystemInfo.JavaVersion | |
| TypeUtils |
Utils methods for data types.
|
| Version |
A class contains the version number of the JideFX products.
|