Skip navigation links
A B C D E F G H I K L M O P R S T U V W X Z 

A

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

B

build() - Method in class com.github.hypfvieh.config.xml.XmlConfigBuilder
Build the XmlConfiguration and return it.

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.
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.formatter - package com.github.hypfvieh.formatter
 
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
 
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
 
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.
createPreparedStatement(String) - Method in class com.github.hypfvieh.db.SimpleDatabaseConnector
Creates a prepared statement which can be used for batch statements.

D

DbConnParms - Class in com.github.hypfvieh.db
Instances of this immutable class hold database connection parameters.
DbConnParms(String, String, String, String) - Constructor for class com.github.hypfvieh.db.DbConnParms
 
DbConnParms(String, String, String, String, int) - Constructor for class com.github.hypfvieh.db.DbConnParms
 
DbConnParms(Map<String, String>) - Constructor for class com.github.hypfvieh.db.DbConnParms
 
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.
DevIcons - Enum in com.github.hypfvieh.util.fx.fonts
 

E

executeBatchQuery(String, List<Object[]>, int) - Method in class com.github.hypfvieh.db.SimpleDatabaseConnector
Run update/inserts as batch update.
executeQuery(String, Object...) - Method in class com.github.hypfvieh.db.SimpleDatabaseConnector
Executes an sql query.
executeQuery(PreparedStatement) - Method in class com.github.hypfvieh.db.SimpleDatabaseConnector
Execute a previously created prepared statement (update or delete).
executeSelectQuery(String, Object...) - Method in class com.github.hypfvieh.db.SimpleDatabaseConnector
Returns the result of an SQL Select-PreparedStatement as list of maps where each key in the map is a column.

F

fillLine(char) - Method in class com.github.hypfvieh.formatter.TableColumnFormatter
 
FixUtil - Class in com.github.hypfvieh.util
 
FontAwesome - Enum in com.github.hypfvieh.util.fx.fonts
 
formatLine(String...) - Method in class com.github.hypfvieh.formatter.TableColumnFormatter
 
FoundationIcons - Enum in com.github.hypfvieh.util.fx.fonts
 
fxColorToHtmlRgbCode(Color) - Static method in class com.github.hypfvieh.util.FxUiUtil
Converts JavaFX color to HTML Style Colorcode.
FxFontUtil - Class in com.github.hypfvieh.util.fx
Utility to work with different (Web)fonts.
FxUiUtil - Class in com.github.hypfvieh.util
 
FxUiUtil() - Constructor for class com.github.hypfvieh.util.FxUiUtil
 

G

getAdditionalUrlArgs() - Method in class com.github.hypfvieh.db.H2ConnParms
 
getAllDeclaredFields(Class<?>, String...) - Static method in class com.github.hypfvieh.util.ReflectionUtil
Extract all Fields found in the given class recursively.
getAllDeclaredFieldsAnnotatedWithAny(Class<?>, Class<? extends Annotation>...) - Static method in class com.github.hypfvieh.util.ReflectionUtil
Extract all Fields with any of the given annotations found in the given class recursively.
getAllDeclaredFieldsNotAnnotatedWithAny(Class<?>, Class<? extends Annotation>...) - Static method in class com.github.hypfvieh.util.ReflectionUtil
Extract all Fields without any of the given annotations found in the given class recursively.
getAllDeclaredMethods(Class<?>, String...) - Static method in class com.github.hypfvieh.util.ReflectionUtil
Extract all Methods found in the given class recursively.
getAllDeclaredMethodsAnnotatedWithAny(Class<?>, Class<? extends Annotation>...) - Static method in class com.github.hypfvieh.util.ReflectionUtil
Extract all Methods with any of the given annotations found in the given class recursively.
getAllDeclaredMethodsNotAnnotatedWithAny(Class<?>, Class<? extends Annotation>...) - Static method in class com.github.hypfvieh.util.ReflectionUtil
Extract all Methods without any of the given annotations found in the given class recursively.
getAllDeclaredNonStaticFields(Class<?>, String...) - Static method in class com.github.hypfvieh.util.ReflectionUtil
Extract all Fields which are not static and do not match any of the given ignore names.
getAllDeclaredNonStaticMethods(Class<?>, String...) - Static method in class com.github.hypfvieh.util.ReflectionUtil
Extract all Methods which are not static and do not match any of the given ignore names.
getAllDeclaredStaticFields(Class<?>, String...) - Static method in class com.github.hypfvieh.util.ReflectionUtil
Extract all Fields which are static and do not match any of the given ignore names.
getAllDeclaredStaticMethods(Class<?>, String...) - Static method in class com.github.hypfvieh.util.ReflectionUtil
Extract all Methods which are static and do not match any of the given ignore names.
getBoolean(String, boolean) - Method in class com.github.hypfvieh.config.xml.XmlConfiguration
Retrieve a configuration value as boolean.
getCharacter() - Method in enum com.github.hypfvieh.util.fx.fonts.DevIcons
 
