|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.reporting.engine.classic.core.modules.gui.commonswing.AbstractActionPlugin
public abstract class AbstractActionPlugin
The AbstractExportPlugin provides a basic implementation of the ExportPlugin interface.
| Field Summary | |
|---|---|
static String |
ENABLED_PROPERTY
|
| Method Summary | |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener l)
|
void |
addPropertyChangeListener(String property,
PropertyChangeListener l)
|
void |
deinitialize(SwingGuiContext swingGuiContext)
|
org.pentaho.reporting.libraries.base.util.ResourceBundleSupport |
getBaseResources()
|
org.pentaho.reporting.libraries.base.config.ExtendedConfiguration |
getConfig()
|
SwingGuiContext |
getContext()
|
IconTheme |
getIconTheme()
|
int |
getMenuOrder()
A sort key used to enforce a certain order within the actions. |
String |
getRole()
|
int |
getRolePreference()
|
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 |
isEnabled()
|
boolean |
isSeparated()
Returns true if the action is separated, and false otherwise. |
void |
removePropertyChangeListener(PropertyChangeListener l)
|
void |
setEnabled(boolean enabled)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.ActionPlugin |
|---|
getAcceleratorKey, getDisplayName, getLargeIcon, getMnemonicKey, getShortDescription, getSmallIcon |
| Field Detail |
|---|
public static final String ENABLED_PROPERTY
| Method Detail |
|---|
public boolean isEnabled()
isEnabled in interface ActionPluginpublic void setEnabled(boolean enabled)
public boolean initialize(SwingGuiContext context)
initialize in interface ActionPluginpublic void deinitialize(SwingGuiContext swingGuiContext)
deinitialize in interface ActionPluginpublic org.pentaho.reporting.libraries.base.util.ResourceBundleSupport getBaseResources()
public SwingGuiContext getContext()
public org.pentaho.reporting.libraries.base.config.ExtendedConfiguration getConfig()
public boolean isSeparated()
isSeparated in interface ActionPluginpublic boolean isAddToToolbar()
isAddToToolbar in interface ActionPluginpublic boolean isAddToMenu()
isAddToMenu in interface ActionPluginpublic void addPropertyChangeListener(PropertyChangeListener l)
addPropertyChangeListener in interface ActionPlugin
public void addPropertyChangeListener(String property,
PropertyChangeListener l)
addPropertyChangeListener in interface ActionPluginpublic void removePropertyChangeListener(PropertyChangeListener l)
removePropertyChangeListener in interface ActionPluginpublic IconTheme getIconTheme()
public int getMenuOrder()
getMenuOrder in interface ActionPluginpublic int getToolbarOrder()
getToolbarOrder in interface ActionPluginpublic String getRole()
getRole in interface ActionPluginpublic int getRolePreference()
getRolePreference in interface ActionPlugin
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||