Uses of Interface
org.jtheque.core.managers.module.beans.BeanMethod

Packages that use BeanMethod
org.jtheque.core.managers.module.beans Contains the ui utils. 
 

Uses of BeanMethod in org.jtheque.core.managers.module.beans
 

Classes in org.jtheque.core.managers.module.beans that implement BeanMethod
 class EmptyBeanMethod
           
 class ReflectionBeanMethod
          A bean method who invoke a method by reflection.
 

Methods in org.jtheque.core.managers.module.beans that return BeanMethod
 BeanMethod ModuleContainer.getPlugMethod()
          Return the plug method.
 BeanMethod ModuleContainer.getPrePlugMethod()
          Return the preplug method.
 BeanMethod ModuleContainer.getUnPlugMethod()
          Return the unplug method.
 

Methods in org.jtheque.core.managers.module.beans with parameters of type BeanMethod
 void ModuleContainer.setPlugMethod(BeanMethod plugMethod)
          Set the plug method.
 void ModuleContainer.setPrePlugMethod(BeanMethod prePlugMethod)
          Set the preplug method.
 void ModuleContainer.setUnPlugMethod(BeanMethod unPlugMethod)
          Set the unplug method.
 



Copyright © 2009 JTheque. All Rights Reserved.