getCharacter() - Method in enum com.github.hypfvieh.util.fx.fonts.FontAwesome
 
getCharacter() - Method in enum com.github.hypfvieh.util.fx.fonts.FoundationIcons
 
getCharacter() - Method in enum com.github.hypfvieh.util.fx.fonts.IonIcons
 
getCharacter() - Method in interface com.github.hypfvieh.util.fx.fonts.IWebFontCode
 
getCharacter() - Method in enum com.github.hypfvieh.util.fx.fonts.MapIcons
 
getCharacter() - Method in enum com.github.hypfvieh.util.fx.fonts.MfgIconSet
 
getCharacter() - Method in enum com.github.hypfvieh.util.fx.fonts.MFizz
 
getCharacter() - Method in enum com.github.hypfvieh.util.fx.fonts.OpenIconic
 
getCharacter() - Method in enum com.github.hypfvieh.util.fx.fonts.OpenWebIcons
 
getCharacter() - Method in enum com.github.hypfvieh.util.fx.fonts.PaymentWebFont
 
getCharacter() - Method in enum com.github.hypfvieh.util.fx.fonts.Stroke7
 
getCharacter() - Method in enum com.github.hypfvieh.util.fx.fonts.TypIcons
 
getCharacter() - Method in enum com.github.hypfvieh.util.fx.fonts.WeatherFonts
 
getCharacter() - Method in enum com.github.hypfvieh.util.fx.fonts.Zocial
 
getCharacterAsString() - Method in interface com.github.hypfvieh.util.fx.fonts.IWebFontCode
 
getDbConnection() - Method in class com.github.hypfvieh.db.SimpleDatabaseConnector
 
getDbPath() - Method in class com.github.hypfvieh.db.H2ConnParms
 
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.xml.XmlConfiguration
Retrieve a configuration value as double.
getDriverClassName() - Method in class com.github.hypfvieh.db.DbConnParms
 
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.
getFontFamily() - Method in enum com.github.hypfvieh.util.fx.fonts.DevIcons
 
getFontFamily() - Method in enum com.github.hypfvieh.util.fx.fonts.FontAwesome
 
getFontFamily() - Method in enum com.github.hypfvieh.util.fx.fonts.FoundationIcons
 
getFontFamily() - Method in enum com.github.hypfvieh.util.fx.fonts.IonIcons
 
getFontFamily() - Method in interface com.github.hypfvieh.util.fx.fonts.IWebFontCode
 
getFontFamily() - Method in enum com.github.hypfvieh.util.fx.fonts.MapIcons
 
getFontFamily() - Method in enum com.github.hypfvieh.util.fx.fonts.MfgIconSet
 
getFontFamily() - Method in enum com.github.hypfvieh.util.fx.fonts.MFizz
 
getFontFamily() - Method in enum com.github.hypfvieh.util.fx.fonts.OpenIconic
 
getFontFamily() - Method in enum com.github.hypfvieh.util.fx.fonts.OpenWebIcons
 
getFontFamily() - Method in enum com.github.hypfvieh.util.fx.fonts.PaymentWebFont
 
getFontFamily() - Method in enum com.github.hypfvieh.util.fx.fonts.Stroke7
 
getFontFamily() - Method in enum com.github.hypfvieh.util.fx.fonts.TypIcons
 
getFontFamily() - Method in enum com.github.hypfvieh.util.fx.fonts.WeatherFonts
 
getFontFamily() - Method in enum com.github.hypfvieh.util.fx.fonts.Zocial
 
getInputFile() - Method in class com.github.hypfvieh.config.xml.XmlConfiguration
Get file which is used as input
getInt(String, int) - Method in class com.github.hypfvieh.config.xml.XmlConfiguration
Get a configuration value as int.
getKeyDelimiter() - Method in class com.github.hypfvieh.config.xml.XmlConfiguration
Get the delimiting key (default is '/').
getMaxRetries() - Method in class com.github.hypfvieh.db.DbConnParms
 
getPassword() - Method in class com.github.hypfvieh.db.DbConnParms
 
getReflectionClass() - Method in enum com.github.hypfvieh.util.ReflectionUtil.ReflectionType
 
