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

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

public class TestListNavigator.MyFlightItem.FlightItemFormatter
extends java.lang.Object
implements IItemFormatter

See Also:
Serialized Form

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

Constructor Detail

TestListNavigator.MyFlightItem.FlightItemFormatter

public TestListNavigator.MyFlightItem.FlightItemFormatter(IModelItem item)
Method Detail

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: