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
-
-
Field Summary
-
Fields inherited from class org.jfree.report.modules.gui.swing.common.AbstractActionPlugin
BASE_RESOURCE_CLASS
-
-
Constructor Summary
Constructors Constructor Description ZoomListActionPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.KeyStrokegetAcceleratorKey()Returns the accelerator key for the export action.protected java.lang.StringgetConfigurationPrefix()java.lang.StringgetDisplayName()Returns the display name for the export action.javax.swing.IcongetLargeIcon()Returns the large icon for the export action.java.lang.IntegergetMnemonicKey()Returns the mnemonic key code.java.lang.StringgetShortDescription()Returns the short description for the export action.javax.swing.IcongetSmallIcon()Returns the small icon for the export action.booleaninitialize(SwingGuiContext context)-
Methods inherited from class org.jfree.report.modules.gui.swing.common.AbstractActionPlugin
addPropertyChangeListener, addPropertyChangeListener, createProgressDialog, getConfig, getContext, getFailureDescription, getIconTheme, getMenuOrder, getPropertyChangeSupport, getRole, getRolePreference, getStatusText, getToolbarOrder, isAddToMenu, isAddToToolbar, isEnabled, isSeparated, removePropertyChangeListener, setEnabled, setStatusText
-
-
-
-
Method Detail
-
initialize
public boolean initialize(SwingGuiContext context)
- Specified by:
initializein interfaceActionPlugin- Overrides:
initializein classAbstractActionPlugin
-
getConfigurationPrefix
protected java.lang.String getConfigurationPrefix()
- Specified by:
getConfigurationPrefixin classAbstractActionPlugin
-
getDisplayName
public java.lang.String getDisplayName()
Returns the display name for the export action.- Returns:
- The display name.
-
getShortDescription
public java.lang.String getShortDescription()
Returns the short description for the export action.- Returns:
- The short description.
-
getSmallIcon
public javax.swing.Icon getSmallIcon()
Returns the small icon for the export action.- Returns:
- The icon.
-
getLargeIcon
public javax.swing.Icon getLargeIcon()
Returns the large icon for the export action.- Returns:
- The icon.
-
getAcceleratorKey
public javax.swing.KeyStroke getAcceleratorKey()
Returns the accelerator key for the export action.- Returns:
- The accelerator key.
-
getMnemonicKey
public java.lang.Integer getMnemonicKey()
Returns the mnemonic key code.- Returns:
- The code.
-
-