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

Class ZoomCustomActionPlugin

public class ZoomCustomActionPlugin extends AbstractActionPlugin implements ControlActionPlugin

Creation-Date: 16.11.2006, 18:52:30

Author: Thomas Morgner

Constructor Summary
ZoomCustomActionPlugin()
Method Summary
booleanconfigure(PreviewPane reportPane)
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

ZoomCustomActionPlugin

public ZoomCustomActionPlugin()

Method Detail

configure

public boolean configure(PreviewPane reportPane)

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)