Class AboutWithLicenseAction

java.lang.Object
ch.autumo.ui.fx.controller.actions.BaseAction
ch.autumo.ui.fx.controller.actions.AboutWithLicenseAction
All Implemented Interfaces:
Action

public class AboutWithLicenseAction extends BaseAction
Show about dialog with license option.
  • Constructor Details

    • AboutWithLicenseAction

      public AboutWithLicenseAction()
      Default constructor.
  • Method Details

    • execute

      public void execute()
      Description copied from interface: Action
      Execute the action.
      Specified by:
      execute in interface Action
      Specified by:
      execute in class BaseAction