Class IconCheckMenuItem

java.lang.Object
javafx.scene.control.MenuItem
org.correomqtt.gui.controls.IconCheckMenuItem
All Implemented Interfaces:
javafx.css.Styleable, javafx.event.EventTarget

public class IconCheckMenuItem extends javafx.scene.control.MenuItem
  • Property Summary

    Properties
    Type
    Property
    Description
    final javafx.beans.property.BooleanProperty
     

    Properties inherited from class javafx.scene.control.MenuItem

    accelerator, disable, graphic, id, mnemonicParsing, onAction, onMenuValidation, parentMenu, parentPopup, style, text, visible
  • Field Summary

    Fields inherited from class javafx.scene.control.MenuItem

    MENU_VALIDATION_EVENT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
     
    IconCheckMenuItem(String text, javafx.scene.Node graphic)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    final boolean
    Gets the value of the property selected.
    final javafx.beans.property.BooleanProperty
     
    void
     
    final void
    setSelected(boolean value)
    Sets the value of the property selected.

    Methods inherited from class javafx.scene.control.MenuItem

    acceleratorProperty, addEventFilter, addEventHandler, buildEventDispatchChain, disableProperty, fire, getAccelerator, getCssMetaData, getGraphic, getId, getOnAction, getOnMenuValidation, getParentMenu, getParentPopup, getProperties, getPseudoClassStates, getStyle, getStyleableNode, getStyleableParent, getStyleClass, getText, getTypeSelector, getUserData, graphicProperty, idProperty, isDisable, isMnemonicParsing, isVisible, mnemonicParsingProperty, onActionProperty, onMenuValidationProperty, parentMenuProperty, parentPopupProperty, removeEventFilter, removeEventHandler, setAccelerator, setDisable, setGraphic, setId, setMnemonicParsing, setOnAction, setOnMenuValidation, setParentMenu, setParentPopup, setStyle, setText, setUserData, setVisible, styleProperty, textProperty, toString, visibleProperty

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Property Details

  • Constructor Details

    • IconCheckMenuItem

      public IconCheckMenuItem()
    • IconCheckMenuItem

      public IconCheckMenuItem(String text, javafx.scene.Node graphic)
    • IconCheckMenuItem

      public IconCheckMenuItem(String text)
  • Method Details

    • isSelected

      public final boolean isSelected()
      Gets the value of the property selected.
      Property description:
    • setSelected

      public final void setSelected(boolean value)
      Sets the value of the property selected.
      Property description:
    • selectedProperty

      public final javafx.beans.property.BooleanProperty selectedProperty()
      See Also:
    • getIcon

      public String getIcon()
    • setIcon

      public void setIcon(String icon)