Class ProxyAction

  • All Implemented Interfaces:
    EventListener, javafx.event.EventHandler<javafx.event.ActionEvent>

    public class ProxyAction
    extends org.controlsfx.control.action.Action
    • Constructor Summary

      Constructors 
      Constructor Description
      ProxyAction()  
      ProxyAction​(javafx.beans.value.ObservableValue<org.controlsfx.control.action.Action> pDelegateProperty)  
      ProxyAction​(org.controlsfx.control.action.Action pDelegate)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.controlsfx.control.action.Action getDelegate()  
      void setDelegate​(org.controlsfx.control.action.Action pDelegate)  
      • 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
    • Constructor Detail

      • ProxyAction

        public ProxyAction()
      • ProxyAction

        public ProxyAction​(org.controlsfx.control.action.Action pDelegate)
      • ProxyAction

        public ProxyAction​(javafx.beans.value.ObservableValue<org.controlsfx.control.action.Action> pDelegateProperty)
    • Method Detail

      • getDelegate

        public org.controlsfx.control.action.Action getDelegate()
      • setDelegate

        public void setDelegate​(org.controlsfx.control.action.Action pDelegate)