Interface UICommand

    • Method Detail

      • titleProperty

        Property<java.lang.String> titleProperty()
      • keystrokeProperty

        Property<java.lang.String> keystrokeProperty()
      • mnemonicProperty

        Property<java.lang.String> mnemonicProperty()
      • iconProperty

        Property<java.lang.Object> iconProperty()
      • execute

        default void execute()
        Specified by:
        execute in interface Command
      • execute

        void execute​(java.lang.Object source)