Uses of Interface
org.speakright.core.IModelItem

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

Uses of IModelItem in org.speakright.core
 

Classes in org.speakright.core that implement IModelItem
 class ModelItemBase
          Base class for model items.
 

Methods in org.speakright.core with parameters of type IModelItem
 void IItemReusableFormatter.setItem(IModelItem item)
           
 

Constructors in org.speakright.core with parameters of type IModelItem
DefaultItemFormatter(IModelItem item)
           
 

Uses of IModelItem in org.speakright.core.tests
 

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

Uses of IModelItem in org.speakright.demos.simpsons
 

Classes in org.speakright.demos.simpsons that implement IModelItem
static class Model.BooleanItem
           
static class Model.IntItem
           
static class Model.StringItem
           
 

Methods in org.speakright.demos.simpsons with parameters of type IModelItem
 void App.VotingResultsList.setItem(IModelItem item)
           
 

Uses of IModelItem in org.speakright.sro
 

Classes in org.speakright.sro that implement IModelItem
 class SRODateItem
           
 class SROOrdinalItem
          Item for saying an ordinal number (eg.
 class SROStringItem
          A string value, used in SROs such as SROListNavigator.
 class SROSubjectItem
          Item for saying the noun in a numerical noun phrase such the word "cars" in "two cars".
 

Fields in org.speakright.sro with type parameters of type IModelItem
protected  java.util.ArrayList<IModelItem> SROListNavigator.m_L
           
 

Constructor parameters in org.speakright.sro with type arguments of type IModelItem
SROListNavigator(java.lang.String subject, java.util.ArrayList<IModelItem> L, int junk)
           
 

Uses of IModelItem in org.speakright.sro.tests
 

Classes in org.speakright.sro.tests that implement IModelItem
static class TestListNavigator.MyFlightItem
           
 

Methods in org.speakright.sro.tests with parameters of type IModelItem
 void TestListNavigator.MyFlightItem.FlightItemShortFormatter.setItem(IModelItem item)
           
 

Constructors in org.speakright.sro.tests with parameters of type IModelItem
TestListNavigator.MyFlightItem.FlightItemFormatter(IModelItem item)