Skip navigation links
A B C D E F G H I N O P R S T V W 

A

AboutDialog - Class in net.lustenauer.utils.jfx.dialogs
Created by Patric Hollenstein on 01.11.17.
AboutDialog() - Constructor for class net.lustenauer.utils.jfx.dialogs.AboutDialog
Create a empty about dialog
AboutDialog(String, String) - Constructor for class net.lustenauer.utils.jfx.dialogs.AboutDialog
 
AboutDialog(String, String, String) - Constructor for class net.lustenauer.utils.jfx.dialogs.AboutDialog
 
AboutDialog(Window, String, String, String) - Constructor for class net.lustenauer.utils.jfx.dialogs.AboutDialog
 
Action - Enum in net.lustenauer.common
contains a enum of public usable actions
add(E) - Method in class net.lustenauer.utils.collections.ObservableQueue
 
addValidator(Validator) - Method in class net.lustenauer.utils.jfx.controls.validation.Validation
Add a given validator
ALERT - Class in net.lustenauer.utils.jfx.dialogs
Collection off alert dialogs
ALERT() - Constructor for class net.lustenauer.utils.jfx.dialogs.ALERT
 
Arr - Class in net.lustenauer.utils.arrays
Useful array method's
Arr() - Constructor for class net.lustenauer.utils.arrays.Arr
 
arrayFormat(String, Object[]) - Static method in class net.lustenauer.utils.strings.Formatter
Use slf4j MessageFormatter but make some changes to return only String
AutoCompleteComboBoxListener<T> - Class in net.lustenauer.utils.jfx.controls.combobox
Created by Patric Hollenstein on 29.10.17.
AutoCompleteComboBoxListener(ComboBox) - Constructor for class net.lustenauer.utils.jfx.controls.combobox.AutoCompleteComboBoxListener
 

B

Bit - Class in net.lustenauer.utils.bits
 
Bit() - Constructor for class net.lustenauer.utils.bits.Bit
 

C

cancelEdit() - Method in class net.lustenauer.utils.jfx.controls.tableview.EditCell
 
closeWindow(Pane) - Static method in class net.lustenauer.utils.jfx.FX
Helper to close the given stage
COL - Class in net.lustenauer.utils.collections
 
COL() - Constructor for class net.lustenauer.utils.collections.COL
 
commitEdit(T) - Method in class net.lustenauer.utils.jfx.controls.tableview.EditCell
 
createStringEditCell() - Static method in class net.lustenauer.utils.jfx.controls.tableview.EditCell
Convenience method for creating an EditCell for a String value.

D

DOUBLE - Class in net.lustenauer.utils.numbers
 
DOUBLE() - Constructor for class net.lustenauer.utils.numbers.DOUBLE
 
DoubleTextInputDialog - Class in net.lustenauer.utils.jfx.dialogs
Create a dialogs with two text inputs
DoubleTextInputDialog() - Constructor for class net.lustenauer.utils.jfx.dialogs.DoubleTextInputDialog
 
DoubleTextInputDialog(String, String) - Constructor for class net.lustenauer.utils.jfx.dialogs.DoubleTextInputDialog
 

E

EditCell<S,T> - Class in net.lustenauer.utils.jfx.controls.tableview
(Fairly) reusable edit cell that commits on loss of focus on the text field.
EditCell(StringConverter<T>) - Constructor for class net.lustenauer.utils.jfx.controls.tableview.EditCell
 
element() - Method in class net.lustenauer.utils.collections.ObservableQueue
 
ENUM - Class in net.lustenauer.utils.jfx.common
Some common enum methods
exceptionDialog(Window, String, String, String, Exception) - Static method in class net.lustenauer.utils.jfx.dialogs.ALERT
Exception Dialog from http://code.makery.ch/blog/javafx-dialogs-official/

F

