Package org.correomqtt.gui.controls
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 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
ConstructorDescriptionIconCheckMenuItem
(String text) IconCheckMenuItem
(String text, javafx.scene.Node graphic) -
Method Summary
Modifier and TypeMethodDescriptiongetIcon()
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
-
Property Details
-
selected
public final javafx.beans.property.BooleanProperty selectedProperty- See Also:
-
-
Constructor Details
-
IconCheckMenuItem
public IconCheckMenuItem() -
IconCheckMenuItem
-
IconCheckMenuItem
-
-
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
-
setIcon
-