Index
A B C D E F G H I L M N O P R S T U V W X
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
A
- AbstractMFXDialog - Class in io.github.palexdev.materialfx.controls.base
-
Base class for a material dialog.
- AbstractMFXDialog() - Constructor for class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
- AbstractMFXNotificationPane - Class in io.github.palexdev.materialfx.controls.base
-
Base class for a material notification content pane.
- AbstractMFXNotificationPane() - Constructor for class io.github.palexdev.materialfx.controls.base.AbstractMFXNotificationPane
- add(E) - Method in class io.github.palexdev.materialfx.collections.CircularQueue
-
Adds the specified element to the queue and if it is full removes the oldest element and then adds the new one.
- addAlwaysOneSelectedSupport(ToggleGroup) - Static method in class io.github.palexdev.materialfx.utils.ToggleButtonsUtil
-
Adds a handler to the given
ToggleGroup
to make sure there's always at least oneToggleButton
selected. - addButton(int, Button) - Method in class io.github.palexdev.materialfx.controls.SimpleMFXNotificationPane
-
Adds the specified button to the HBox at the bottom of the VBox at the specified index.
- addButton(Button) - Method in class io.github.palexdev.materialfx.controls.SimpleMFXNotificationPane
-
Adds the specified button the the HBox at the bottom of the VBox.
- addItem(int, String, ToggleButton, URL) - Method in class io.github.palexdev.materialfx.controls.MFXHLoader
-
Checks if the given fxml file is valid, then adds a new
MFXItem
to the map with the given key. - addItem(int, String, ToggleButton, URL) - Method in class io.github.palexdev.materialfx.controls.MFXVLoader
-
Checks if the given fxml file is valid, then adds a new
MFXItem
to the map with the given key. - addItem(int, String, ToggleButton, URL, Callback<Class<?>, Object>) - Method in class io.github.palexdev.materialfx.controls.MFXHLoader
-
Checks if the given fxml file is valid, then adds a new
MFXItem
to the map with the given key. - addItem(int, String, ToggleButton, URL, Callback<Class<?>, Object>) - Method in class io.github.palexdev.materialfx.controls.MFXVLoader
-
Checks if the given fxml file is valid, then adds a new
MFXItem
to the map with the given key. - addItem(int, ToggleButton, URL) - Method in class io.github.palexdev.materialfx.controls.MFXHLoader
-
Checks if the given fxml file is valid, then adds a new
MFXItem
to the map with a default key. - addItem(int, ToggleButton, URL) - Method in class io.github.palexdev.materialfx.controls.MFXVLoader
-
Checks if the given fxml file is valid, then adds a new
MFXItem
to the map with a default key. - addItem(int, ToggleButton, URL, Callback<Class<?>, Object>) - Method in class io.github.palexdev.materialfx.controls.MFXHLoader
-
Checks if the given fxml file is valid, then adds a new
MFXItem
to the map with a default key. - addItem(int, ToggleButton, URL, Callback<Class<?>, Object>) - Method in class io.github.palexdev.materialfx.controls.MFXVLoader
-
Checks if the given fxml file is valid, then adds a new
MFXItem
to the map with a default key. - addOverlayHandler() - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
-
When the
overlayClose
property is set to true, adds theEventHandler
for the close. - ANGLE_DOWN - io.github.palexdev.materialfx.MFXResourcesManager.SVGResources
- animateBackgroundProperty() - Method in class io.github.palexdev.materialfx.effects.RippleGenerator
- animateIn - Variable in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
-
Specifies whether to play the inAnimation when
show()
is called or not. - animateInProperty() - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
-
Specifies whether to play the inAnimation when
show()
is called or not. - animateOut - Variable in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
-
Specifies whether to play the outAnimation when
close()
is called or not. - animateOutProperty() - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
-
Specifies whether to play the outAnimation when
close()
is called or not. - animationMillis - Variable in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
-
Specifies the duration of in and out animations.
- animationMillisProperty() - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
-
Specifies the duration of in and out animations.
- animationMillisProperty() - Method in class io.github.palexdev.materialfx.controls.MFXHLoader
- animationMillisProperty() - Method in class io.github.palexdev.materialfx.controls.MFXVLoader
- automaticColorAdjustmentProperty() - Method in class io.github.palexdev.materialfx.controls.MFXToggleButton
-
When this is set to true and toggle color is changed the untoggle color is automatically adjusted.
All Classes|All Packages