Class ZoomListActionPlugin

java.lang.Object
org.jfree.report.modules.gui.swing.common.AbstractActionPlugin
org.jfree.report.modules.gui.swing.preview.actions.ZoomListActionPlugin
All Implemented Interfaces:
ActionPlugin

public class ZoomListActionPlugin extends AbstractActionPlugin
Creation-Date: 16.11.2006, 18:52:30
Author:
Thomas Morgner
  • Constructor Details

    • ZoomListActionPlugin

      public ZoomListActionPlugin()
  • Method Details

    • initialize

      public boolean initialize(SwingGuiContext context)
      Specified by:
      initialize in interface ActionPlugin
      Overrides:
      initialize in class AbstractActionPlugin
    • getConfigurationPrefix

      protected String getConfigurationPrefix()
      Specified by:
      getConfigurationPrefix in class AbstractActionPlugin
    • getDisplayName

      public String getDisplayName()
      Returns the display name for the export action.
      Returns:
      The display name.
    • getShortDescription

      public String getShortDescription()
      Returns the short description for the export action.
      Returns:
      The short description.
    • getSmallIcon

      public Icon getSmallIcon()
      Returns the small icon for the export action.
      Returns:
      The icon.
    • getLargeIcon

      public Icon getLargeIcon()
      Returns the large icon for the export action.
      Returns:
      The icon.
    • getAcceleratorKey

      public KeyStroke getAcceleratorKey()
      Returns the accelerator key for the export action.
      Returns:
      The accelerator key.
    • getMnemonicKey

      public Integer getMnemonicKey()
      Returns the mnemonic key code.
      Returns:
      The code.