All Classes
Class | Description |
---|---|
AbstractMFXDialog |
Base class for a material dialog.
|
AbstractMFXNotificationPane |
Base class for a material notification content pane.
|
ButtonType | |
CircularQueue<E> |
This is the implementation of a circular FIFO queue.
|
ColorUtils |
Utils class for JavaFX's
Color s and CSS. |
DepthLevel |
Enumerator which defines 6 levels of
DropShadow effects from LEVEL0 to LEVEL5 . |
DialogType | |
LabelUtils |
Utils class for JavaFX's
Label s. |
LoaderUtils |
Convenience class to avoid duplicated code in
MFXHLoader and MFXVLoader classes |
LoggingUtils |
Utils class for logging.
|
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 |
This is the implementation of a dialog following Google's material design guidelines in JavaFX.
|
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. |
MFXNotification |
This is the implementation of a popup notification in JavaFX.
|
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:
|
MFXScrollPane |
This is the implementation of a scroll pane following Google's material design guidelines in JavaFX.
|
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 |
This control is basically a
ToggleButton but it is mostly used to contain graphic rather than text. |
MFXTooltip |
Workaround class to make JavaFX's Tooltips remain open as long as the mouse
in on the Tooltip's node.
|
MFXVLoader |
Convenience class for creating dashboards, no more hassle on managing multiple views.
|
NodeUtils |
Utility class which provides convenience methods for working with Nodes
|
NotificationPos | |
NotificationsManager |
This class is a notification system, its job is to manage the incoming notifications
by sending them to the correct position.
|
PositionManager |
Support class for the
NotificationManager . |
RippleClipType | |
RippleEffect | Deprecated. |
RippleEffectFactory | Deprecated. |
RippleGenerator |
Convenience class for creating highly customizable ripple effects.
|
SimpleMFXNotificationPane |
This class extends
AbstractMFXNotificationPane and it serves as an
example of a basic pane for a MFXNotification . |
StringUtils |
Utils class for
String s. |
ToggleButtonsUtil |
Utils class for
ToggleButton s. |
ToggleNodeShape |