Index
Alle Klassen und Schnittstellen|Alle Packages
A
- addMouseEventHandler(Node, EventType<MouseEvent>, EventHandler<? super MouseEvent>) - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Attaches a mouse event handler to a given node for a specific event type.
- addTaskTracker(FxTaskTracker) - Methode in Klasse com.dua3.utility.fx.FxService
-
Adds an FxTaskTracker to the list of task trackers.
C
- checkApplicationThread() - Statische Methode in Klasse com.dua3.utility.fx.PlatformHelper
-
Checks if the current thread is the FX Application Thread.
- clear(TableView<T>) - Statische Methode in Klasse com.dua3.utility.fx.TableViews
-
Clear TableView.
- clip(Path2f) - Methode in Klasse com.dua3.utility.fx.FxGraphics
- clip(Rectangle2f) - Methode in Klasse com.dua3.utility.fx.FxGraphics
- close() - Methode in Klasse com.dua3.utility.fx.FxGraphics
- colorConverter() - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Creates and returns a converter between com.dua3.utility.data.Color and javafx.scene.paint.Color.
- com.dua3.utility.fx - Modul com.dua3.utility.fx
-
Utility module for JavaFX.
- com.dua3.utility.fx - Package com.dua3.utility.fx
-
JavaFX related classes and utilities.
- constant(boolean) - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Returns an ObservableBooleanValue that represents the specified boolean constant.
- control() - Methode in Datensatzklasse com.dua3.utility.fx.ValidationResult
-
Gibt den Wert für die Datensatzkomponente
controlzurück. - convert(Color) - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Convert
ColortoColor. - convert(Image) - Methode in Klasse com.dua3.utility.fx.FxImageUtil
- convert(AffineTransformation2f) - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Convert
AffineTransformation2fto JavaFXAffine. - convert(FillRule) - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Convert
FillRuleto JavaFXFillRule. - convert(Path2f) - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Converts a
Path2fobject to aPathobject. - convert(Rectangle2f) - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Convert a
Rectangle2fobject to a JavaFXRectangleobject. - convert(Font) - Methode in Klasse com.dua3.utility.fx.FxFontUtil
-
Converts a com.dua3.utility.text.Font object to a JavaFX Font object.
- convert(Font) - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Convert
Fontto JavaFXFont. - convert(Bounds) - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Convert a JavaFX
Boundsobject to aRectangle2fobject. - convert(Rectangle2D) - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Convert a JavaFX
Rectangleobject to aRectangle2fobject. - convert(Image) - Methode in Klasse com.dua3.utility.fx.FxImageUtil
- convert(Color) - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Convert
toColor. - convert(FillRule) - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Convert
FillRuleto JavaFXFillRule. - convert(Font) - Methode in Klasse com.dua3.utility.fx.FxFontUtil
-
Converts a JavaFX Font object to a com.dua3.utility.text.Font object.
- convert(Font) - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Convert JavaFX
FonttoFont. - convert(Affine) - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Convert JavaFX
AffinetoAffineTransformation2f. - convert(P, Converter<A, B>) - Statische Methode in Klasse com.dua3.utility.fx.PropertyConverter
-
Converts a property of one type to another type using the provided converter, maintaining bidirectional synchronization between the original and converted properties.
- convertReadOnly(V, Converter<A, B>) - Statische Methode in Klasse com.dua3.utility.fx.PropertyConverter
-
Converts a given read/write property of type A to a read-only property of type B using the specified converter.
- convertReadOnly(V, Function<A, B>) - Statische Methode in Klasse com.dua3.utility.fx.PropertyConverter
-
Converts a given read/write property of type A to a read-only property of type B using the specified converter.
- convertToJavaFxPath(Path2f) - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Converts a Path2f object to a JavaFX Path.
- copyToClipboard(Image) - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Copy image to clipboard.
- copyToClipboard(RichText) - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Copy text to clipboard.
- copyToClipboard(String) - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Copy text to clipboard.
- copyToClipboard(Path) - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Copy file/folder to clipboard.
- copyToClipboard(Collection<? extends Path>) - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Copy files/folders to clipboard.
- copyToClipboard(Image) - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Copy image to clipboard.
- create(int, int, int[]) - Methode in Klasse com.dua3.utility.fx.FxImageUtil
- create(String, Runnable) - Statische Methode in Klasse com.dua3.utility.fx.FxRefresh
-
Create new instance.
- create(String, Runnable, boolean) - Statische Methode in Klasse com.dua3.utility.fx.FxRefresh
-
Create new instance.
- create(String, Runnable, Node) - Statische Methode in Klasse com.dua3.utility.fx.FxRefresh
-
Create a refresher instance for a JavaFX
Node. - create(String, Runnable, Node, boolean) - Statische Methode in Klasse com.dua3.utility.fx.FxRefresh
-
Create a refresher instance for a JavaFX
Node. - createTask() - Methode in Klasse com.dua3.utility.fx.FxService
D
- deriveFont(Font, FontDef) - Methode in Klasse com.dua3.utility.fx.FxFontUtil
- doCreateTask() - Methode in Klasse com.dua3.utility.fx.FxService
-
Creates and returns a custom task to be executed by the FxService.
- dragEventHandler(Function<? super List<Path>, ? extends Collection<TransferMode>>) - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Create an
EventHandler<DragEvent>that accepts dragging files. - drawImage(Image, float, float) - Methode in Klasse com.dua3.utility.fx.FxGraphics
- drawText(CharSequence, float, float) - Methode in Klasse com.dua3.utility.fx.FxGraphics
- dropEventHandler(Consumer<? super List<Path>>) - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Create an
EventHandler<DragEvent>that accepts paths.
E
- equals(Object) - Methode in Klasse com.dua3.utility.fx.FxFontEmbedded
- equals(Object) - Methode in Datensatzklasse com.dua3.utility.fx.FxImage
-
Gibt an, ob ein anderes Objekt diesem gleich ("equal to") ist.
- equals(Object) - Methode in Datensatzklasse com.dua3.utility.fx.ValidationResult
-
Gibt an, ob ein anderes Objekt diesem gleich ("equal to") ist.
- error(Control, String) - Statische Methode in Datensatzklasse com.dua3.utility.fx.ValidationResult
-
Creates a
ValidationResultindicating an error for the specified control, with the given error message. - ERROR - Enum-Konstante in Enum-Klasse com.dua3.utility.fx.ValidationResult.Level
-
Represents an error level validation result.
F
- FALSE - Statische Variable in Klasse com.dua3.utility.fx.FxUtil
-
A static constant representing a boolean property with a fixed value of
false. - fillEllipse(float, float, float, float, float) - Methode in Klasse com.dua3.utility.fx.FxGraphics
- fillPath(Path2f) - Methode in Klasse com.dua3.utility.fx.FxGraphics
- fillRect(float, float, float, float) - Methode in Klasse com.dua3.utility.fx.FxGraphics
- fontConverter() - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Provides a converter between com.dua3.utility.text.Font and javafx.scene.text.Font.
- fxFont() - Methode in Klasse com.dua3.utility.fx.FxFontEmbedded
-
Retrieves the JavaFX
Fontassociated with thisFxFontEmbedded. - FxFontEmbedded - Klasse in com.dua3.utility.fx
-
This class represents an embedded font in JavaFX.
- FxFontUtil - Klasse in com.dua3.utility.fx
-
Utility class for working with fonts in JavaFX.
- FxFontUtilProvider - Klasse in com.dua3.utility.fx
-
Implementation of the
FontUtilProviderinterface for JavaFX. - FxFontUtilProvider() - Konstruktor für Klasse com.dua3.utility.fx.FxFontUtilProvider
- FxGraphics - Klasse in com.dua3.utility.fx
-
The FxGraphics class implements the
Graphicsinterface for rendering graphics in JavaFX based applications. - FxGraphics(Canvas) - Konstruktor für Klasse com.dua3.utility.fx.FxGraphics
-
Constructs an FxGraphics instance using the provided Canvas object.
- FxGraphics(GraphicsContext, float, float) - Konstruktor für Klasse com.dua3.utility.fx.FxGraphics
-
Creates a new instance of FxGraphics with the given parameters.
- fxImage() - Methode in Datensatzklasse com.dua3.utility.fx.FxImage
-
Gibt den Wert für die Datensatzkomponente
fxImagezurück. - FxImage - Datensatzklasse in com.dua3.utility.fx
-
A record representing an image in JavaFX.
- FxImage(Image) - Konstruktor für Datensatzklasse com.dua3.utility.fx.FxImage
-
Erstellt eine Instanz einer Datensatzklasse
FxImage. - FxImageUtil - Klasse in com.dua3.utility.fx
-
Utility class for manipulating JavaFX images.
- FxImageUtilProvider - Klasse in com.dua3.utility.fx
-
Implementation of the
ImageUtilProviderinterface for JavaFX. - FxImageUtilProvider() - Konstruktor für Klasse com.dua3.utility.fx.FxImageUtilProvider
- FxLogPane - Klasse in com.dua3.utility.fx
-
FxLogPane is a custom JavaFX component that provides a log viewer with filtering and search capabilities.
- FxLogPane() - Konstruktor für Klasse com.dua3.utility.fx.FxLogPane
-
Construct a new FxLogPane instance with default buffer capacity.
- FxLogPane(int) - Konstruktor für Klasse com.dua3.utility.fx.FxLogPane
-
Construct a new FxLogPane instance with the given buffer capacity.
- FxLogPane(LogBuffer) - Konstruktor für Klasse com.dua3.utility.fx.FxLogPane
-
Construct a new FxLogPane instance with the given buffer.
- FxLogPane(LogBuffer, Function<? super LogEntry, Color>) - Konstruktor für Klasse com.dua3.utility.fx.FxLogPane
-
Constructs a new FxLogPane instance with the given LogBuffer and colorize function.
- FxLogWindow - Klasse in com.dua3.utility.fx
-
The FxLogWindow class represents a JavaFX window that displays log entries in a table view.
- FxLogWindow() - Konstruktor für Klasse com.dua3.utility.fx.FxLogWindow
-
Create a new FxLogWindow instance with a new
LogBufferusing the default capacity; - FxLogWindow(int) - Konstruktor für Klasse com.dua3.utility.fx.FxLogWindow
-
Constructs a new instance of
FxLogWindowwith the specified maximum number of lines. - FxLogWindow(LogBuffer) - Konstruktor für Klasse com.dua3.utility.fx.FxLogWindow
-
Constructs a new instance of
FxLogWindowusing the providedLogBuffer. - FxLogWindow(String) - Konstruktor für Klasse com.dua3.utility.fx.FxLogWindow
-
Create a new FxLogWindow instance with a new
LogBufferusing the default capacity; - FxLogWindow(String, int) - Konstruktor für Klasse com.dua3.utility.fx.FxLogWindow
-
Constructs a new instance of
FxLogWindowwith the specified maximum number of lines. - FxLogWindow(String, LogBuffer) - Konstruktor für Klasse com.dua3.utility.fx.FxLogWindow
-
Constructs a new instance of
FxLogWindowusing the providedLogBuffer. - FxRefresh - Klasse in com.dua3.utility.fx
-
A class intended for controlling possibly long-running update operations.
- FxService<T> - Klasse in com.dua3.utility.fx
-
Abstract class that extends the JavaFX Service class to manage tasks with progress, state, and title trackers.
- FxService() - Konstruktor für Klasse com.dua3.utility.fx.FxService
- FxTaskTracker - Schnittstelle in com.dua3.utility.fx
-
Interface for tracking and updating the state, progress, title, and message of a task.
- FxUtil - Klasse in com.dua3.utility.fx
-
JavaFX utility class.
G
- get() - Methode in Klasse com.dua3.utility.fx.FxFontUtilProvider
- get() - Methode in Klasse com.dua3.utility.fx.FxImageUtilProvider
- getArgb() - Methode in Datensatzklasse com.dua3.utility.fx.FxImage
- getDefaultFont() - Methode in Klasse com.dua3.utility.fx.FxFontUtil
- getDefaultFont() - Methode in Klasse com.dua3.utility.fx.FxGraphics
- getDisplayScale(Screen) - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Retrieves the display scale of a given
Screen. - getDisplayScale(Window) - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Returns the display scale of the given window.
- getFamilies(FontUtil.FontTypes) - Methode in Klasse com.dua3.utility.fx.FxFontUtil
- getFilesFromClipboard() - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Retrieves a collection of file paths from the system clipboard.
- getFill() - Methode in Klasse com.dua3.utility.fx.FxGraphics
- getFont() - Methode in Klasse com.dua3.utility.fx.FxGraphics
- getFontData(Font) - Statische Methode in Klasse com.dua3.utility.fx.FxFontUtil
-
Extracts font data from a JavaFX Font object.
- getFontDef(Font) - Statische Methode in Klasse com.dua3.utility.fx.FxFontUtil
-
Extracts font characteristics from a JavaFX Font object and creates a corresponding FontDef object.
- getFontUtil() - Methode in Klasse com.dua3.utility.fx.FxGraphics
- getHeight() - Methode in Klasse com.dua3.utility.fx.FxGraphics
- getImageFromClipboard() - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Retrieves an image from the system clipboard if one is available.
- getInstance() - Statische Methode in Klasse com.dua3.utility.fx.FxFontUtil
-
Returns an instance of FxUtil.
- getInstance() - Statische Methode in Klasse com.dua3.utility.fx.FxImageUtil
-
Returns the instance of FxImageUtil.
- getLogBuffer() - Methode in Klasse com.dua3.utility.fx.FxLogPane
-
Retrieves the LogBuffer associated with this FxLogPane instance.
- getLogBuffer() - Methode in Klasse com.dua3.utility.fx.FxLogWindow
-
Retrieves the LogBuffer associated with this FxLogWindow.
- getScreen(Window) - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Returns the Screen where the given Window is located.
- getStringFromClipboard() - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Retrieves a string from the system clipboard if available.
- getStrokeColor() - Methode in Klasse com.dua3.utility.fx.FxGraphics
- getStrokeWidth() - Methode in Klasse com.dua3.utility.fx.FxGraphics
- getTextBounds(CharSequence, Font) - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Returns the bounds of the given text string when rendered with the specified font.
- getTextBounds(CharSequence, Font) - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Returns the bounds of the given text string when rendered with the specified font.
- getTextDimension(CharSequence, Font) - Methode in Klasse com.dua3.utility.fx.FxFontUtil
- getTextDimension(CharSequence, Font) - Methode in Klasse com.dua3.utility.fx.FxFontUtil
-
Calculates the dimensions of the given text when rendered with the specified font.
- getTextHeight(CharSequence, Font) - Methode in Klasse com.dua3.utility.fx.FxFontUtil
- getTextHeight(CharSequence, Font) - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Returns the height of the given text string when rendered with the specified font.
- getTextWidth(CharSequence, Font) - Methode in Klasse com.dua3.utility.fx.FxFontUtil
- getTextWidth(CharSequence, Font) - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Returns the width of the given text string when rendered with the specified font.
- getTransformation() - Methode in Klasse com.dua3.utility.fx.FxGraphics
- getWidth() - Methode in Klasse com.dua3.utility.fx.FxGraphics
- growToFit(Dimension2D, Bounds) - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Calculates the dimensions required for a given
Dimension2Dobject to fit within the specifiedBounds.
H
- hashCode() - Methode in Klasse com.dua3.utility.fx.FxFontEmbedded
- hashCode() - Methode in Datensatzklasse com.dua3.utility.fx.FxImage
-
Gibt einen Hashcodewert für diese Objekt zurück.
- hashCode() - Methode in Datensatzklasse com.dua3.utility.fx.ValidationResult
-
Gibt einen Hashcodewert für diese Objekt zurück.
- height() - Methode in Datensatzklasse com.dua3.utility.fx.FxImage
I
- isActive() - Methode in Klasse com.dua3.utility.fx.FxRefresh
-
Check active state.
- isOk() - Methode in Datensatzklasse com.dua3.utility.fx.ValidationResult
-
Determines if the ValidationResult level is OK.
- isRunning() - Methode in Klasse com.dua3.utility.fx.FxRefresh
-
Check if the refresher has been started.
L
- level() - Methode in Datensatzklasse com.dua3.utility.fx.ValidationResult
-
Gibt den Wert für die Datensatzkomponente
levelzurück. - load(InputStream) - Methode in Klasse com.dua3.utility.fx.FxImageUtil
- loadFontAs(InputStream, Font) - Methode in Klasse com.dua3.utility.fx.FxFontUtil
- loadFonts(InputStream) - Methode in Klasse com.dua3.utility.fx.FxFontUtil
M
- map(ObservableList<A>, Function<A, B>) - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Maps each element of the given ObservableList using the provided mapping function.
- matches(FileChooser.ExtensionFilter, File) - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Test if filename matches filter.
- matches(FileChooser.ExtensionFilter, String) - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Test if filename matches filter.
- matches(FileChooser.ExtensionFilter, URI) - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Test if URI matches filter.
- matches(FileChooser.ExtensionFilter, Path) - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Test if file matches filter.
- merge(ValidationResult) - Methode in Datensatzklasse com.dua3.utility.fx.ValidationResult
-
Merges this
ValidationResultwith anotherValidationResult. - message() - Methode in Datensatzklasse com.dua3.utility.fx.ValidationResult
-
Gibt den Wert für die Datensatzkomponente
messagezurück.
O
- ok(Control) - Statische Methode in Datensatzklasse com.dua3.utility.fx.ValidationResult
-
Creates a ValidationResult with an OK level and an empty message for the given control.
- OK - Enum-Konstante in Enum-Klasse com.dua3.utility.fx.ValidationResult.Level
-
Represents a successful or valid result in the validation process.
P
- PlatformHelper - Klasse in com.dua3.utility.fx
-
The PlatformHelper class provides utility methods for performing tasks on the JavaFX application thread.
- PropertyConverter - Klasse in com.dua3.utility.fx
-
A utility class for converting properties between different types while maintaining synchronization between the original and converted properties.
- PropertyConverter() - Konstruktor für Klasse com.dua3.utility.fx.PropertyConverter
R
- refresh() - Methode in Klasse com.dua3.utility.fx.FxRefresh
-
Request refresh.
- removeTaskTracker(FxTaskTracker) - Methode in Klasse com.dua3.utility.fx.FxService
-
Removes an FxTaskTracker from the list of task trackers.
- reset() - Methode in Klasse com.dua3.utility.fx.FxGraphics
- resetClip() - Methode in Klasse com.dua3.utility.fx.FxGraphics
- runAndWait(Runnable) - Statische Methode in Klasse com.dua3.utility.fx.PlatformHelper
-
Run a task on the JavaFX application thread and wait for completion.
- runAndWait(Supplier<T>) - Statische Methode in Klasse com.dua3.utility.fx.PlatformHelper
-
Run a task on the JavaFX application thread and return result.
- runLater(Runnable) - Statische Methode in Klasse com.dua3.utility.fx.PlatformHelper
-
Run a task on the JavaFX application thread.
S
- setActive(boolean) - Methode in Klasse com.dua3.utility.fx.FxRefresh
-
Set active state.
- setFill(Color) - Methode in Klasse com.dua3.utility.fx.FxGraphics
- setFont(Font) - Methode in Klasse com.dua3.utility.fx.FxGraphics
- setStroke(Color, float) - Methode in Klasse com.dua3.utility.fx.FxGraphics
- setStrokeColor(Color) - Methode in Klasse com.dua3.utility.fx.FxGraphics
- setStrokeWidth(float) - Methode in Klasse com.dua3.utility.fx.FxGraphics
- setTransformation(AffineTransformation2f) - Methode in Klasse com.dua3.utility.fx.FxGraphics
- stop() - Methode in Klasse com.dua3.utility.fx.FxRefresh
-
Stop the refresher.
- strokeEllipse(float, float, float, float, float) - Methode in Klasse com.dua3.utility.fx.FxGraphics
- strokeLine(float, float, float, float) - Methode in Klasse com.dua3.utility.fx.FxGraphics
- strokePath(Path2f) - Methode in Klasse com.dua3.utility.fx.FxGraphics
- strokeRect(float, float, float, float) - Methode in Klasse com.dua3.utility.fx.FxGraphics
T
- TableViews - Klasse in com.dua3.utility.fx
-
Utility class providing methods for manipulating TableView instances.
- toObservableValue(Value<T>) - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Converts a
Valueobject into anObservableValue. - toString() - Methode in Datensatzklasse com.dua3.utility.fx.FxImage
-
Gibt eine Zeichenfolgendarstellung dieser Datensatzklasse zurück.
- toString() - Methode in Datensatzklasse com.dua3.utility.fx.ValidationResult
-
Gibt eine Zeichenfolgendarstellung dieser Datensatzklasse zurück.
- TRUE - Statische Variable in Klasse com.dua3.utility.fx.FxUtil
-
A constant ObservableBooleanValue that always holds the value
true.
U
- union(Rectangle2D, Rectangle2D) - Statische Methode in Klasse com.dua3.utility.fx.FxUtil
-
Create the union of two rectangles.
- updateTaskMessage(Task<?>, String) - Methode in Schnittstelle com.dua3.utility.fx.FxTaskTracker
-
Updates the message associated with a specified task.
- updateTaskProgress(Task<?>, double) - Methode in Schnittstelle com.dua3.utility.fx.FxTaskTracker
-
Updates the progress of a given task.
- updateTaskState(Task<?>, Worker.State) - Methode in Schnittstelle com.dua3.utility.fx.FxTaskTracker
-
Updates the state of the specified task.
- updateTaskTitle(Task<?>, String) - Methode in Schnittstelle com.dua3.utility.fx.FxTaskTracker
-
Updates the title of a given task.
V
- ValidationResult - Datensatzklasse in com.dua3.utility.fx
-
Represents the result of a validation process performed on a Control.
- ValidationResult(Control, ValidationResult.Level, String) - Konstruktor für Datensatzklasse com.dua3.utility.fx.ValidationResult
-
Erstellt eine Instanz einer Datensatzklasse
ValidationResult. - ValidationResult.Level - Enum-Klasse in com.dua3.utility.fx
-
Enum representing the level of a validation result.
- valueOf(String) - Statische Methode in Enum-Klasse com.dua3.utility.fx.ValidationResult.Level
-
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
- values() - Statische Methode in Enum-Klasse com.dua3.utility.fx.ValidationResult.Level
-
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
W
A C D E F G H I L M O P R S T U V WAlle Klassen und Schnittstellen|Alle Packages