findObsoleteElements(Collection<E>, Collection<E>) - Static method in class net.lustenauer.utils.collections.COL
Returns a Collection of obsolete elements.
findObsoleteElementsList(Collection<E>, Collection<E>) - Static method in class net.lustenauer.utils.collections.COL
Returns a List of obsolete elements.
findObsoleteElementsSet(Collection<E>, Collection<E>) - Static method in class net.lustenauer.utils.collections.COL
Returns a Set of obsolete elements.
form(String, Object) - Static method in class net.lustenauer.utils.strings.STR
Performs single argument substitution for the 'pattern' passed as parameter.
form(String, Object, Object) - Static method in class net.lustenauer.utils.strings.STR
Performs a two argument substitution for the 'pattern' passed as parameter.
form(String, Object...) - Static method in class net.lustenauer.utils.strings.STR
Performs a multiple argument substitution for the 'pattern' passed as parameter.
Formatter - Class in net.lustenauer.utils.strings
Helper methods to format String like SLF4J according to very simple substitution rules.
FX - Class in net.lustenauer.utils.jfx
Contains some helper for javafx
FX() - Constructor for class net.lustenauer.utils.jfx.FX
 

G

get(int) - Method in class net.lustenauer.utils.collections.ObservableQueue
 
getBit(byte, int) - Static method in class net.lustenauer.utils.bits.Bit
Get the value off a bit in the given byte
getMessage() - Method in class net.lustenauer.utils.jfx.controls.validation.Validator
 
getMessages() - Method in class net.lustenauer.utils.jfx.controls.validation.Validation
Give a list with all the messages from validation
getText1Value() - Method in class net.lustenauer.utils.jfx.dialogs.DoubleTextInputDialog
Get the text from the first text field
getText2Value() - Method in class net.lustenauer.utils.jfx.dialogs.DoubleTextInputDialog
Get the text from the 2nd text field

H

handle(KeyEvent) - Method in class net.lustenauer.utils.jfx.controls.combobox.AutoCompleteComboBoxListener
 

I

IDENTITY_CONVERTER - Static variable in class net.lustenauer.utils.jfx.controls.tableview.EditCell
Convenience converter that does nothing (converts Strings to themselves and vice-versa...).
INT - Class in net.lustenauer.utils.numbers
 
INT() - Constructor for class net.lustenauer.utils.numbers.INT
 
intToByteArray(int) - Static method in class net.lustenauer.utils.arrays.Arr
Convert integer to byte array
isValid() - Method in class net.lustenauer.utils.jfx.controls.validation.Validation
check all validators and return false when one of theme is not valid
isValid() - Method in class net.lustenauer.utils.jfx.controls.validation.Validator
 

N

net.lustenauer.common - package net.lustenauer.common
 
net.lustenauer.utils.arrays - package net.lustenauer.utils.arrays
 
net.lustenauer.utils.bits - package net.lustenauer.utils.bits
 
net.lustenauer.utils.collections - package net.lustenauer.utils.collections
 
net.lustenauer.utils.jfx - package net.lustenauer.utils.jfx
 
net.lustenauer.utils.jfx.common - package net.lustenauer.utils.jfx.common
 
net.lustenauer.utils.jfx.controls.combobox - package net.lustenauer.utils.jfx.controls.combobox
 
net.lustenauer.utils.jfx.controls.statusbar - package net.lustenauer.utils.jfx.controls.statusbar
 
net.lustenauer.utils.jfx.controls.tableview - package net.lustenauer.utils.jfx.controls.tableview
 
net.lustenauer.utils.jfx.controls.validation - package net.lustenauer.utils.jfx.controls.validation
 
net.lustenauer.utils.jfx.dialogs - package net.lustenauer.utils.jfx.dialogs
 
net.lustenauer.utils.numbers - package net.lustenauer.utils.numbers
 
net.lustenauer.utils.s7 - package net.lustenauer.utils.s7
 
net.lustenauer.utils.strings - package net.lustenauer.utils.strings
 

O

ObservableQueue<E> - Class in net.lustenauer.utils.collections
Found class @https://stackoverflow.com/questions/28449809/why-are-there-no-observablequeues-in-javafx/28468340
ObservableQueue(Queue<E>) - Constructor for class net.lustenauer.utils.collections.ObservableQueue
Creates an ObservableQueue backed by the supplied Queue.
ObservableQueue() - Constructor for class net.lustenauer.utils.collections.ObservableQueue
Creates an ObservableQueue backed by a LinkedList.
offer(E) - Method in class net.lustenauer.utils.collections.ObservableQueue
 

P

parseDouble(String) - Static method in class net.lustenauer.utils.numbers.DOUBLE
Parses the string argument as a double value and returns 0.0 when the string is not valid
parseInt(String) - Static method in class net.lustenauer.utils.numbers.INT
Parses the string argument as a signed decimal integer
peek() - Method in class net.lustenauer.utils.collections.ObservableQueue
 
