org.speakright.sro.tests
Class TestListNavigator.MyFlightItem.FlightItemShortFormatter

java.lang.Object
  extended by org.speakright.sro.tests.TestListNavigator.MyFlightItem.FlightItemShortFormatter
All Implemented Interfaces:
java.io.Serializable, IItemFormatter, IItemReusableFormatter
Enclosing class:
TestListNavigator.MyFlightItem

public static class TestListNavigator.MyFlightItem.FlightItemShortFormatter
extends java.lang.Object
implements IItemReusableFormatter

See Also:
Serialized Form

Constructor Summary
TestListNavigator.MyFlightItem.FlightItemShortFormatter()
           
 
Method Summary
 java.lang.String formatItem()
          Return a prompt string that says the value of a model item.
 void setItem(IModelItem item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestListNavigator.MyFlightItem.FlightItemShortFormatter

public TestListNavigator.MyFlightItem.FlightItemShortFormatter()
Method Detail

setItem

public void setItem(IModelItem item)
Specified by:
setItem in interface IItemReusableFormatter

formatItem

public java.lang.String formatItem()
Description copied from interface: IItemFormatter
Return a prompt string that says the value of a model item.

Specified by:
formatItem in interface IItemFormatter
Returns: