Class GoToFirstPageActionPlugin
java.lang.Object
org.jfree.report.modules.gui.swing.common.AbstractActionPlugin
org.jfree.report.modules.gui.swing.preview.actions.GoToFirstPageActionPlugin
- 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 TypeMethodDescriptionbooleanconfigure(PreviewPane reportPane) Returns the accelerator key for the export action.protected StringReturns 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.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, setStatusTextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jfree.report.modules.gui.swing.common.ActionPlugin
addPropertyChangeListener, addPropertyChangeListener, getMenuOrder, getRole, getRolePreference, getToolbarOrder, isAddToMenu, isAddToToolbar, isSeparated, removePropertyChangeListener
-
Constructor Details
-
GoToFirstPageActionPlugin
public GoToFirstPageActionPlugin()
-
-
Method Details
-
initialize
- Specified by:
initializein interfaceActionPlugin- Overrides:
initializein classAbstractActionPlugin
-
getConfigurationPrefix
- Specified by:
getConfigurationPrefixin classAbstractActionPlugin
-
getDisplayName
Returns the display name for the export action.- Specified by:
getDisplayNamein interfaceActionPlugin- Returns:
- The display name.
-
getShortDescription
Returns the short description for the export action.- Specified by:
getShortDescriptionin interfaceActionPlugin- Returns:
- The short description.
-
getSmallIcon
Returns the small icon for the export action.- Specified by:
getSmallIconin interfaceActionPlugin- Returns:
- The icon.
-
getLargeIcon
Returns the large icon for the export action.- Specified by:
getLargeIconin interfaceActionPlugin- Returns:
- The icon.
-
getAcceleratorKey
Returns the accelerator key for the export action.- Specified by:
getAcceleratorKeyin interfaceActionPlugin- Returns:
- The accelerator key.
-
getMnemonicKey
Returns the mnemonic key code.- Specified by:
getMnemonicKeyin interfaceActionPlugin- Returns:
- The code.
-
configure
- Specified by:
configurein interfaceControlActionPlugin
-