Uses of Interface
com.jaxfront.core.rule.IAction

Packages that use IAction
com.jaxfront.core.rule   
 

Uses of IAction in com.jaxfront.core.rule
 

Classes in com.jaxfront.core.rule that implement IAction
 class AbstractAction
          Defines an abstract action.
 class ActionImpl
          Defines an action for any property change on a JAXFront model (type).
 class JavaAction
          Defines an action for any property change on a JAXFront model (type).
 class ModelAction
          Defines an action for any property change on a JAXFront model (type).
 class UIAction
          Defines an ui action (visual action) which will invoke any kind of method on any visualizer.
 

Methods in com.jaxfront.core.rule that return IAction
 IAction RuleInvocationException.getAction()
           
 

Constructors in com.jaxfront.core.rule with parameters of type IAction
RuleInvocationException(java.lang.Throwable t, IAction action)
           
RuleInvocationException(java.lang.Throwable t, IAction action, java.lang.Object target)