org.pentaho.reporting.engine.classic.core.modules.gui.commonswing
Class DefaultActionFactory

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.DefaultActionFactory
All Implemented Interfaces:
ActionFactory

public class DefaultActionFactory
extends Object
implements ActionFactory

Creation-Date: 16.11.2006, 16:28:03

Author:
Thomas Morgner

Constructor Summary
DefaultActionFactory()
           
 
Method Summary
 ActionPlugin[] getActions(SwingGuiContext context, String category)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultActionFactory

public DefaultActionFactory()
Method Detail

getActions

public ActionPlugin[] getActions(SwingGuiContext context,
                                 String category)
Specified by:
getActions in interface ActionFactory