Interface MacosControl

All Known Subinterfaces:
MacosControlWithAccentColor
All Known Implementing Classes:
MacosAddRemoveButton, MacosButton, MacosCheckBox, MacosComboBox, MacosComboBoxBase, MacosComboBoxCell, MacosLabel, MacosProgress, MacosRadioButton, MacosScrollPane, MacosSeparator, MacosSlider, MacosSwitch, MacosTextField, MacosToggleButton, MacosToggleButtonBar, MacosToggleButtonBarSeparator, MacosToolbarButton, MacosWindow, MacosWindowButton

public interface MacosControl
  • Property Summary

    Properties
    Type
    Property
    Description
    javafx.beans.property.BooleanProperty
     
  • Method Summary

    Modifier and Type
    Method
    Description
    javafx.beans.property.BooleanProperty
     
    boolean
    Gets the value of the property dark.
    void
    setDark(boolean dark)
    Sets the value of the property dark.
  • Property Details

  • Method Details

    • isDark

      boolean isDark()
      Gets the value of the property dark.
      Property description:
    • setDark

      void setDark(boolean dark)
      Sets the value of the property dark.
      Property description:
    • darkProperty

      javafx.beans.property.BooleanProperty darkProperty()
      See Also: