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

java.lang.Object
  extended by net.sf.doolin.gui.action.path.DefaultActionContextPathList
All Implemented Interfaces:
ActionContextPathList

public class DefaultActionContextPathList
extends Object
implements ActionContextPathList

Implementation for a list of ActionContextPath.

Author:
Damien Coraboeuf

Constructor Summary
DefaultActionContextPathList(List<ActionContextPath> actionContextPathList)
          Constructor.
DefaultActionContextPathList(Map<String,ActionBarContext> actionBarContextMap)
          Creates a menu bar context by merging several definitions
 
Method Summary
 List<ActionContextPath> getActionContextPathList()
          Gets the action context path list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultActionContextPathList

public DefaultActionContextPathList(List<ActionContextPath> actionContextPathList)
Constructor.

Parameters:
actionContextPathList - List of ActionContextPath.

DefaultActionContextPathList

public DefaultActionContextPathList(Map<String,ActionBarContext> actionBarContextMap)
Creates a menu bar context by merging several definitions

Parameters:
actionBarContextMap - Map of definitions
Method Detail

getActionContextPathList

public List<ActionContextPath> getActionContextPathList()
Description copied from interface: ActionContextPathList
Gets the action context path list.

Specified by:
getActionContextPathList in interface ActionContextPathList
Returns:
the action context path list


Copyright © 2011. All Rights Reserved.