org.codehaus.mojo.pomtools.console.toolkit.widgets
Class LabeledList

java.lang.Object
  extended by org.codehaus.mojo.pomtools.console.toolkit.widgets.LabeledList

public class LabeledList
extends Object

Version:
$Id: LabeledList.java 2166 2006-07-18 21:32:16Z carlos $
Author:
David Hawkins

Constructor Summary
LabeledList(Terminal term)
           
LabeledList(Terminal term, boolean rightAlignLabel)
           
LabeledList(Terminal term, boolean rightAlignLabel, boolean boldLabel)
           
 
Method Summary
 LabeledList add(String label, String content)
           
 LabeledList addEmpty()
           
 String getOutput()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabeledList

public LabeledList(Terminal term)

LabeledList

public LabeledList(Terminal term,
                   boolean rightAlignLabel)

LabeledList

public LabeledList(Terminal term,
                   boolean rightAlignLabel,
                   boolean boldLabel)
Method Detail

add

public LabeledList add(String label,
                       String content)

addEmpty

public LabeledList addEmpty()

getOutput

public String getOutput()


Copyright © 2011 The Codehaus. All Rights Reserved.