net.sf.doolin.gui.action.path.item
Class SeparatorActionPath
java.lang.Object
net.sf.doolin.gui.action.path.item.AbstractActionPath
net.sf.doolin.gui.action.path.item.SeparatorActionPath
- All Implemented Interfaces:
- ActionPath
public class SeparatorActionPath
- extends AbstractActionPath
This action path installs a separator at the given path.
- Author:
- Damien Coraboeuf
SeparatorActionPath
public SeparatorActionPath()
- Constructor with no path.
SeparatorActionPath
public SeparatorActionPath(List<String> paths)
- Constructor with some paths.
- Parameters:
paths - Stack of paths
install
public void install(MenuBuilder menuBuilder,
ActionFactory actionFactory,
ActionContext actionContext)
- Installs a separator.
- Parameters:
menuBuilder - Menu builderactionFactory - Action factory to useactionContext - Action context to use- See Also:
MenuBuilder.addSeparator()
toString
public String toString()
- Overrides:
toString in class AbstractActionPath
Copyright © 2011. All Rights Reserved.