net.sourceforge.hivegui.command
Class ActionFactoryImpl

java.lang.Object
  extended by net.sourceforge.hivegui.command.ActionFactoryImpl
All Implemented Interfaces:
ActionFactory

public class ActionFactoryImpl
extends java.lang.Object
implements ActionFactory


Field Summary
protected  org.jdesktop.application.ApplicationContext _context
           
 
Constructor Summary
ActionFactoryImpl()
           
 
Method Summary
 javax.swing.Action getAction(java.lang.String id)
           
 javax.swing.Action getAction(java.lang.String id, java.lang.Object target)
           
 void setContextHolder(ApplicationContextHolder holder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_context

protected org.jdesktop.application.ApplicationContext _context
Constructor Detail

ActionFactoryImpl

public ActionFactoryImpl()
Method Detail

setContextHolder

public void setContextHolder(ApplicationContextHolder holder)

getAction

public javax.swing.Action getAction(java.lang.String id,
                                    java.lang.Object target)
Specified by:
getAction in interface ActionFactory

getAction

public javax.swing.Action getAction(java.lang.String id)
Specified by:
getAction in interface ActionFactory