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

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.GoToActionPlugin
All Implemented Interfaces:
ControlActionPlugin, ActionPlugin

public class GoToActionPlugin
extends AbstractActionPlugin
implements ControlActionPlugin

Creation-Date: 16.11.2006, 16:34:55

Author:
Thomas Morgner

Field Summary
 
Fields inherited from class org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.AbstractActionPlugin
ENABLED_PROPERTY
 
Constructor Summary
GoToActionPlugin()
           
 
Method Summary
 boolean configure(PreviewPane reportPane)
           
 void deinitialize(SwingGuiContext swingGuiContext)
           
 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.
 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)
           
 
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
 
Methods inherited from interface org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.ActionPlugin
addPropertyChangeListener, addPropertyChangeListener, getMenuOrder, getRole, getRolePreference, getToolbarOrder, isAddToMenu, isAddToToolbar, isEnabled, isSeparated, removePropertyChangeListener
 

Constructor Detail

GoToActionPlugin

public GoToActionPlugin()
Method Detail

deinitialize

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

initialize

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

getDisplayName

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

Specified by:
getDisplayName in interface ActionPlugin
Returns:
The display name.

getShortDescription

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

Specified by:
getShortDescription in interface ActionPlugin
Returns:
The short description.

getSmallIcon

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

Specified by:
getSmallIcon in interface ActionPlugin
Returns:
The icon.

getLargeIcon

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

Specified by:
getLargeIcon in interface ActionPlugin
Returns:
The icon.

getAcceleratorKey

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

Specified by:
getAcceleratorKey in interface ActionPlugin
Returns:
The accelerator key.

getMnemonicKey

public Integer getMnemonicKey()
Returns the mnemonic key code.

Specified by:
getMnemonicKey in interface ActionPlugin
Returns:
The code.

configure

public boolean configure(PreviewPane reportPane)
Specified by:
configure in interface ControlActionPlugin