net.sf.doolin.gui.action.path.list
Class DefaultActionPathList

java.lang.Object
  extended by net.sf.doolin.gui.action.path.list.DefaultActionPathList
All Implemented Interfaces:
ActionPathList

public class DefaultActionPathList
extends Object
implements ActionPathList

Default list of action paths.

Author:
Damien Coraboeuf

Constructor Summary
DefaultActionPathList()
          Constructor with a non-defined list
DefaultActionPathList(ActionPath... paths)
          Constructir with a predefined list of paths.
 
Method Summary
 List<ActionPath> getPaths()
          Returns the list of ActionPath.
 void setPaths(List<ActionPath> actionPaths)
          Sets the list of paths
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultActionPathList

public DefaultActionPathList()
Constructor with a non-defined list


DefaultActionPathList

public DefaultActionPathList(ActionPath... paths)
Constructir with a predefined list of paths.

Parameters:
paths - Path to set in the list
Method Detail

getPaths

public List<ActionPath> getPaths()
Description copied from interface: ActionPathList
Returns the list of ActionPath.

Specified by:
getPaths in interface ActionPathList
Returns:
List of ActionPath.

setPaths

public void setPaths(List<ActionPath> actionPaths)
Sets the list of paths

Parameters:
actionPaths - List of action paths


Copyright © 2011. All Rights Reserved.