getString(String) - Method in class com.github.hypfvieh.config.xml.XmlConfiguration
Get the String value behind the given key.
getString(String, String) - Method in class com.github.hypfvieh.config.xml.XmlConfiguration
Get the string value behind the given key or return default.
getStringList(String) - Method in class com.github.hypfvieh.config.xml.XmlConfiguration
Returns the results of key as ArrayList.
getStringSet(String, Class<? extends Set>) - Method in class com.github.hypfvieh.config.xml.XmlConfiguration
Returns a result as Set of the given Set-Subclass.
getUrl() - Method in class com.github.hypfvieh.db.DbConnParms
 
getUrl() - Method in class com.github.hypfvieh.db.H2ConnParms
 
getUser() - Method in class com.github.hypfvieh.db.DbConnParms
 

H

H2ConnParms - Class in com.github.hypfvieh.db
Connection parameters to the H2 database.
H2ConnParms(String, String, String) - Constructor for class com.github.hypfvieh.db.H2ConnParms
 
H2ConnParms(String) - Constructor for class com.github.hypfvieh.db.H2ConnParms
 

I

IonIcons - Enum in com.github.hypfvieh.util.fx.fonts
 
isAutoCommit() - Method in class com.github.hypfvieh.db.SimpleDatabaseConnector
 
isDbOpen() - Method in class com.github.hypfvieh.db.SimpleDatabaseConnector
Returns true if database has been opened.
isSupportsBatch() - Method in class com.github.hypfvieh.db.SimpleDatabaseConnector
 
IWebFontCode - Interface in com.github.hypfvieh.util.fx.fonts
 

K

keyCount() - Method in class com.github.hypfvieh.config.xml.XmlConfiguration
Get the amount of nodes in config.

L

loadFont(InputStream, double) - Static method in class com.github.hypfvieh.util.fx.FxFontUtil
Load given font (ttf) from stream.
looksLikeFixMsg(String) - Static method in class com.github.hypfvieh.util.FixUtil
Checks if given String looks like a FIX message.

M

MapIcons - Enum in com.github.hypfvieh.util.fx.fonts
 
MfgIconSet - Enum in com.github.hypfvieh.util.fx.fonts
 
MFizz - Enum in com.github.hypfvieh.util.fx.fonts
 

O

openDatabase() - Method in class com.github.hypfvieh.db.SimpleDatabaseConnector
Trys to open a connection to the given database parameters.
OpenIconic - Enum in com.github.hypfvieh.util.fx.fonts
 
OpenWebIcons - Enum in com.github.hypfvieh.util.fx.fonts
 

P

PaymentWebFont - Enum in com.github.hypfvieh.util.fx.fonts
 

R

readFileToStream(String, Charset) - Static method in class com.github.hypfvieh.stream.TextFileStream
 
readFileToStream(File, Charset) - Static method in class com.github.hypfvieh.stream.TextFileStream
 
readFileToStream(InputStream, Charset) - Static method in class com.github.hypfvieh.stream.TextFileStream
Returns the file as Stream.
ReflectionUtil - Class in com.github.hypfvieh.util
Utility methods which uses reflection techniques.
ReflectionUtil.ReflectionType - Enum in com.github.hypfvieh.util
Enum which defines which information is retrieved by reflection.
removeAdditionalUrlArgs(String...) - Method in class com.github.hypfvieh.db.H2ConnParms
 

S

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
Save config using BiConsumer.
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.
setAutoCommit(boolean) - Method in class com.github.hypfvieh.db.SimpleDatabaseConnector
Enable/Disable autocommit on database connection.
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
Set InputStream used to read configuration file.
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
Set OutputStream used to save configuration file.
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
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
 
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.

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
 
TextFileStream - Class in com.github.hypfvieh.stream
Class to read a Textfile in a Stream<String> and do stream operations on it.
toString() - Method in class com.github.hypfvieh.db.DbConnParms
 
toString() - Method in class com.github.hypfvieh.db.SimpleDatabaseConnector
 
toString() - Method in enum com.github.hypfvieh.util.fx.fonts.WeatherFonts
 
TypIcons - Enum in com.github.hypfvieh.util.fx.fonts
 

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.

V

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.

W

WeatherFonts - Enum in com.github.hypfvieh.util.fx.fonts
 

X

XmlConfigBuilder - Class in com.github.hypfvieh.config.xml
Builder for XmlConfiguration.
XmlConfigBuilder() - Constructor for class com.github.hypfvieh.config.xml.XmlConfigBuilder
 
XmlConfiguration - Class in com.github.hypfvieh.config.xml
Slim replacement for commons-configuration2 XMLConfiguration.

Z

Zocial - Enum in com.github.hypfvieh.util.fx.fonts
 
A B C D E F G H I K L M O P R S T U V W X Z 
Skip navigation links

Copyright © 2018. All rights reserved.