org.twdata.kokua
Class SpringActionResolver

java.lang.Object
  extended by org.twdata.kokua.SpringActionResolver
All Implemented Interfaces:
org.springframework.beans.factory.BeanFactoryAware, org.swixml.ActionResolver

public class SpringActionResolver
extends java.lang.Object
implements org.swixml.ActionResolver, org.springframework.beans.factory.BeanFactoryAware


Constructor Summary
SpringActionResolver()
           
 
Method Summary
 javax.swing.Action resolve(java.lang.Object target, java.lang.String name)
           
 void setBeanFactory(org.springframework.beans.factory.BeanFactory factory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringActionResolver

public SpringActionResolver()
Method Detail

setBeanFactory

public void setBeanFactory(org.springframework.beans.factory.BeanFactory factory)
Specified by:
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware

resolve

public javax.swing.Action resolve(java.lang.Object target,
                                  java.lang.String name)
Specified by:
resolve in interface org.swixml.ActionResolver