org.jfree.report.modules.gui.swing.preview.actions

Class ZoomListActionPlugin

public class ZoomListActionPlugin extends AbstractActionPlugin

Creation-Date: 16.11.2006, 18:52:30

Author: Thomas Morgner

Constructor Summary
ZoomListActionPlugin()
Method Summary
KeyStrokegetAcceleratorKey()
Returns the accelerator key for the export action.
protected StringgetConfigurationPrefix()
StringgetDisplayName()
Returns the display name for the export action.
IcongetLargeIcon()
Returns the large icon for the export action.
IntegergetMnemonicKey()
Returns the mnemonic key code.
StringgetShortDescription()
Returns the short description for the export action.
IcongetSmallIcon()
Returns the small icon for the export action.
booleaninitialize(SwingGuiContext context)

Constructor Detail

ZoomListActionPlugin

public ZoomListActionPlugin()

Method Detail

getAcceleratorKey

public KeyStroke getAcceleratorKey()
Returns the accelerator key for the export action.

Returns: The accelerator key.

getConfigurationPrefix

protected String getConfigurationPrefix()

getDisplayName

public String getDisplayName()
Returns the display name for the export action.

Returns: The display name.

getLargeIcon

public Icon getLargeIcon()
Returns the large icon for the export action.

Returns: The icon.

getMnemonicKey

public Integer getMnemonicKey()
Returns the mnemonic key code.

Returns: The code.

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.

initialize

public boolean initialize(SwingGuiContext context)