org.jfree.report.modules.gui.swing.common
Class DefaultActionFactory

java.lang.Object
  extended by org.jfree.report.modules.gui.swing.common.DefaultActionFactory
All Implemented Interfaces:
ActionFactory

public class DefaultActionFactory
extends java.lang.Object
implements ActionFactory

Creation-Date: 16.11.2006, 16:28:03

Author:
Thomas Morgner

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

Constructor Detail

DefaultActionFactory

public DefaultActionFactory()
Method Detail

getActions

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