Class ExitActionPlugin
java.lang.Object
org.jfree.report.modules.gui.swing.common.AbstractActionPlugin
org.jfree.report.modules.gui.swing.preview.actions.ExitActionPlugin
- All Implemented Interfaces:
ActionPlugin
,ControlActionPlugin
Creation-Date: 16.11.2006, 16:34:55
- 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 TypeMethodDescriptionboolean
configure
(PreviewPane reportPane) Returns 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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jfree.report.modules.gui.swing.common.ActionPlugin
addPropertyChangeListener, addPropertyChangeListener, getMenuOrder, getRole, getRolePreference, getToolbarOrder, isAddToMenu, isAddToToolbar, isSeparated, removePropertyChangeListener
-
Constructor Details
-
ExitActionPlugin
public ExitActionPlugin()
-
-
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.- Specified by:
getDisplayName
in interfaceActionPlugin
- Returns:
- The display name.
-
getShortDescription
Returns the short description for the export action.- Specified by:
getShortDescription
in interfaceActionPlugin
- Returns:
- The short description.
-
getSmallIcon
Returns the small icon for the export action.- Specified by:
getSmallIcon
in interfaceActionPlugin
- Returns:
- The icon.
-
getLargeIcon
Returns the large icon for the export action.- Specified by:
getLargeIcon
in interfaceActionPlugin
- Returns:
- The icon.
-
getAcceleratorKey
Returns the accelerator key for the export action.- Specified by:
getAcceleratorKey
in interfaceActionPlugin
- Returns:
- The accelerator key.
-
getMnemonicKey
Returns the mnemonic key code.- Specified by:
getMnemonicKey
in interfaceActionPlugin
- Returns:
- The code.
-
configure
- Specified by:
configure
in interfaceControlActionPlugin
-