org.pentaho.reporting.engine.classic.core.modules.gui.base.actions
Interface ControlActionPlugin

All Superinterfaces:
ActionPlugin
All Known Implementing Classes:
AboutActionPlugin, ExitActionPlugin, GoToActionPlugin, GoToFirstPageActionPlugin, GoToLastPageActionPlugin, GoToNextPageActionPlugin, GoToPreviousPageActionPlugin, PageSetupPlugin, ZoomCustomActionPlugin, ZoomInActionPlugin, ZoomOutActionPlugin

public interface ControlActionPlugin
extends ActionPlugin

An ActionPlugin that configures the Preview-Component in some way. Usually these implementations are tightly bound to the PreviewPane implementation details and assume a specific behavior of that class.

Author:
Thomas Morgner

Method Summary
 boolean configure(PreviewPane pane)
           
 
Methods inherited from interface org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.ActionPlugin
addPropertyChangeListener, addPropertyChangeListener, deinitialize, getAcceleratorKey, getDisplayName, getLargeIcon, getMenuOrder, getMnemonicKey, getRole, getRolePreference, getShortDescription, getSmallIcon, getToolbarOrder, initialize, isAddToMenu, isAddToToolbar, isEnabled, isSeparated, removePropertyChangeListener
 

Method Detail

configure

boolean configure(PreviewPane pane)