Uses of Interface
org.speakright.core.IItemFormatter

Packages that use IItemFormatter
org.speakright.core   
org.speakright.core.tests   
org.speakright.demos.simpsons   
org.speakright.sro   
org.speakright.sro.tests   
 

Uses of IItemFormatter in org.speakright.core
 

Subinterfaces of IItemFormatter in org.speakright.core
 interface IItemReusableFormatter
          A formatter that isn't bound to a single instance of an IModelItem.
 

Classes in org.speakright.core that implement IItemFormatter
 class DefaultItemFormatter
          The default item formatter simply calls toString of the given model item.
 

Fields in org.speakright.core declared as IItemFormatter
protected  IItemFormatter ModelItemBase.m_formatter
           
 

Methods in org.speakright.core that return IItemFormatter
 IItemFormatter IModelItem.getFormatter()
          get the current formatter for rendering this item into a prompt.
 IItemFormatter ModelItemBase.getFormatter()
           
 

Methods in org.speakright.core with parameters of type IItemFormatter
 void IModelItem.setFormatter(IItemFormatter formatter)
          Set the formatter of this item.
 void ModelItemBase.setFormatter(IItemFormatter formatter)
           
 

Uses of IItemFormatter in org.speakright.core.tests
 

Classes in org.speakright.core.tests that implement IItemFormatter
 class TestRender.MyItem
           
 

Uses of IItemFormatter in org.speakright.demos.simpsons
 

Classes in org.speakright.demos.simpsons that implement IItemFormatter
static class App.VotingResultsList
           
 

Uses of IItemFormatter in org.speakright.sro
 

Classes in org.speakright.sro that implement IItemFormatter
 class SRODateItem
           
 class SROOrdinalItem.OrdinalItemFormatter
           
 class SROSubjectItem.SubjectItemFormatter
           
 

Uses of IItemFormatter in org.speakright.sro.tests
 

Classes in org.speakright.sro.tests that implement IItemFormatter
 class TestListNavigator.MyFlightItem.FlightItemFormatter
           
static class TestListNavigator.MyFlightItem.FlightItemShortFormatter