Index
A B C D E F G H I L M N O R S T U V W X
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
M
- makeDraggable() - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
-
When the
isDraggable
property is set to true, adds theEventHandler
s for the drag. - markTypeProperty() - Method in class io.github.palexdev.materialfx.controls.MFXCheckbox
-
Specifies the SVG path(shape) of the mark from a predefined set.
- MaterialFX.materialfx.main - module MaterialFX.materialfx.main
- MFXAnimationFactory - Enum in io.github.palexdev.materialfx.controls.factories
-
Convenience factory for various animations applied to
Node
s - MFXButton - Class in io.github.palexdev.materialfx.controls
-
This is the implementation of a button following Google's material design guidelines in JavaFX.
- MFXButton() - Constructor for class io.github.palexdev.materialfx.controls.MFXButton
- MFXButton(String) - Constructor for class io.github.palexdev.materialfx.controls.MFXButton
- MFXButton(String, double, double) - Constructor for class io.github.palexdev.materialfx.controls.MFXButton
- MFXButton(String, Node) - Constructor for class io.github.palexdev.materialfx.controls.MFXButton
- MFXButtonSkin - Class in io.github.palexdev.materialfx.skins
-
This is the implementation of the
Skin
associated with everyMFXButton
. - MFXButtonSkin(MFXButton, DepthLevel) - Constructor for class io.github.palexdev.materialfx.skins.MFXButtonSkin
- MFXCheckbox - Class in io.github.palexdev.materialfx.controls
-
This is the implementation of a checkbox following Google's material design guidelines in JavaFX.
- MFXCheckbox() - Constructor for class io.github.palexdev.materialfx.controls.MFXCheckbox
- MFXCheckbox(String) - Constructor for class io.github.palexdev.materialfx.controls.MFXCheckbox
- MFXCheckboxSkin - Class in io.github.palexdev.materialfx.skins
-
This is the implementation of the
Skin
associated with everyMFXCheckbox
. - MFXCheckboxSkin(MFXCheckbox) - Constructor for class io.github.palexdev.materialfx.skins.MFXCheckboxSkin
- MFXDepthManager - Class in io.github.palexdev.materialfx.effects
-
Utility class which manages a preset number of
DropShadow
effects ordered byDepthLevel
. - MFXDepthManager() - Constructor for class io.github.palexdev.materialfx.effects.MFXDepthManager
- MFXDialog - Class in io.github.palexdev.materialfx.controls
- MFXDialog() - Constructor for class io.github.palexdev.materialfx.controls.MFXDialog
- MFXDialogFactory - Class in io.github.palexdev.materialfx.controls.factories
-
Factory class to build specific
MFXDialog
s and genericMFXDialog
s. - MFXHLoader - Class in io.github.palexdev.materialfx.controls
-
Convenience class for creating dashboards, no more hassle on managing multiple views.
- MFXHLoader() - Constructor for class io.github.palexdev.materialfx.controls.MFXHLoader
- MFXHLoader(Pane) - Constructor for class io.github.palexdev.materialfx.controls.MFXHLoader
- MFXLoadItem - Class in io.github.palexdev.materialfx.beans
-
Support bean for
MFXHLoader
andMFXVLoader
Basically a wrapper for aNode
which is the root of an fxml file, the controller factory of the fxml file, the toggle button associated with the item which is responsible for the views switching, theURL
of the fxml file, and an index which represents the toggle button position in the children list of the loader. - MFXLoadItem(int, ToggleButton, URL) - Constructor for class io.github.palexdev.materialfx.beans.MFXLoadItem
- MFXLoadItem(int, ToggleButton, URL, Callback<Class<?>, Object>) - Constructor for class io.github.palexdev.materialfx.beans.MFXLoadItem
- MFXResourcesLoader - Class in io.github.palexdev.materialfx
-
Utility class which manages the access to this project's assets.
- MFXResourcesManager - Class in io.github.palexdev.materialfx
- MFXResourcesManager.MarkType - Enum in io.github.palexdev.materialfx
-
Convenience enum to keep and get SVG paths for different types of check marks.
- MFXResourcesManager.SVGResources - Enum in io.github.palexdev.materialfx
-
Convenience enum to keep and get various SVG paths.
- MFXScrimEffect - Class in io.github.palexdev.materialfx.effects
-
From Google's material design guidelines:
- MFXScrimEffect() - Constructor for class io.github.palexdev.materialfx.effects.MFXScrimEffect
- MFXStageDialog - Class in io.github.palexdev.materialfx.controls
-
Wrapper class for creating MFXDialogs that use a new
Stage
to show instead of using a container. - MFXStageDialog(AbstractMFXDialog) - Constructor for class io.github.palexdev.materialfx.controls.MFXStageDialog
- MFXStageDialog(DialogType, String, String) - Constructor for class io.github.palexdev.materialfx.controls.MFXStageDialog
- MFXStageDialogFactory - Class in io.github.palexdev.materialfx.controls.factories
-
Factory class to build
MFXStageDialog
s - MFXStageDialogFactory() - Constructor for class io.github.palexdev.materialfx.controls.factories.MFXStageDialogFactory
- MFXToggleButton - Class in io.github.palexdev.materialfx.controls
-
This is the implementation of a toggle button following Google's material design guidelines in JavaFX.
- MFXToggleButton() - Constructor for class io.github.palexdev.materialfx.controls.MFXToggleButton
- MFXToggleButton(String) - Constructor for class io.github.palexdev.materialfx.controls.MFXToggleButton
- MFXToggleButton(String, Node) - Constructor for class io.github.palexdev.materialfx.controls.MFXToggleButton
- MFXToggleButtonSkin - Class in io.github.palexdev.materialfx.skins
-
This is the implementation of the
Skin
associated with everyMFXToggleButton
. - MFXToggleButtonSkin(MFXToggleButton) - Constructor for class io.github.palexdev.materialfx.skins.MFXToggleButtonSkin
- MFXToggleNode - Class in io.github.palexdev.materialfx.controls
- MFXToggleNode() - Constructor for class io.github.palexdev.materialfx.controls.MFXToggleNode
- MFXToggleNode(String) - Constructor for class io.github.palexdev.materialfx.controls.MFXToggleNode
- MFXToggleNode(String, Node) - Constructor for class io.github.palexdev.materialfx.controls.MFXToggleNode
- MFXToggleNode(Node) - Constructor for class io.github.palexdev.materialfx.controls.MFXToggleNode
- MFXVLoader - Class in io.github.palexdev.materialfx.controls
-
Convenience class for creating dashboards, no more hassle on managing multiple views.
- MFXVLoader() - Constructor for class io.github.palexdev.materialfx.controls.MFXVLoader
- MFXVLoader(Pane) - Constructor for class io.github.palexdev.materialfx.controls.MFXVLoader
- modalScrim(Pane, Node, double) - Method in class io.github.palexdev.materialfx.effects.MFXScrimEffect
-
Adds a scrim effect to the specified pane with specified opacity.
- MODENA - io.github.palexdev.materialfx.MFXResourcesManager.MarkType
All Classes|All Packages