org.codehaus.mojo.pomtools.console.screens.editors
Class EditStringScreen

java.lang.Object
  extended by org.codehaus.mojo.pomtools.console.screens.AbstractModelScreen
      extended by org.codehaus.mojo.pomtools.console.screens.editors.EditStringScreen
All Implemented Interfaces:
ConsoleScreen

public class EditStringScreen
extends AbstractModelScreen

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

Nested Class Summary
 
Nested classes/interfaces inherited from class org.codehaus.mojo.pomtools.console.screens.AbstractModelScreen
AbstractModelScreen.OptionsPane
 
Field Summary
 
Fields inherited from class org.codehaus.mojo.pomtools.console.screens.AbstractModelScreen
KEY_DELETE_ITEM, KEY_NEW_ITEM, MODIFIED_LABEL, NEWLINE, NULL_VALUE, PRESS_ENTER_TO_CONTINUE
 
Constructor Summary
EditStringScreen(ObjectWrapper obj, BeanField field)
           
 
Method Summary
 String getAddlMessage()
           
 ConsoleScreenDisplay getDisplay()
           
 ConsoleEventDispatcher getEventDispatcher()
           
 void setAddlMessage(String addlMessage)
           
 
Methods inherited from class org.codehaus.mojo.pomtools.console.screens.AbstractModelScreen
createDisplay, createDisplay, decorateModifiedLabel, doRevert, doSave, getDefaultEventDispatcher, getDefaultEventManager, getFieldNameHeader, getHeader, getHeader, getHeader, getHelpText, getModelContext, getModifiedLabel, getName, getTerminal, getTerminalWidth, isModified, isNumberInRange, numberPrompt, setHelpText, setTerminalWidth, strPrompt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditStringScreen

public EditStringScreen(ObjectWrapper obj,
                        BeanField field)
Method Detail

getDisplay

public ConsoleScreenDisplay getDisplay()
                                throws ConsoleExecutionException
Throws:
ConsoleExecutionException

getEventDispatcher

public ConsoleEventDispatcher getEventDispatcher()
                                          throws ConsoleExecutionException
Throws:
ConsoleExecutionException

getAddlMessage

public String getAddlMessage()

setAddlMessage

public void setAddlMessage(String addlMessage)


Copyright © 2011 The Codehaus. All Rights Reserved.