net.sf.doolin.gui.action.path
Class ActionContextPath

java.lang.Object
  extended by net.sf.doolin.gui.action.path.ActionContextPath

public class ActionContextPath
extends Object

Association of an action context and of an action path.

Author:
Damien Coraboeuf

Constructor Summary
ActionContextPath(ActionContext actionContext, ActionPath actionPath)
          Instantiates a new action context path.
 
Method Summary
 ActionContext getActionContext()
          Gets the action context.
 ActionPath getActionPath()
          Gets the action path.
 void install(MenuBuilder menuBuilder, ActionFactory actionFactory)
          Install this class into a menu builder
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActionContextPath

public ActionContextPath(ActionContext actionContext,
                         ActionPath actionPath)
Instantiates a new action context path.

Parameters:
actionContext - the action context
actionPath - the action path
Method Detail

getActionContext

public ActionContext getActionContext()
Gets the action context.

Returns:
the action context

getActionPath

public ActionPath getActionPath()
Gets the action path.

Returns:
the action path

install

public void install(MenuBuilder menuBuilder,
                    ActionFactory actionFactory)
Install this class into a menu builder

Parameters:
menuBuilder - the menu builder
actionFactory - the action factory
See Also:
ActionPath.install(MenuBuilder, ActionFactory, ActionContext)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.