org.pentaho.reporting.engine.classic.core.modules.gui.base.actions
Class ZoomListActionPlugin

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.AbstractActionPlugin
      extended by org.pentaho.reporting.engine.classic.core.modules.gui.base.actions.ZoomListActionPlugin
All Implemented Interfaces:
ActionPlugin

public class ZoomListActionPlugin
extends AbstractActionPlugin

This is a dummy plugin. When the system encouters this plugin, it will insert the Zoom-Combobox instead.

Author:
Thomas Morgner

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

ZoomListActionPlugin

public ZoomListActionPlugin()
Method Detail

getComponent

public JComboBox getComponent()

setComponent

public void setComponent(JComboBox component)

initialize

public boolean initialize(SwingGuiContext context)
Specified by:
initialize in interface ActionPlugin
Overrides:
initialize in class AbstractActionPlugin

deinitialize

public void deinitialize(SwingGuiContext swingGuiContext)
Specified by:
deinitialize in interface ActionPlugin
Overrides:
deinitialize in class AbstractActionPlugin

getDisplayName

public String getDisplayName()
Returns the display name for the export action.

Returns:
The display name.

getShortDescription

public String getShortDescription()
Returns the short description for the export action.

Returns:
The short description.

getSmallIcon

public Icon getSmallIcon()
Returns the small icon for the export action.

Returns:
The icon.

getLargeIcon

public Icon getLargeIcon()
Returns the large icon for the export action.

Returns:
The icon.

getAcceleratorKey

public KeyStroke getAcceleratorKey()
Returns the accelerator key for the export action.

Returns:
The accelerator key.

getMnemonicKey

public Integer getMnemonicKey()
Returns the mnemonic key code.

Returns:
The code.