org.jfree.report.modules.gui.swing.common
public interface ActionPlugin
Method Summary | |
---|---|
void | addPropertyChangeListener(PropertyChangeListener l) |
void | addPropertyChangeListener(String property, PropertyChangeListener l) |
KeyStroke | getAcceleratorKey()
Returns the accelerator key for the export action.
|
String | getDisplayName()
Returns the display name for the export action.
|
Icon | getLargeIcon()
Returns the large icon for the export action.
|
int | getMenuOrder()
A sort key used to enforce a certain order within the actions.
|
Integer | getMnemonicKey()
Returns the mnemonic key code.
|
String | getRole() |
int | getRolePreference() |
String | getShortDescription()
Returns the short description for the export action.
|
Icon | getSmallIcon()
Returns the small icon for the export action.
|
int | getToolbarOrder() |
boolean | initialize(SwingGuiContext context) |
boolean | isAddToMenu()
Returns true if the action should be added to the menu, and false otherwise.
|
boolean | isAddToToolbar()
Returns true if the action should be added to the toolbar, and false otherwise.
|
boolean | isSeparated()
Returns true if the action is separated, and false otherwise.
|
void | removePropertyChangeListener(PropertyChangeListener l) |
Returns: The accelerator key.
Returns: The display name.
Returns: The icon.
Returns:
Returns: The code.
Returns: The short description.
Returns: The icon.
Returns: A boolean.
Returns: A boolean.
Returns: A boolean.