Uses of Class
com.funnelback.publicui.search.model.padre.Spell
-
Packages that use Spell Package Description com.funnelback.publicui.search.model.padre Provides classes corresponding to the XML result packet returned by PADRE.com.funnelback.publicui.search.model.padre.factories -
-
Uses of Spell in com.funnelback.publicui.search.model.padre
Fields in com.funnelback.publicui.search.model.padre declared as Spell Modifier and Type Field Description private SpellResultPacket. spellSpelling suggestions.Methods in com.funnelback.publicui.search.model.padre that return Spell Modifier and Type Method Description SpellResultPacket. getSpell()Spelling suggestions.Methods in com.funnelback.publicui.search.model.padre with parameters of type Spell Modifier and Type Method Description voidResultPacket. setSpell(Spell spell)Spelling suggestions. -
Uses of Spell in com.funnelback.publicui.search.model.padre.factories
Methods in com.funnelback.publicui.search.model.padre.factories that return Spell Modifier and Type Method Description static SpellSpellFactory. fromMap(java.util.Map<java.lang.String,java.lang.String> data)static SpellSpellFactory. fromXmlStreamReader(javax.xml.stream.XMLStreamReader xmlStreamReader)
-