All Classes

Class Description
AbstractFlowlessListView<T,​C extends AbstractMFXFlowlessListCell<T>,​S extends IListSelectionModel<T>>
Base class for all list views based on Flowless, defines common properties and behavior.
AbstractMFXDialog
Base class for a material dialog.
AbstractMFXFlowlessListCell<T>
Base class for all cells used in list views based on Flowless, defines common properties and behavior.
AbstractMFXNotificationPane
Base class for a material notification content pane.
AbstractMFXTreeCell<T>
Base class for every cell used by MFXTreeItems.
AbstractMFXTreeItem<T>
Base class for every item used in MFXTreeView.
AbstractMFXValidator
Base class for all validators.
BooleanListBinding  
ButtonType  
Cell<T,​N extends Node>
Provides efficient memory usage by wrapping a Node within this object and reusing it when Cell.isReusable() is true.
CircularQueue<E>
This is the implementation of a circular FIFO queue.
ColorUtils
Utils class for JavaFX's Colors and CSS.
ComboSelectionModelMock<T>
Rather than recreating and adapting the entire JavaFX's selection model for usage in MFXComboBox we "mock" it.
DepthLevel
Enumerator which defines 6 levels of DropShadow effects from LEVEL0 to LEVEL5.
DialogType  
DragResizer  
FontHandler
Handler for MaterialFX font resources.
FontResources
Enumerator class for MaterialFX font resources.
IFilterable
This interface allows filtering a MFXTableView without using an object toString() method but rather using a specific method.
IListCheckModel<T>
Public API used by any MFXFlowlessCheckListView.
IListSelectionModel<T>
Public API used by any MFXFlowlessListView.
IListView<T,​C extends AbstractMFXFlowlessListCell<T>,​S extends IListSelectionModel<T>>
Interface that defines the public api for all the list views based on Flowless.
IMFXValidator
Interface for all validators, most of these methods are wrappers for BooleanListBinding
ITableSelectionModel<T>
Public API used by any MFXTableView.
ITreeCheckModel<T>
Public API used by any MFXCheckTreeView.
ITreeSelectionModel<T>
Public API used by any MFXTreeView.
LabelUtils
Utils class for JavaFX's Labels.
ListCheckModel<T>
Concrete implementation of the IListCheckModel interface.
ListSelectionModel<T>
Concrete implementation of the IListSelectionModel interface.
LoaderUtils
Utils class which defines the core methods used by MFXHLoader and MFXVLoader.
LoggingUtils
Utils class for logging.
MFXAnimationFactory
Convenience factory for various animations applied to Nodes.
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.
MFXCheckTreeCell<T>
Implementation of a MFXSimpleTreeCell with a checkbox for usage in MFXCheckTreeViews.
MFXCheckTreeItem<T>
Simple implementation of a tree item with a checkbox.
MFXCheckTreeItem.CheckTreeItemEvent<T>
Events class for the items.
MFXCheckTreeItemSkin<T>
This is the implementation of the Skin associated with every MFXCheckTreeItemSkin.
MFXCheckTreeView<T>
This is the container for a tree made of MFXCheckTreeItems.
MFXComboBox<T>
This is the implementation of a combo box following Google's material design guidelines in JavaFX.
MFXComboBoxSkin<T>
This is the implementation of the Skin associated with every MFXComboBox.
MFXContextMenu
This control is a context menu built from scratch which extends VBox.
MFXContextMenu.Builder
Utils class that facilitates the creation of context menus with fluent api.
MFXContextMenuItem
MFXDateCell
Custom implementation of a DateCell for easily distinguish selected dates and current dates.
MFXDateCellSkin
This is the implementation of the Skin associated with every MFXDateCell.
MFXDatePicker
This is the implementation of a date picker following Google's material design guidelines in JavaFX.
MFXDatePickerContent
This class is the beating heart of every MFXDatePicker.
MFXDepthManager
Utility class which manages a preset number of DropShadow effects ordered by DepthLevel, but it also allows to create custom DropShadow effects with MFXDepthManager.shadowOf(Color, double, double, double, double).
MFXDialog
This is the implementation of a dialog following Google's material design guidelines in JavaFX.
MFXDialogFactory
Factory class to build specific MFXDialogs and generic MFXDialogs.
MFXDialogValidator
This is a concrete implementation of a validator.
MFXFilterComboBox<T>
This combo box allows to filter the items shown in the popup's listview.
MFXFilterComboBoxSkin<T>
This is the implementation of the Skin associated with every MFXFilterComboBox.
MFXFilterDialog
This dialog allows implements a filtering mechanism based on boolean expressions on strings.
MFXFlowlessCheckListCell<T>
Implementation of an AbstractMFXFlowlessListCell which has a combo box for usage in MFXFlowlessCheckListCell, has the checked property and pseudo class ":checked" for usage in CSS.
MFXFlowlessCheckListView<T>
Implementation of a check list view based on Flowless.
MFXFlowlessListCell<T>
Simple implementation of AbstractMFXFlowlessListCell, includes a ripple generator for ripple effects on mouse pressed.
MFXFlowlessListView<T>
Implementation of a list view based on Flowless.
MFXFlowlessListViewSkin<T>
Implementation of the skin used by all list views based on Flowless.
MFXFontIcon
Class used for MaterialFX font icon resources.
MFXFontIcon.StyleableProperties  
MFXHLoader
Convenience class for creating dashboards, no more hassle on managing multiple views.
MFXIconWrapper
Convenience class for creating icons wrapped in a StackPane.
MFXLabel
This is the implementation of a label following Google's material design guidelines in JavaFX.
MFXLabelSkin  
MFXLegacyComboBox<T>
This is a restyle of the JavaFX's combo box.
MFXLegacyComboBoxSkin<T>
This is the implementation of the Skin associated with every MFXLegacyComboBox.
MFXLegacyTableRow<T>
This is a restyle of JavaFX's TableRow control.
MFXLegacyTableView<S>
This is a restyle of JavaFX's TableView control.
MFXLegacyTableViewSkin<T>  
MFXListCell<T>
This is the implementation of a ListCell restyled to comply with modern standards.
MFXListView<T>
This is the implementation of a ListView restyled to comply with modern standards.
MFXListViewSkin<T>
This is the implementation of the Skin associated with every MFXListView.
MFXLoaderBean
Support bean for MFXHLoader and MFXVLoader.
MFXLoaderBean.Builder
Utils class that facilitates the creation of MFXLoaderBeans with fluent api.
MFXNotification
This is the implementation of a popup notification in JavaFX.
MFXProgressBar
This is the implementation of a progress bar following Google's material design guidelines.
MFXProgressBarSkin
This is the implementation of the Skin associated with every MFXProgressBar.
MFXProgressSpinner
Implementation of a spinning ProgressIndicator.
MFXProgressSpinnerSkin
This is the implementation of the Skin associated with every MFXProgressSpinner.
MFXRadioButton
This is the implementation of a radio button following Google's material design guidelines in JavaFX.
MFXRadioButtonSkin
This is the implementation of the Skin associated with every MFXRadioButton.
MFXResourcesLoader
Utility class which manages the access to this project's assets.
MFXScrimEffect
From Google's material design guidelines:
MFXScrollPane
This is the implementation of a scroll pane following Google's material design guidelines in JavaFX.
MFXScrollPaneSkin
Skin used for MFXScrollPane, this class' purpose is to fix a bug of ScrollPanes' viewport which makes the content blurry.
MFXSimpleTreeCell<T>
Simple implementation of a MFXTreeItem cell.
MFXSnapshotWrapper
Class used in various controls as a workaround for showing a node two or more times on the scene graph.
MFXStageDialog
Wrapper class for creating MFXDialogs that use a new Stage to show instead of using a container.
MFXStageDialogFactory
Factory class to build MFXStageDialogs.
MFXTableColumnCell<T>
This is the implementation of the column cells used in the MFXTableView columns header.
MFXTableColumnCellSkin<T>
This is the implementation of the Skin associated with every MFXTableColumnCell.
MFXTableRow<T>
This is the implementation of the rows used in every MFXTableView.
MFXTableRowCell
This is the implementation of the row cells used in every MFXTableView row.
MFXTableView<T>
This is the implementation of a table view following Google's material design guidelines in JavaFX.
MFXTableView.TableViewEvent
Events class for the table view.
MFXTableViewSkin<T>
This is the implementation of the Skin associated with every MFXTableView.
MFXTextField
This is the implementation of a TextField restyled to comply with modern standards.
MFXTextFieldSkin
This is the implementation of the Skin associated with every MFXTextField.
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.
MFXTreeItem<T>
Simple implementation of an animated tree item.
MFXTreeItem.TreeItemEvent<T>
Events class for the items.
MFXTreeItemSkin<T>
This is the implementation of the Skin associated with every MFXTreeItem.
MFXTreeView<T>
This is the container for a tree made of AbstractMFXTreeItems.
MFXTreeView.TreeViewEvent
Events class for tree views.
MFXVirtualizedScrollPane<V extends Node & Virtualized>  
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  
RippleClipTypeFactory
Convenience class for building Ripple clip shapes.
RippleGenerator
Convenience class for creating highly customizable ripple effects.
ScaledVirtualized<V extends Node & Virtualized>
Acts as an intermediate class between VirtualizedScrollPane and its Virtualized content in that it scales the content without also scaling the ScrollPane's scroll bars.
SimpleMFXNotificationPane
This class extends AbstractMFXNotificationPane and it serves as an example of a basic pane for a MFXNotification.
SortState  
StringUtils
Utils class for Strings.
Styles
This class contains various enumerators used in MaterialFX controls which support two or more styles that can be changed at runtime.
Styles.ComboBoxStyles  
Styles.LabelStyles  
TableSelectionModel<T>
Concrete implementation of the ITableSelectionModel interface.
ToggleButtonsUtil
Utils class for ToggleButtons.
ToggleNodeShape  
TreeCheckModel<T>
Concrete implementation of the ITreeCheckModel interface.
TreeItemIterator<T>  
TreeItemStream  
TreeSelectionModel<T>
Concrete implementation of the ITreeSelectionModel interface.
VirtualFlow<T,​C extends Cell<T,​?>>
A VirtualFlow is a memory-efficient viewport that only renders enough of its content to completely fill up the viewport through its Navigator.
VirtualFlow.Gravity
Determines how the cells in the viewport should be laid out and where any extra unused space should exist if there are not enough cells to completely fill up the viewport
VirtualFlowHit<C extends Cell<?,​?>>
Stores the result of a VirtualFlow.hit(double, double).
Virtualized
Specifies an object that does not have scroll bars by default but which can have scroll bars added to it by wrapping it in a VirtualizedScrollPane.
VirtualizedScrollPane<V extends Node & Virtualized>