org.codehaus.mojo.pomtools.console.screens
Class AbstractModelScreen.OptionsPane

java.lang.Object
  extended by org.codehaus.mojo.pomtools.console.screens.AbstractModelScreen.OptionsPane
Enclosing class:
AbstractModelScreen

protected class AbstractModelScreen.OptionsPane
extends java.lang.Object

Simple wrapper for LabeledList that prints the box below:

Additional Options: x) Some text


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

Constructor Detail

AbstractModelScreen.OptionsPane

public AbstractModelScreen.OptionsPane()
Method Detail

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.