Uses of Class
io.github.palexdev.materialfx.controls.MFXIconWrapper
Packages that use MFXIconWrapper
Package
Description
-
Uses of MFXIconWrapper in io.github.palexdev.materialfx.builders.control
Methods in io.github.palexdev.materialfx.builders.control that return MFXIconWrapperModifier and TypeMethodDescriptionIconBuilder.wrapIcon(double size, boolean addRippleGenerator, boolean makeCircular) -
Uses of MFXIconWrapper in io.github.palexdev.materialfx.controls
Methods in io.github.palexdev.materialfx.controls that return MFXIconWrapperModifier and TypeMethodDescriptionMFXIconWrapper.addRippleGenerator()Adds a ripple generator to the icon.MFXIconWrapper.defaultRippleGeneratorBehavior()Adds the ripple generator to the icon by callingaddRippleGenerator(), sets its position function to use the mouse event x and y coordinates, and adds the event filter to the icon to generate the ripples.MFXIconWrapper.rippleGeneratorBehavior(Function<MouseEvent, PositionBean> positionFunction) Adds the ripple generator to the icon by callingaddRippleGenerator(), sets its position function to the given function, and adds the event filter to the icon to generate the ripples. -
Uses of MFXIconWrapper in io.github.palexdev.materialfx.controls.cell
Methods in io.github.palexdev.materialfx.controls.cell that return MFXIconWrapperModifier and TypeMethodDescriptionMFXSimpleTreeCell.getDisclosureNode()Overrides the return type of the super class according toMFXSimpleTreeCell.defaultDisclosureNode() -
Uses of MFXIconWrapper in io.github.palexdev.materialfx.dialogs
Fields in io.github.palexdev.materialfx.dialogs declared as MFXIconWrapperModifier and TypeFieldDescriptionprotected MFXIconWrapperMFXGenericDialog.alwaysOnTopIconprotected MFXIconWrapperMFXGenericDialog.closeIconprotected MFXIconWrapperMFXGenericDialog.minimizeIcon