org.jfree.report.modules.gui.swing.common
Interface ActionPlugin
- ControlActionPlugin, ExportActionPlugin
- AboutActionPlugin, AbstractActionPlugin, AbstractExportActionPlugin, ExitActionPlugin, GoToActionPlugin, GoToFirstPageActionPlugin, GoToLastPageActionPlugin, GoToNextPageActionPlugin, GoToPreviousPageActionPlugin, HtmlFileExportActionPlugin, HtmlZipExportActionPlugin, PdfExportActionPlugin, PrintActionPlugin, ZoomCustomActionPlugin, ZoomInActionPlugin, ZoomListActionPlugin, ZoomOutActionPlugin
Creation-Date: 16.11.2006, 15:47:02
getAcceleratorKey
public KeyStroke getAcceleratorKey()
Returns the accelerator key for the export action.
getDisplayName
public String getDisplayName()
Returns the display name for the export action.
getLargeIcon
public Icon getLargeIcon()
Returns the large icon for the export action.
getMenuOrder
public int getMenuOrder()
A sort key used to enforce a certain order within the actions.
getMnemonicKey
public Integer getMnemonicKey()
Returns the mnemonic key code.
getShortDescription
public String getShortDescription()
Returns the short description for the export action.
getSmallIcon
public Icon getSmallIcon()
Returns the small icon for the export action.
isAddToMenu
public boolean isAddToMenu()
Returns true if the action should be added to the menu, and false otherwise.
isAddToToolbar
public boolean isAddToToolbar()
Returns true if the action should be added to the toolbar, and false otherwise.
isSeparated
public boolean isSeparated()
Returns true if the action is separated, and false otherwise.