Class PrintActionPlugin

    • Constructor Detail

      • PrintActionPlugin

        public PrintActionPlugin()
    • Method Detail

      • getDisplayName

        public java.lang.String getDisplayName()
        Returns the display name for the export action.
        Specified by:
        getDisplayName in interface ActionPlugin
        Returns:
        The display name.
      • getShortDescription

        public java.lang.String getShortDescription()
        Returns the short description for the export action.
        Specified by:
        getShortDescription in interface ActionPlugin
        Returns:
        The short description.
      • getSmallIcon

        public javax.swing.Icon getSmallIcon()
        Returns the small icon for the export action.
        Specified by:
        getSmallIcon in interface ActionPlugin
        Returns:
        The icon.
      • getLargeIcon

        public javax.swing.Icon getLargeIcon()
        Returns the large icon for the export action.
        Specified by:
        getLargeIcon in interface ActionPlugin
        Returns:
        The icon.
      • getAcceleratorKey

        public javax.swing.KeyStroke getAcceleratorKey()
        Returns the accelerator key for the export action.
        Specified by:
        getAcceleratorKey in interface ActionPlugin
        Returns:
        The accelerator key.
      • getMnemonicKey

        public java.lang.Integer getMnemonicKey()
        Returns the mnemonic key code.
        Specified by:
        getMnemonicKey in interface ActionPlugin
        Returns:
        The code.