org.codehaus.mojo.pomtools.console.toolkit.widgets
Class LabeledList
java.lang.Object
org.codehaus.mojo.pomtools.console.toolkit.widgets.LabeledList
public class LabeledList
- extends java.lang.Object
- Version:
- $Id: LabeledList.java 2166 2006-07-18 21:32:16Z carlos $
- Author:
- David Hawkins
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LabeledList
public LabeledList(Terminal term)
LabeledList
public LabeledList(Terminal term,
boolean rightAlignLabel)
LabeledList
public LabeledList(Terminal term,
boolean rightAlignLabel,
boolean boldLabel)
add
public LabeledList add(java.lang.String label,
java.lang.String content)
addEmpty
public LabeledList addEmpty()
getOutput
public java.lang.String getOutput()
Copyright © 2010 The Codehaus. All Rights Reserved.