Uses of Interface
net.ontopia.topicmaps.webed.impl.basic.ActionForwardPageIF

Packages that use ActionForwardPageIF
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 ActionForwardPageIF in net.ontopia.topicmaps.webed.impl.basic
 

Classes in net.ontopia.topicmaps.webed.impl.basic that implement ActionForwardPageIF
 class ActionForwardPage
          INTERNAL: Default implementation of the interface ActionForwardPageIF
 

Methods in net.ontopia.topicmaps.webed.impl.basic that return ActionForwardPageIF
 ActionForwardPageIF ActionGroupIF.getDefaultForwardPage(int responseType)
          INTERNAL: Gets the forward page which should be used as default for the given action response type.
 ActionForwardPageIF ActionGroup.getDefaultForwardPage(int responseType)
           
 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)
           
 ActionForwardPageIF ActionGroupIF.getLockedForwardPage()
          INTERNAL: Gets the forward page to use when locking fails.
 ActionForwardPageIF ActionGroup.getLockedForwardPage()
           
 

Methods in net.ontopia.topicmaps.webed.impl.basic with parameters of type ActionForwardPageIF
 void ActionGroupIF.setDefaultForwardPage(int responseType, ActionForwardPageIF forwardPage)
          INTERNAL: Sets the default forward page for the given action response type.
 void ActionGroup.setDefaultForwardPage(int responseType, ActionForwardPageIF forwardPage)
           
 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)
           
 void ActionGroupIF.setLockedForwardPage(ActionForwardPageIF forwardPage)
          INTERNAL: Sets the forward page in the case a lock situation
 void ActionGroup.setLockedForwardPage(ActionForwardPageIF forwardPage)
           
 

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

Fields in net.ontopia.topicmaps.webed.impl.utils declared as ActionForwardPageIF
protected  ActionForwardPageIF ForwardPageResponseComposite.forwardPage
           
 

Methods in net.ontopia.topicmaps.webed.impl.utils that return ActionForwardPageIF
 ActionForwardPageIF ForwardPageResponseComposite.getForwardPage()
           
 

Methods in net.ontopia.topicmaps.webed.impl.utils with parameters of type ActionForwardPageIF
 void ForwardPageResponseComposite.setForwardPage(ActionForwardPageIF forwardPage)
           
 

Constructors in net.ontopia.topicmaps.webed.impl.utils with parameters of type ActionForwardPageIF
ForwardPageResponseComposite(ActionForwardPageIF forwardPage, int responseType)
           
 



Copyright © 2000-2012 Ontopia.