net.sf.doolin.gui.action.path.list
Interface ActionPathList

All Known Implementing Classes:
AggregatedActionPathList, DefaultActionPathList, LookAndFeelActionPathList, ParsedActionPathList

public interface ActionPathList

Container for a list of ActionPath.

Author:
Damien Coraboeuf

Method Summary
 List<ActionPath> getPaths()
          Returns the list of ActionPath.
 

Method Detail

getPaths

List<ActionPath> getPaths()
Returns the list of ActionPath.

Returns:
List of ActionPath.


Copyright © 2011. All Rights Reserved.