org.codehaus.mojo.pomtools.console.screens.custom
Class TransitiveStartPointDetailScreen

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

public class TransitiveStartPointDetailScreen
extends AbstractEditListItemScreen

Version:
$Id: TransitiveStartPointDetailScreen.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.editors.AbstractEditListItemScreen
KEY_NEXT_LIST_ITEM, KEY_PREVIOUS_LIST_ITEM
 
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
TransitiveStartPointDetailScreen(java.util.List containingList, int itemIndex)
           
 
Method Summary
 ConsoleScreenDisplay getDisplay()
           
 ConsoleEventDispatcher getEventDispatcher()
           
 java.lang.String getHelpText()
           
 
Methods inherited from class org.codehaus.mojo.pomtools.console.screens.editors.AbstractEditListItemScreen
getContainingList, getDefaultEventDispatcher, getEditorObject, getOptionsPane, getOptionsPane, hasContainingList, hasNext, hasPrevious, setContainingList, setCurrentIndex
 
Methods inherited from class org.codehaus.mojo.pomtools.console.screens.AbstractModelScreen
createDisplay, createDisplay, decorateModifiedLabel, doRevert, doSave, getDefaultEventManager, getFieldNameHeader, getHeader, getHeader, getHeader, 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

TransitiveStartPointDetailScreen

public TransitiveStartPointDetailScreen(java.util.List containingList,
                                        int itemIndex)
                                 throws ConsoleExecutionException
Throws:
ConsoleExecutionException
Method Detail

getHelpText

public java.lang.String getHelpText()
Specified by:
getHelpText in interface ConsoleScreen
Overrides:
getHelpText in class AbstractModelScreen

getDisplay

public ConsoleScreenDisplay getDisplay()
                                throws ConsoleExecutionException
Throws:
ConsoleExecutionException

getEventDispatcher

public ConsoleEventDispatcher getEventDispatcher()
                                          throws ConsoleExecutionException
Throws:
ConsoleExecutionException


Copyright © 2010 The Codehaus. All Rights Reserved.