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
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 -
Method Summary
Modifier and TypeMethodDescriptionReturns the accelerator key for the export action.protected String
Returns the display name for the export action.Returns the large icon for the export action.Returns the mnemonic key code.Returns the short description for the export action.Returns the small icon for the export action.boolean
initialize
(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
-
Constructor Details
-
ZoomListActionPlugin
public ZoomListActionPlugin()
-
-
Method Details
-
initialize
- Specified by:
initialize
in interfaceActionPlugin
- Overrides:
initialize
in classAbstractActionPlugin
-
getConfigurationPrefix
- Specified by:
getConfigurationPrefix
in classAbstractActionPlugin
-
getDisplayName
Returns the display name for the export action.- Returns:
- The display name.
-
getShortDescription
Returns the short description for the export action.- Returns:
- The short description.
-
getSmallIcon
Returns the small icon for the export action.- Returns:
- The icon.
-
getLargeIcon
Returns the large icon for the export action.- Returns:
- The icon.
-
getAcceleratorKey
Returns the accelerator key for the export action.- Returns:
- The accelerator key.
-
getMnemonicKey
Returns the mnemonic key code.- Returns:
- The code.
-