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
isDraggableproperty is set to true, adds theEventHandlers 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
Nodes - 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
Skinassociated 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
Skinassociated 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
DropShadoweffects 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
MFXDialogs and genericMFXDialogs. - 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
MFXHLoaderandMFXVLoaderBasically a wrapper for aNodewhich 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, theURLof 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
Stageto 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
MFXStageDialogs - 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
Skinassociated 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