Uses of Class
net.ontopia.topicmaps.webed.impl.basic.ActionInGroup

Packages that use ActionInGroup
net.ontopia.topicmaps.webed.impl.basic The basic implementation of the core interfaces belonging to Ontopia's web editor framework, except the classes related to the to the implementation of actions (which are in their own package structure). 
net.ontopia.topicmaps.webed.impl.utils   
 

Uses of ActionInGroup in net.ontopia.topicmaps.webed.impl.basic
 

Methods in net.ontopia.topicmaps.webed.impl.basic that return ActionInGroup
 ActionInGroup ActionGroupIF.getAction(java.lang.String name)
          INTERNAL: Gets the action by the given name.
 ActionInGroup ActionGroup.getAction(java.lang.String name)
           
 

Methods in net.ontopia.topicmaps.webed.impl.basic with parameters of type ActionInGroup
 void ActionGroupIF.addAction(ActionInGroup action)
          INTERNAL: Add an action to this action group.
 void ActionGroup.addAction(ActionInGroup action)
           
 ActionForwardPageIF ActionGroupIF.getForwardPage(ActionInGroup action, boolean error)
          INTERNAL: Gets the forward page for the given action and response type.
 ActionForwardPageIF ActionGroup.getForwardPage(ActionInGroup action, boolean error)
           
 void ActionGroupIF.setForwardPage(ActionInGroup action, int responseType, ActionForwardPageIF forwardPage)
          INTERNAL: Sets forward page for the given pair of action and action response type.
 void ActionGroup.setForwardPage(ActionInGroup action, int responseType, ActionForwardPageIF forwardPage)
           
 

Uses of ActionInGroup in net.ontopia.topicmaps.webed.impl.utils
 

Fields in net.ontopia.topicmaps.webed.impl.utils declared as ActionInGroup
protected  ActionInGroup ActionResponseComposite.action
           
 

Methods in net.ontopia.topicmaps.webed.impl.utils that return ActionInGroup
 ActionInGroup ActionResponseComposite.getAction()
           
 ActionInGroup ActionData.getAction()
           
static ActionInGroup ActionUtils.getAction(ActionRegistryIF registry, java.lang.String group_name, java.lang.String action_name)
          Gets the action object specified by the action group and the name of the action.
 

Methods in net.ontopia.topicmaps.webed.impl.utils with parameters of type ActionInGroup
 void ActionResponseComposite.setAction(ActionInGroup action)
           
 

Constructors in net.ontopia.topicmaps.webed.impl.utils with parameters of type ActionInGroup
ActionData(ActionInGroup action, java.util.List params)
           
ActionData(ActionInGroup action, java.util.List params, java.util.Set value, java.util.List sub_actions, java.lang.String field_name)
           
ActionResponseComposite(ActionInGroup action, int responseType)
           
 



Copyright © 2000-2012 Ontopia.