poll() - Method in class net.lustenauer.utils.collections.ObservableQueue
 

R

remove() - Method in class net.lustenauer.utils.collections.ObservableQueue
 

S

S7 - Class in net.lustenauer.utils.s7
 
S7() - Constructor for class net.lustenauer.utils.s7.S7
 
s7baToStr(byte[]) - Static method in class net.lustenauer.utils.s7.S7
Convert an S7 string saved in a byte array to a java string.
set(StatusBar, String, Status) - Static method in class net.lustenauer.utils.jfx.controls.statusbar.StatBar
Set the given text with a status to the status bar
setBackgroundImage(String) - Method in class net.lustenauer.utils.jfx.dialogs.AboutDialog
Sets the background image of the dialog with the given URL
setBit(byte, int, boolean) - Static method in class net.lustenauer.utils.bits.Bit
Set a bit in the given byte with the given value
setLabel1Value(String) - Method in class net.lustenauer.utils.jfx.dialogs.DoubleTextInputDialog
Set the text of the 1st label
setLabel2Value(String) - Method in class net.lustenauer.utils.jfx.dialogs.DoubleTextInputDialog
Set the text of the 2nd label
setMessage(String) - Method in class net.lustenauer.utils.jfx.controls.validation.Validator
 
setText1Value(String) - Method in class net.lustenauer.utils.jfx.dialogs.DoubleTextInputDialog
Set the text of the first textField
setText2Value(String) - Method in class net.lustenauer.utils.jfx.dialogs.DoubleTextInputDialog
Set the text of the 2nd text field
setValid(boolean) - Method in class net.lustenauer.utils.jfx.controls.validation.Validator
 
size() - Method in class net.lustenauer.utils.collections.ObservableQueue
 
stage(Pane) - Static method in class net.lustenauer.utils.jfx.FX
Helper returns the stage from the given node
startEdit() - Method in class net.lustenauer.utils.jfx.controls.tableview.EditCell
 
StatBar - Class in net.lustenauer.utils.jfx.controls.statusbar
Helper class for StatusBar in JavaFx
StatBar() - Constructor for class net.lustenauer.utils.jfx.controls.statusbar.StatBar
 
StatBar.Status - Enum in net.lustenauer.utils.jfx.controls.statusbar
Deprecated.
1.2.0 use Status
Status - Enum in net.lustenauer.common
couple of status values for common use Status.NONE Status.OK Status.FAULT Status.WARN Status.INFO
STR - Class in net.lustenauer.utils.strings
Some String methods
substr(String, int, int) - Static method in class net.lustenauer.utils.strings.STR
Similar to substring from the String class but with more error handling.

T

TextFieldValidator - Class in net.lustenauer.utils.jfx.controls.validation
Created by Patric Hollenstein on 01.11.17.
TextFieldValidator(TextField, String) - Constructor for class net.lustenauer.utils.jfx.controls.validation.TextFieldValidator
 
title(Pane, String) - Static method in class net.lustenauer.utils.jfx.FX
Helper to set the given value as title in the given pane
toList(Class<E>) - Static method in class net.lustenauer.utils.jfx.common.ENUM
This method returns a list witch contains all not Deprecated annotated entries off the given enum.
toStringList(Collection<E>) - Static method in class net.lustenauer.utils.collections.COL
Return the toString from all values off the collection as a list of String

V

Validation - Class in net.lustenauer.utils.jfx.controls.validation
 
Validation() - Constructor for class net.lustenauer.utils.jfx.controls.validation.Validation
 
Validator - Class in net.lustenauer.utils.jfx.controls.validation
Created by Patric Hollenstein on 01.11.17.
Validator() - Constructor for class net.lustenauer.utils.jfx.controls.validation.Validator
 
valueOf(String) - Static method in enum net.lustenauer.common.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.lustenauer.common.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.lustenauer.utils.jfx.controls.statusbar.StatBar.Status
Deprecated.
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.lustenauer.common.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.lustenauer.common.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.lustenauer.utils.jfx.controls.statusbar.StatBar.Status
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.

W

win(Pane) - Static method in class net.lustenauer.utils.jfx.FX
Helper returns the window from the given node
A B C D E F G H I N O P R S T V W 
Skip navigation links

Copyright © 2018. All rights reserved.