Skip navigation links
A C D F G L S T U X 

A

applySplit(String, int) - Method in interface com.github.hypfvieh.formatter.StringSplitOperator
Applies this operator to the given operands.

C

calculateFixBodyLength(String) - Static method in class com.github.hypfvieh.util.FixUtil
Calculates the body length of the given message.
calculateFixBodyLength(String, char) - Static method in class com.github.hypfvieh.util.FixUtil
Calculates the body length of the given message.
calculateFixCheckSum(String, char) - Static method in class com.github.hypfvieh.util.FixUtil
Calculates the checksum of the message.
closeWindow(Node) - Static method in class com.github.hypfvieh.util.FxUiUtil
Closes a JavaFX stage (close window).
com.github.hypfvieh.config - package com.github.hypfvieh.config
 
com.github.hypfvieh.formatter - package com.github.hypfvieh.formatter
 
com.github.hypfvieh.util - package com.github.hypfvieh.util
 

D

deleteRecursively(String, boolean) - Static method in class com.github.hypfvieh.util.SystemUtilExt
Delete all files and directories in the given path recursively.
deleteRecursivelyQuiet(String) - Static method in class com.github.hypfvieh.util.SystemUtilExt
Delete all files and directories in the given path recursively and without throwing any exception.

F

fillLine(char) - Method in class com.github.hypfvieh.formatter.TableColumnFormatter
 
FixUtil - Class in com.github.hypfvieh.util
 
formatLine(String...) - Method in class com.github.hypfvieh.formatter.TableColumnFormatter
 
fxColorToHtmlRgbCode(Color) - Static method in class com.github.hypfvieh.util.FxUiUtil
Converts JavaFX color to HTML Style Colorcode.
FxUiUtil - Class in com.github.hypfvieh.util
 
FxUiUtil() - Constructor for class com.github.hypfvieh.util.FxUiUtil
 

G

getBoolean(String, boolean) - Method in class com.github.hypfvieh.config.XmlConfigurationUtil
Retrieve a configuration value as boolean.
getDelimiterFromFixMsgStr(String) - Static method in class com.github.hypfvieh.util.FixUtil
Extract delimiter of FixMessageString.
getDouble(String, double) - Method in class com.github.hypfvieh.config.XmlConfigurationUtil
Retrieve a configuration value as double.
getFixTagValueFromString(String, char, int) - Static method in class com.github.hypfvieh.util.FixUtil
Get a value from a FixMessage String.
getFixTagValueFromString(String, int) - Static method in class com.github.hypfvieh.util.FixUtil
Get a value from a FixMessage String.
getInt(String, int) - Method in class com.github.hypfvieh.config.XmlConfigurationUtil
Get a configuration value as int.
getString(String) - Method in class com.github.hypfvieh.config.XmlConfigurationUtil
Get a config value as String.
getString(String, String) - Method in class com.github.hypfvieh.config.XmlConfigurationUtil
Returns a config value as String, or the default string if _key could not be found.
getStringList(String) - Method in class com.github.hypfvieh.config.XmlConfigurationUtil
Returns the results of key as ArrayList.
getStringSet(String, Class<? extends Set>) - Method in class com.github.hypfvieh.config.XmlConfigurationUtil
Returns a result as Set of the given Set-Subclass.

L

looksLikeFixMsg(String) - Static method in class com.github.hypfvieh.util.FixUtil
Checks if given String looks like a FIX message.

S

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.

T

TableColumnFormatter - Class in com.github.hypfvieh.formatter
Formats table content into lines of columns of a given character width.
TableColumnFormatter(StringSplitOperator, char, int...) - Constructor for class com.github.hypfvieh.formatter.TableColumnFormatter
 
TableColumnFormatter(StringSplitOperator, int...) - Constructor for class com.github.hypfvieh.formatter.TableColumnFormatter
 

U

updateFixBodyLength(String) - Static method in class com.github.hypfvieh.util.FixUtil
Calculates the bodylength of a messages and writes it to tag 9.
updateFixCheckSum(String) - Static method in class com.github.hypfvieh.util.FixUtil
Sets the correct checksum in tag 10.

X

XmlConfigurationUtil - Class in com.github.hypfvieh.config
Utility for reading XML configuration.
XmlConfigurationUtil(String) - Constructor for class com.github.hypfvieh.config.XmlConfigurationUtil
Create a new configuration util instance and use the given filename as configuration file.
A C D F G L S T U X 
Skip navigation links

Copyright © 2017. All rights reserved.