Index

A B C D E F G H I L M N O P R S T U V W X 
All Classes|All Packages

S

scrim(Pane, double) - Method in class io.github.palexdev.materialfx.effects.MFXScrimEffect
Adds a scrim effect to the specified pane with specified opacity.
scrimBackground - Variable in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
Specifies whether to apply scrim effect to dialog's parent when shown or not.
scrimBackgroundProperty() - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
Specifies whether to apply scrim effect to dialog's parent when shown or not.
scrimEffect - Variable in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
 
scrimOpacity - Variable in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
Specifies the opacity/strength of the scrim effect.
scrimOpacityProperty() - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
Specifies the opacity/strength of the scrim effect.
scrimWindow(Window, double) - Method in class io.github.palexdev.materialfx.effects.MFXScrimEffect
Adds a scrim effect to the specified Window's root pane with the specified opacity.
selectedColorProperty() - Method in class io.github.palexdev.materialfx.controls.MFXToggleNode
Specifies the background color when selected.
send(NotificationPos, MFXNotification) - Static method in class io.github.palexdev.materialfx.notifications.NotificationsManager
Sends a MFXNotification to the designated PositionManager
send(NotificationPos, MFXNotification, double) - Static method in class io.github.palexdev.materialfx.notifications.NotificationsManager
Sends a MFXNotification to the designated PositionManager with the specified spacing.
send(NotificationPos, MFXNotification, double, int) - Static method in class io.github.palexdev.materialfx.notifications.NotificationsManager
Sends a MFXNotification to the designated PositionManager with the specified spacing and limit.
send(NotificationPos, MFXNotification, int) - Static method in class io.github.palexdev.materialfx.notifications.NotificationsManager
Sends a MFXNotification to the designated PositionManager with the specified limit.
setAnimate(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXNotification
 
setAnimate(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXStageDialog
 
setAnimateBackground(boolean) - Method in class io.github.palexdev.materialfx.effects.RippleGenerator
Sets the value of the property animateBackground.
setAnimateIn(boolean) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
Sets the value of the property animateIn.
setAnimateOut(boolean) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
Sets the value of the property animateOut.
setAnimationMillis(double) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
Sets the value of the property animationMillis.
setAnimationMillis(double) - Method in class io.github.palexdev.materialfx.controls.MFXHLoader
Sets the value of the property animationMillis.
setAnimationMillis(double) - Method in class io.github.palexdev.materialfx.controls.MFXStageDialog
 
setAnimationMillis(double) - Method in class io.github.palexdev.materialfx.controls.MFXVLoader
Sets the value of the property animationMillis.
setAnimationType(MFXAnimationFactory) - Method in class io.github.palexdev.materialfx.controls.MFXHLoader
 
setAnimationType(MFXAnimationFactory) - Method in class io.github.palexdev.materialfx.controls.MFXVLoader
 
setAutomaticColorAdjustment(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXToggleButton
Sets the value of the property automaticColorAdjustment.
setButtonType(ButtonType) - Method in class io.github.palexdev.materialfx.controls.MFXButton
Sets the value of the property buttonType.
setCenterBeforeShow(boolean) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
 
setCenterInOwner(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXStageDialog
Sets the value of the property centerInOwner.
setCheckedColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXCheckbox
Sets the value of the property checkedColor.
setCloseButton(MFXButton) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
Replaces the dialog's default close button with a new one and adds the close handler to it.
setCloseHandler(EventHandler<MouseEvent>) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
Replaces the dialog's default close handler with a new one, removes the old one from the button, replaces the handler and then re-adds the handler to the button.
setCloseHandler(EventHandler<MouseEvent>) - Method in class io.github.palexdev.materialfx.controls.SimpleMFXNotificationPane
Since this class has no references to MFXNotification because they are two distinct and separate concepts, the close button action must be set after instantiating a MFXNotification.
setContent(String) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
Sets the value of the property content.
setContent(Region) - Method in class io.github.palexdev.materialfx.controls.MFXNotification
Sets the notification's content and re-initializes the object.
setContentNode(AbstractMFXDialog, String, String) - Static method in class io.github.palexdev.materialfx.controls.factories.MFXDialogFactory
Sets the content node of the given dialog with a new one.
setContentPane(Pane) - Method in class io.github.palexdev.materialfx.controls.MFXHLoader
Sets the pane in which switching views.
setContentPane(Pane) - Method in class io.github.palexdev.materialfx.controls.MFXVLoader
Sets the pane in which switching views.
setContentProperty(String) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXNotificationPane
 
setDefault(String) - Method in class io.github.palexdev.materialfx.controls.MFXHLoader
Sets the default view to set on show.
setDefault(String) - Method in class io.github.palexdev.materialfx.controls.MFXVLoader
Sets the default view to set on show.
setDepthLevel(DepthLevel) - Method in class io.github.palexdev.materialfx.controls.MFXButton
Sets the value of the property depthLevel.
setDuration(double) - Method in class io.github.palexdev.materialfx.controls.MFXTooltip
 
setFadeTransition(FadeTransition) - Method in class io.github.palexdev.materialfx.effects.RippleEffect
Deprecated.
 
setGeneratorCenterX(double) - Method in class io.github.palexdev.materialfx.effects.RippleGenerator
 
setGeneratorCenterY(double) - Method in class io.github.palexdev.materialfx.effects.RippleGenerator
 
setHeaderNode(DialogType, AbstractMFXDialog) - Static method in class io.github.palexdev.materialfx.controls.factories.MFXDialogFactory
Sets the header node of the given dialog to the given type.
setHeaderProperty(String) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXNotificationPane
 
setHideAfter(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXNotification
 
setHideAfterDuration(Duration) - Method in class io.github.palexdev.materialfx.controls.MFXNotification
 
setHistoryLimit(int) - Static method in class io.github.palexdev.materialfx.notifications.NotificationsManager
 
setInAnimation(Timeline) - Method in class io.github.palexdev.materialfx.controls.MFXNotification
 
setInAnimationType(MFXAnimationFactory) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
 
setInDuration(Duration) - Method in class io.github.palexdev.materialfx.effects.RippleGenerator
Sets the value of the property inDuration.
setIsAnimated(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXHLoader
 
setIsAnimated(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXVLoader
 
setIsDraggable(boolean) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
 
setLastRippleHeight(double) - Method in class io.github.palexdev.materialfx.effects.RippleEffect
Deprecated.
 
setLastRippleWidth(double) - Method in class io.github.palexdev.materialfx.effects.RippleEffect
Deprecated.
 
setLimit(int) - Method in class io.github.palexdev.materialfx.notifications.PositionManager
 
setMarkType(MFXResourcesManager.MarkType) - Method in class io.github.palexdev.materialfx.controls.MFXCheckbox
Sets the value of the property markType.
setModality(Modality) - Method in class io.github.palexdev.materialfx.controls.MFXStageDialog
Sets the stage modality
setOutAnimation(Timeline) - Method in class io.github.palexdev.materialfx.controls.MFXNotification
 
setOutAnimationType(MFXAnimationFactory) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
 
setOutDuration(Duration) - Method in class io.github.palexdev.materialfx.effects.RippleGenerator
Sets the value of the property outDuration.
setOverlayClose(boolean) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
Sets the value of the property overlayClose.
setOwner(Window) - Method in class io.github.palexdev.materialfx.controls.MFXStageDialog
Sets the stage's owner
setRippleClip(Rectangle) - Method in class io.github.palexdev.materialfx.effects.RippleEffect
Deprecated.
 
setRippleClipType(RippleClipType) - Method in class io.github.palexdev.materialfx.effects.RippleGenerator
 
setRippleColor(Color) - Method in class io.github.palexdev.materialfx.effects.RippleGenerator
Sets the value of the property rippleColor.
setRippleColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXButton
Sets the value of the property rippleColor.
setRippleColorProperty(Color) - Method in class io.github.palexdev.materialfx.effects.RippleEffect
Deprecated.
 
setRippleDurationProperty(Duration) - Method in class io.github.palexdev.materialfx.effects.RippleEffect
Deprecated.
 
setRippleHandler(EventHandler<MouseEvent>) - Method in class io.github.palexdev.materialfx.effects.RippleEffect
Deprecated.
 
setRippleInDuration(Duration) - Method in class io.github.palexdev.materialfx.controls.MFXButton
Sets the value of the property rippleInDuration.
setRippleMask(Shape) - Method in class io.github.palexdev.materialfx.effects.RippleEffect
Deprecated.
 
setRippleOutDuration(Duration) - Method in class io.github.palexdev.materialfx.controls.MFXButton
Sets the value of the property rippleOutDuration.
setRippleRadius(double) - Method in class io.github.palexdev.materialfx.controls.MFXButton
Sets the value of the property rippleRadius.
setRippleRadius(double) - Method in class io.github.palexdev.materialfx.effects.RippleGenerator
Sets the value of the property rippleRadius.
setRippleTimeline(Timeline) - Method in class io.github.palexdev.materialfx.effects.RippleEffect
Deprecated.
 
setRippleTypeProperty(RippleEffectFactory) - Method in class io.github.palexdev.materialfx.effects.RippleEffect
Deprecated.
 
setRoot(Node) - Method in class io.github.palexdev.materialfx.beans.MFXLoadItem
 
setScrimBackground(boolean) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
Sets the value of the property scrimBackground.
setScrimBackground(boolean) - Method in class io.github.palexdev.materialfx.controls.MFXStageDialog
 
setScrimOpacity(double) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
Sets the value of the property scrimOpacity.
setScrimOpacity(double) - Method in class io.github.palexdev.materialfx.controls.MFXStageDialog
 
setSelectedColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXToggleNode
Sets the value of the property selectedColor.
setSequentialTransition(SequentialTransition) - Method in class io.github.palexdev.materialfx.effects.RippleEffect
Deprecated.
 
setSize(double) - Method in class io.github.palexdev.materialfx.controls.MFXToggleButton
Sets the value of the property size.
setSize(double) - Method in class io.github.palexdev.materialfx.controls.MFXToggleNode
Sets the value of the property size.
setSize(int) - Method in class io.github.palexdev.materialfx.collections.CircularQueue
Sets the maximum size of the queue and removes exceeding elements if the specified size is lesser than the number of elements.
setSpacing(double) - Method in class io.github.palexdev.materialfx.notifications.PositionManager
 
setThumbColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXScrollPane
Sets the value of the property thumbColor.
setThumbHoverColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXScrollPane
Sets the value of the property thumbHoverColor.
setTitle(String) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
Sets the value of the property title.
setTitleProperty(String) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXNotificationPane
 
setToggleColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXToggleButton
Sets the value of the property toggleColor.
setToggleLineColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXToggleButton
Sets the value of the property toggleLineColor.
setToggleShape(ToggleNodeShape) - Method in class io.github.palexdev.materialfx.controls.MFXToggleNode
Sets the value of the property toggleShape.
setToSwitch(boolean) - Method in class io.github.palexdev.materialfx.effects.RippleEffect
Deprecated.
 
setTrackColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXScrollPane
Sets the value of the property trackColor.
setType(DialogType) - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
 
setUncheckedColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXCheckbox
Sets the value of the property uncheckedColor.
setUnSelectedColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXToggleNode
Sets the value of the property unSelectedColor.
setUnToggleColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXToggleButton
Sets the value of the property unToggleColor.
setUnToggleLineColor(Paint) - Method in class io.github.palexdev.materialfx.controls.MFXToggleButton
Sets the value of the property unToggleLineColor.
shadowOf(DepthLevel) - Static method in class io.github.palexdev.materialfx.effects.MFXDepthManager
Retrieves the DropShadow associated with the specified DepthLevel.
shadowOf(DepthLevel, int) - Static method in class io.github.palexdev.materialfx.effects.MFXDepthManager
Retrieves the DropShadow associated with the specified DepthLevel added to delta.
show() - Method in class io.github.palexdev.materialfx.controls.base.AbstractMFXDialog
 
show() - Method in class io.github.palexdev.materialfx.controls.MFXDialog
Shows the dialog, computes the center and plays animations if requested
show() - Method in class io.github.palexdev.materialfx.controls.MFXStageDialog
Shows the dialog by showing the stage, center the stage in its owner and plays animations if requested
show(MFXNotification) - Method in class io.github.palexdev.materialfx.notifications.PositionManager
Shows the specified notification on screen.
show(Window, double, double) - Method in class io.github.palexdev.materialfx.controls.MFXNotification
Shows the notification on screen, plays in animation if requested, starts the close countdown if it's set to hide automatically.
SimpleMFXNotificationPane - Class in io.github.palexdev.materialfx.controls
This class extends AbstractMFXNotificationPane and it serves as an example of a basic pane for a MFXNotification.
SimpleMFXNotificationPane(String, String, String) - Constructor for class io.github.palexdev.materialfx.controls.SimpleMFXNotificationPane
 
SimpleMFXNotificationPane(Node, String, String, String) - Constructor for class io.github.palexdev.materialfx.controls.SimpleMFXNotificationPane
 
sizeProperty() - Method in class io.github.palexdev.materialfx.controls.MFXToggleButton
Specifies the size of the toggle button.
sizeProperty() - Method in class io.github.palexdev.materialfx.controls.MFXToggleNode
Specifies the size (both width and height) of the control.
SLIDE_IN_BOTTOM - io.github.palexdev.materialfx.controls.factories.MFXAnimationFactory
 
SLIDE_IN_LEFT - io.github.palexdev.materialfx.controls.factories.MFXAnimationFactory
 
SLIDE_IN_RIGHT - io.github.palexdev.materialfx.controls.factories.MFXAnimationFactory
 
SLIDE_IN_TOP - io.github.palexdev.materialfx.controls.factories.MFXAnimationFactory
 
SLIDE_OUT_BOTTOM - io.github.palexdev.materialfx.controls.factories.MFXAnimationFactory
 
SLIDE_OUT_LEFT - io.github.palexdev.materialfx.controls.factories.MFXAnimationFactory
 
SLIDE_OUT_RIGHT - io.github.palexdev.materialfx.controls.factories.MFXAnimationFactory
 
SLIDE_OUT_TOP - io.github.palexdev.materialfx.controls.factories.MFXAnimationFactory
 
smoothHScrolling(ScrollPane) - Static method in class io.github.palexdev.materialfx.controls.MFXScrollPane
Adds smooth horizontal scrolling to the specified scroll pane.
smoothVScrolling(ScrollPane) - Static method in class io.github.palexdev.materialfx.controls.MFXScrollPane
Adds smooth vertical scrolling to the specified scroll pane.
StringUtils - Class in io.github.palexdev.materialfx.utils
Utils class for Strings.
StringUtils() - Constructor for class io.github.palexdev.materialfx.utils.StringUtils
 
STYLE_CLASS - Variable in class io.github.palexdev.materialfx.controls.base.AbstractMFXNotificationPane
 
STYLESHEET - Variable in class io.github.palexdev.materialfx.controls.base.AbstractMFXNotificationPane
 
A B C D E F G H I L M N O P R S T U V W X 
All Classes|All Packages