Class PreferencesAction

java.lang.Object
org.controlsfx.control.action.Action
com.iamsoft.util.ui.javafx.preferences.PreferencesAction
All Implemented Interfaces:
EventListener, javafx.event.EventHandler<javafx.event.ActionEvent>

public class PreferencesAction extends org.controlsfx.control.action.Action
Menu item that opens dialog with application preferences.
  • Property Summary

    Properties inherited from class org.controlsfx.control.action.Action

    accelerator, disabled, graphic, longText, selected, style, text
  • Constructor Summary

    Constructors
    Constructor
    Description
    PreferencesAction(javafx.stage.Window pParent)
     
  • Method Summary

    Methods inherited from class org.controlsfx.control.action.Action

    acceleratorProperty, disabledProperty, getAccelerator, getEventHandler, getGraphic, getLongText, getProperties, getStyle, getStyleClass, getText, graphicProperty, handle, isDisabled, isSelected, lock, longTextProperty, selectedProperty, setAccelerator, setDisabled, setEventHandler, setGraphic, setLongText, setSelected, setStyle, setText, styleProperty, textProperty

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PreferencesAction

      public PreferencesAction(javafx.stage.Window pParent)