Module MaterialFX

Class AbstractMFXDialog

All Implemented Interfaces:
Styleable, EventTarget
Direct Known Subclasses:
MFXGenericDialog

public abstract class AbstractMFXDialog extends BorderPane
Base class every MFXDialog should extend.
  • Constructor Details

    • AbstractMFXDialog

      public AbstractMFXDialog()
  • Method Details

    • computeMaxWidth

      protected double computeMaxWidth(double height)
      Overrides:
      computeMaxWidth in class Region
    • computeMaxHeight

      protected double computeMaxHeight(double width)
      Overrides:
      computeMaxHeight in class Region