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 Object

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

Method Summary
static String getFieldEditorSetting(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 String getFieldEditorSetting(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 © 2011 The Codehaus. All Rights Reserved.