net.sf.doolin.gui.lf
Class LookAndFeelActionPathList

java.lang.Object
  extended by net.sf.doolin.gui.lf.LookAndFeelActionPathList
All Implemented Interfaces:
ActionPathList

public class LookAndFeelActionPathList
extends Object
implements ActionPathList

Generation of a group of actions for the management of look and feels

Author:
Damien Coraboeuf

Constructor Summary
LookAndFeelActionPathList()
           
 
Method Summary
 List<ActionPath> getPaths()
          Returns the list of ActionPath.
 void setLfList(List<UIManager.LookAndFeelInfo> lfList)
          Sets a list of additional look and feels
 void setLfNameList(List<String> lfList)
          Sets additional L&F class names
 void setPathPrefix(String pathPrefix)
          Sets the path prefix to use when constructing the action paths (empty by default)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LookAndFeelActionPathList

public LookAndFeelActionPathList()
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.

setLfList

public void setLfList(List<UIManager.LookAndFeelInfo> lfList)
Sets a list of additional look and feels

Parameters:
lfList - List of look and feels

setLfNameList

public void setLfNameList(List<String> lfList)
Sets additional L&F class names

Parameters:
lfList - List of look and feels

setPathPrefix

public void setPathPrefix(String pathPrefix)
Sets the path prefix to use when constructing the action paths (empty by default)

Parameters:
pathPrefix - Path prefix


Copyright © 2011. All Rights Reserved.