org.codehaus.mojo.pomtools.console.screens.editors
Class EditStringListValueScreen
java.lang.Object
org.codehaus.mojo.pomtools.console.screens.AbstractModelScreen
org.codehaus.mojo.pomtools.console.screens.editors.EditStringListValueScreen
- All Implemented Interfaces:
- ConsoleScreen
public class EditStringListValueScreen
- extends AbstractModelScreen
Editor for editing a String from a List of String objects.
Generally we go straight to the EditObjectScreen
from the EditListScreen
, but in the case of
a List of String, we want to go straight to a String editor.
- Version:
- $Id: EditStringListValueScreen.java 2166 2006-07-18 21:32:16Z carlos $
- Author:
- David Hawkins
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 |
EditStringListValueScreen
public EditStringListValueScreen(ListWrapper containingList,
int itemIndex,
String itemTypeLabel)
getDisplay
public ConsoleScreenDisplay getDisplay()
throws ConsoleExecutionException
- Throws:
ConsoleExecutionException
getEventDispatcher
public ConsoleEventDispatcher getEventDispatcher()
throws ConsoleExecutionException
- Throws:
ConsoleExecutionException
Copyright © 2011 The Codehaus. All Rights Reserved.