- calcHammingDistance(String, String) - Static method in class com.github.hypfvieh.imaging.ImageCompare
-
Calculate the hamming distance of the two given strings.
- 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.
- closeDatabase() - Method in class com.github.hypfvieh.db.SimpleDatabaseConnector
-
Closes the database connection if it was previously connected.
- closeWindow(Node) - Static method in class com.github.hypfvieh.util.FxUiUtil
-
Closes a JavaFX stage (close window).
- com.github.hypfvieh.config.xml - package com.github.hypfvieh.config.xml
-
- com.github.hypfvieh.db - package com.github.hypfvieh.db
-
- com.github.hypfvieh.files - package com.github.hypfvieh.files
-
- com.github.hypfvieh.formatter - package com.github.hypfvieh.formatter
-
- com.github.hypfvieh.imaging - package com.github.hypfvieh.imaging
-
- com.github.hypfvieh.stream - package com.github.hypfvieh.stream
-
- com.github.hypfvieh.util - package com.github.hypfvieh.util
-
- com.github.hypfvieh.util.fx - package com.github.hypfvieh.util.fx
-
- com.github.hypfvieh.util.fx.fonts - package com.github.hypfvieh.util.fx.fonts
-
- compareWith(IImgHash, File, File) - Static method in class com.github.hypfvieh.imaging.ImageCompare
-
Calculate hashes for _img1 and _img2 using _hasher and return the hamming distance as result.
- computeHash(File) - Method in interface com.github.hypfvieh.imaging.IImgHash
-
Calculate the hash of given image.
- computeHash(File) - Static method in class com.github.hypfvieh.imaging.ImgAHash
-
Compute the AHash of the given file (which should be a valid image).
- computeHash(File) - Static method in class com.github.hypfvieh.imaging.ImgDHash
-
Compute the DHash of the given file (which should be a valid image).
- computeHash(File) - Static method in class com.github.hypfvieh.imaging.ImgPHash
-
Compute the PHash of the given file (which should be a valid image).
- ConfigurationException - Exception in com.github.hypfvieh.config.xml
-
Exception which indicates problems with a given configuration file.
- ConfigurationException() - Constructor for exception com.github.hypfvieh.config.xml.ConfigurationException
-
- ConfigurationException(String, Throwable, boolean, boolean) - Constructor for exception com.github.hypfvieh.config.xml.ConfigurationException
-
- ConfigurationException(String, Throwable) - Constructor for exception com.github.hypfvieh.config.xml.ConfigurationException
-
- ConfigurationException(String) - Constructor for exception com.github.hypfvieh.config.xml.ConfigurationException
-
- ConfigurationException(Throwable) - Constructor for exception com.github.hypfvieh.config.xml.ConfigurationException
-
- create(Class<S>) - Static method in class com.github.hypfvieh.util.fx.TableViewCopyAndPaste
-
Create a new utility instance.
- createBasicMessage(String, String) - Method in class com.github.hypfvieh.util.SimpleFixMessageBuilder
-
Creates a basic FIX message containing only dummy header and trailer with the specified FIX version and message
type.
- createIconLabel(String, double) - Static method in class com.github.hypfvieh.util.fx.FxFontUtil
-
Creates a new Label with the given 'iconCode' (e.g. "") and the given font size.
- createIconLabel(IWebFontCode, double) - Static method in class com.github.hypfvieh.util.fx.FxFontUtil
-
Creates a new Label with the given 'icon' and the given font size.
- createPixelArray(BufferedImage) - Method in class com.github.hypfvieh.imaging.AbstractImgHash
-
Convert the given image to an array of integer, where each array entry represents one pixel.
- createPixelArrayMatrix(BufferedImage) - Method in class com.github.hypfvieh.imaging.AbstractImgHash
-
Creates a pixel array matrix from the given image.
- createPreparedStatement(String) - Method in class com.github.hypfvieh.db.SimpleDatabaseConnector
-
Creates a prepared statement which can be used for batch statements.
- save() - Method in class com.github.hypfvieh.config.xml.XmlConfiguration
-
Save config file.
- save(BiConsumer<Document, OutputStream>) - Method in class com.github.hypfvieh.config.xml.XmlConfiguration
-
- setAllowKeyOverrideFromEnvironment(boolean) - Method in class com.github.hypfvieh.config.xml.XmlConfigBuilder
-
Set this to true to allow the user to override config parameters using system properties.
- setAllowPasteAtTheEnd(boolean) - Method in class com.github.hypfvieh.util.fx.TableViewCopyAndPaste
-
Enable/disable pasting results at the end of the table if no selection has been applied.
- setAutoCommit(boolean) - Method in class com.github.hypfvieh.db.SimpleDatabaseConnector
-
Enable/Disable autocommit on database connection.
- setEnablePaste(boolean) - Method in class com.github.hypfvieh.util.fx.TableViewCopyAndPaste
-
Enable/disable paste support on table.
- 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.
- setInputFile(File, SearchOrder...) - Method in class com.github.hypfvieh.config.xml.XmlConfigBuilder
-
Set input file used for reading configuration.
- setInputFile(String, SearchOrder...) - Method in class com.github.hypfvieh.config.xml.XmlConfigBuilder
-
Set input file used for reading configuration.
- setInputStream(InputStream) - Method in class com.github.hypfvieh.config.xml.XmlConfigBuilder
-
- setItemFactory(Supplier<S>) - Method in class com.github.hypfvieh.util.fx.TableViewCopyAndPaste
-
Configure ItemFactory for creating new lines.
- setKeyDelimiter(String) - Method in class com.github.hypfvieh.config.xml.XmlConfigBuilder
-
Set the delimiter used to delimit XML nodes.
- setKeyDelimiter(String) - Method in class com.github.hypfvieh.config.xml.XmlConfiguration
-
Set the delimiting key.
- setOutputFile(File) - Method in class com.github.hypfvieh.config.xml.XmlConfigBuilder
-
Set output file used for saving.
- setOutputFile(String) - Method in class com.github.hypfvieh.config.xml.XmlConfigBuilder
-
Set output file used for saving.
- setOutputStream(OutputStream) - Method in class com.github.hypfvieh.config.xml.XmlConfigBuilder
-
- setSkipRoot(boolean) - Method in class com.github.hypfvieh.config.xml.XmlConfigBuilder
-
Set this to true to ignore the first level of nodes inside the config.
- setString(String, boolean, String) - Method in class com.github.hypfvieh.config.xml.XmlConfiguration
-
Set string value of given key
- setUtcTimestamp(int) - Method in class com.github.hypfvieh.util.SimpleFixMessageBuilder
-
- setUtcTimestamp(int, ZonedDateTime) - Method in class com.github.hypfvieh.util.SimpleFixMessageBuilder
-
- setValue(int, Object, boolean) - Method in class com.github.hypfvieh.util.SimpleFixMessageBuilder
-
Set/add tag value to FIX message to be created.
- setValue(int, Object) - Method in class com.github.hypfvieh.util.SimpleFixMessageBuilder
-
Set/add tag value to FIX message to be created.
- setValues(Map<String, String>, boolean) - Method in class com.github.hypfvieh.config.xml.XmlConfiguration
-
Set keys found in map to value found in map.
- setXmlErrorHandler(ErrorHandler) - Method in class com.github.hypfvieh.config.xml.XmlConfigBuilder
-
Set the
ErrorHandler used by the XML parser to handle XML errors.
- 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.
- SimpleDatabaseConnector - Class in com.github.hypfvieh.db
-
Simple class to allow connection to any JDBC compatible database.
- SimpleDatabaseConnector(DbConnParms) - Constructor for class com.github.hypfvieh.db.SimpleDatabaseConnector
-
- SimpleFixMessageBuilder - Class in com.github.hypfvieh.util
-
Builder to create a FIX message without using any proprietary API.
- SimpleFixMessageBuilder() - Constructor for class com.github.hypfvieh.util.SimpleFixMessageBuilder
-
- StringSplitOperator - Interface in com.github.hypfvieh.formatter
-
Represents string split operation into a list of tokens where each token has as maximum length.
- Stroke7 - Enum in com.github.hypfvieh.util.fx.fonts
-
- SystemUtilExt - Class in com.github.hypfvieh.util
-
Utility-Class with various operating system related helper methods.
- valueOf(String) - Static method in enum com.github.hypfvieh.util.fx.fonts.DevIcons
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.hypfvieh.util.fx.fonts.FontAwesome
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.hypfvieh.util.fx.fonts.FoundationIcons
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.hypfvieh.util.fx.fonts.IonIcons
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.hypfvieh.util.fx.fonts.MapIcons
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.hypfvieh.util.fx.fonts.MfgIconSet
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.hypfvieh.util.fx.fonts.MFizz
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.hypfvieh.util.fx.fonts.OpenIconic
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.hypfvieh.util.fx.fonts.OpenWebIcons
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.hypfvieh.util.fx.fonts.PaymentWebFont
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.hypfvieh.util.fx.fonts.Stroke7
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.hypfvieh.util.fx.fonts.TypIcons
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.hypfvieh.util.fx.fonts.WeatherFonts
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.hypfvieh.util.fx.fonts.Zocial
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.hypfvieh.util.ReflectionUtil.ReflectionType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.github.hypfvieh.util.fx.fonts.DevIcons
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.hypfvieh.util.fx.fonts.FontAwesome
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.hypfvieh.util.fx.fonts.FoundationIcons
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.hypfvieh.util.fx.fonts.IonIcons
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.hypfvieh.util.fx.fonts.MapIcons
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.hypfvieh.util.fx.fonts.MfgIconSet
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.hypfvieh.util.fx.fonts.MFizz
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.hypfvieh.util.fx.fonts.OpenIconic
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.hypfvieh.util.fx.fonts.OpenWebIcons
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.hypfvieh.util.fx.fonts.PaymentWebFont
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.hypfvieh.util.fx.fonts.Stroke7
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.hypfvieh.util.fx.fonts.TypIcons
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.hypfvieh.util.fx.fonts.WeatherFonts
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.hypfvieh.util.fx.fonts.Zocial
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.hypfvieh.util.ReflectionUtil.ReflectionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.