|
||||||||||
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
org.pentaho.reporting.engine.classic.core.modules.gui.base.actions.ZoomListActionPlugin
public class ZoomListActionPlugin
This is a dummy plugin. When the system encouters this plugin, it will insert the Zoom-Combobox instead.
Field Summary |
---|
Fields inherited from class org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.AbstractActionPlugin |
---|
ENABLED_PROPERTY |
Constructor Summary | |
---|---|
ZoomListActionPlugin()
|
Method Summary | |
---|---|
void |
deinitialize(SwingGuiContext swingGuiContext)
|
KeyStroke |
getAcceleratorKey()
Returns the accelerator key for the export action. |
JComboBox |
getComponent()
|
String |
getDisplayName()
Returns the display name for the export action. |
Icon |
getLargeIcon()
Returns the large icon for the export action. |
Integer |
getMnemonicKey()
Returns the mnemonic key code. |
String |
getShortDescription()
Returns the short description for the export action. |
Icon |
getSmallIcon()
Returns the small icon for the export action. |
boolean |
initialize(SwingGuiContext context)
|
void |
setComponent(JComboBox component)
|
Methods inherited from class org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.AbstractActionPlugin |
---|
addPropertyChangeListener, addPropertyChangeListener, getBaseResources, getConfig, getContext, getIconTheme, getMenuOrder, getRole, getRolePreference, getToolbarOrder, isAddToMenu, isAddToToolbar, isEnabled, isSeparated, removePropertyChangeListener, setEnabled |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ZoomListActionPlugin()
Method Detail |
---|
public JComboBox getComponent()
public void setComponent(JComboBox component)
public boolean initialize(SwingGuiContext context)
initialize
in interface ActionPlugin
initialize
in class AbstractActionPlugin
public void deinitialize(SwingGuiContext swingGuiContext)
deinitialize
in interface ActionPlugin
deinitialize
in class AbstractActionPlugin
public String getDisplayName()
public String getShortDescription()
public Icon getSmallIcon()
public Icon getLargeIcon()
public KeyStroke getAcceleratorKey()
public Integer getMnemonicKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |