Class DonateMenuItem

java.lang.Object
javafx.scene.control.MenuItem
com.iamsoft.util.ui.javafx.help.DonateMenuItem
All Implemented Interfaces:
javafx.css.Styleable, javafx.event.EventTarget

public class DonateMenuItem 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

    Constructors
    Constructor
    Description
    DonateMenuItem(javafx.stage.Window pParent, String pAppName)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    javafx.scene.control.Dialog
     

    Methods inherited from class javafx.scene.control.MenuItem

    acceleratorProperty, 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, 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
  • Constructor Details

    • DonateMenuItem

      public DonateMenuItem(javafx.stage.Window pParent, String pAppName)
  • Method Details

    • getDialog

      public javafx.scene.control.Dialog getDialog()