Class SaveActionBase

    • Field Detail

      • quiet

        private boolean quiet
    • Constructor Detail

      • SaveActionBase

        protected SaveActionBase​(String name,
                                 String iconName,
                                 String tooltip,
                                 Shortcut shortcut)
        Constructs a new SaveActionBase.
        Parameters:
        name - The action's text as displayed on the menu (if it is added to a menu)
        iconName - The filename of the icon to use
        tooltip - A longer description of the action that will be displayed in the tooltip
        shortcut - A ready-created shortcut object or null if you don't want a shortcut
      • SaveActionBase

        protected SaveActionBase​(String name,
                                 String iconName,
                                 String tooltip,
                                 Shortcut shortcut,
                                 boolean quiet)
        Constructs a new SaveActionBase.
        Parameters:
        name - The action's text as displayed on the menu (if it is added to a menu)
        iconName - The filename of the icon to use
        tooltip - A longer description of the action that will be displayed in the tooltip
        shortcut - A ready-created shortcut object or null if you don't want a shortcut
        quiet - whether the quiet exporter is called
        Since:
        15496