- setFixTagOnMsgStr(String, int, String) - Static method in class com.github.hypfvieh.util.FixUtil
-
Tries to update a fix message by setting _tag to _value.
- setFixTagOnMsgStr(String, int, String, char) - Static method in class com.github.hypfvieh.util.FixUtil
-
Tries to update a fix message by setting _tag to _value.
- showConfirmYesNo(String, String, String, String, String) - Static method in class com.github.hypfvieh.util.FxUiUtil
-
Shows an confirmation dialog with custom buttons.
- showDialog(Alert.AlertType, String, String, String) - Static method in class com.github.hypfvieh.util.FxUiUtil
-
Shows any kind of dialog (useful for warning/information/error dialogs).
- showWindow(Class<?>, String, boolean, Modality, boolean, String) - Static method in class com.github.hypfvieh.util.FxUiUtil
-
Opens a JavaFX window using an FXML file.
- showWindow(Class<?>, String, boolean, Modality, String) - Static method in class com.github.hypfvieh.util.FxUiUtil
-
Opens a JavaFX window using an FXML file and sets resizable to true.
- showWindow(Class<?>, String, boolean, String) - Static method in class com.github.hypfvieh.util.FxUiUtil
-
Opens a JavaFX window using an FXML file and sets resizable to true and modality to none.
- showWindow(Class<?>, String, boolean, boolean, String) - Static method in class com.github.hypfvieh.util.FxUiUtil
-
Opens a JavaFX window using an FXML file and sets modality to none.
- StringSplitOperator - Interface in com.github.hypfvieh.formatter
-
Represents string split operation into a list of tokens where each token has as maximum length.
- SystemUtilExt - Class in com.github.hypfvieh.util
-
Utility-Class with various operating system related helper methods.