org.codehaus.mojo.pomtools.console.screens
Class ScreenHelper

java.lang.Object
  extended by org.codehaus.mojo.pomtools.console.screens.ScreenHelper

public final class ScreenHelper
extends java.lang.Object

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

Method Summary
static java.lang.String getFieldEditorSetting(java.lang.String fieldName)
           
static ConsoleScreen getListItemEditorScreen(ListWrapper objList, int itemIndex)
           
static ConsoleScreen getObjectEditorScreen(ObjectWrapper obj, BeanField field)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFieldEditorSetting

public static java.lang.String getFieldEditorSetting(java.lang.String fieldName)

getObjectEditorScreen

public static ConsoleScreen getObjectEditorScreen(ObjectWrapper obj,
                                                  BeanField field)
                                           throws ConsoleExecutionException
Throws:
ConsoleExecutionException

getListItemEditorScreen

public static ConsoleScreen getListItemEditorScreen(ListWrapper objList,
                                                    int itemIndex)


Copyright © 2009 The Codehaus. All Rights Reserved.