Uses of Class
io.github.palexdev.materialfx.controls.MFXPopup
Packages that use MFXPopup
Package
Description
-
Uses of MFXPopup in io.github.palexdev.materialfx.builders.control
Methods in io.github.palexdev.materialfx.builders.control with parameters of type MFXPopupConstructors in io.github.palexdev.materialfx.builders.control with parameters of type MFXPopup -
Uses of MFXPopup in io.github.palexdev.materialfx.controls
Subclasses of MFXPopup in io.github.palexdev.materialfx.controlsModifier and TypeClassDescriptionclassMFXContextMenuis a special case ofMFXPopup.classMFXTooltipis a special case ofMFXPopup.Methods in io.github.palexdev.materialfx.controls with parameters of type MFXPopupModifier and TypeMethodDescriptionstatic voidMFXPopup.fixPosition(MFXPopup popup, boolean fix) Tells the given popup to recompute its position if it would end outside the screen.static booleanMFXPopup.isFixPosition(MFXPopup popup) -
Uses of MFXPopup in io.github.palexdev.materialfx.notifications.base
Fields in io.github.palexdev.materialfx.notifications.base declared as MFXPopup -
Uses of MFXPopup in io.github.palexdev.materialfx.skins
Fields in io.github.palexdev.materialfx.skins declared as MFXPopupMethods in io.github.palexdev.materialfx.skins that return MFXPopupModifier and TypeMethodDescriptionprotected MFXPopupMFXComboBoxSkin.createPopup()Responsible for creating the combo box's popup.MFXPopupSkin.getSkinnable()Constructors in io.github.palexdev.materialfx.skins with parameters of type MFXPopup