All Classes
Class | Description |
---|---|
AbstractMFXDialog | |
ButtonType | |
DepthLevel |
Enumerator which defines 5 levels of
DropShadow effects from LEVEL1 to LEVEL5 . |
DialogType | |
HexToRGBColor | |
Loader |
Convenience class to avoid duplicated code in
MFXHLoader and MFXVLoader classes |
MFXAnimationFactory |
Convenience factory for various animations applied to
Node s |
MFXButton |
This is the implementation of a button following Google's material design guidelines in JavaFX.
|
MFXButtonSkin |
This is the implementation of the
Skin associated with every MFXButton . |
MFXCheckbox |
This is the implementation of a checkbox following Google's material design guidelines in JavaFX.
|
MFXCheckboxSkin |
This is the implementation of the
Skin associated with every MFXCheckbox . |
MFXDepthManager |
Utility class which manages a preset number of
DropShadow effects ordered by DepthLevel . |
MFXDialog | |
MFXDialogFactory |
Factory class to build specific
MFXDialog s and generic MFXDialog s. |
MFXHLoader |
Convenience class for creating dashboards, no more hassle on managing multiple views.
|
MFXLoadItem |
Support bean for
MFXHLoader and MFXVLoader
Basically a wrapper for a Node 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, the URL of the fxml file,
and an index which represents the toggle button position in the children list of the loader. |
MFXResourcesLoader |
Utility class which manages the access to this project's assets.
|
MFXResourcesManager | |
MFXResourcesManager.MarkType |
Convenience enum to keep and get SVG paths for different types of check marks.
|
MFXResourcesManager.SVGResources |
Convenience enum to keep and get various SVG paths.
|
MFXScrimEffect |
From Google's material design guidelines:
|
MFXStageDialog |
Wrapper class for creating MFXDialogs that use a new
Stage to show instead of using a container. |
MFXStageDialogFactory |
Factory class to build
MFXStageDialog s |
MFXToggleButton |
This is the implementation of a toggle button following Google's material design guidelines in JavaFX.
|
MFXToggleButtonSkin |
This is the implementation of the
Skin associated with every MFXToggleButton . |
MFXToggleNode | |
MFXVLoader |
Convenience class for creating dashboards, no more hassle on managing multiple views.
|
NodeUtils |
Utility class which provides convenience methods for working with Nodes
|
RippleClipType | |
RippleEffect | |
RippleEffectFactory | |
RippleGenerator | |
ToggleButtonsUtil | |
ToggleNodeShape |