Uses of Interface
org.jivesoftware.smackx.xdata.form.FormReader
-
Packages that use FormReader Package Description org.jivesoftware.smackx.pubsub.form Smack's implementation of Data Forms (XEP-0004) for PubSub.org.jivesoftware.smackx.softwareinfo.form Form class needed for XEP-0232: Software Information.org.jivesoftware.smackx.xdata.form Smacks high-level API for XEP-0004: Data Forms. -
-
Uses of FormReader in org.jivesoftware.smackx.pubsub.form
Subinterfaces of FormReader in org.jivesoftware.smackx.pubsub.form Modifier and Type Interface Description interface
ConfigureFormReader
interface
SubscribeFormReader
Classes in org.jivesoftware.smackx.pubsub.form that implement FormReader Modifier and Type Class Description class
ConfigureForm
class
FillableConfigureForm
class
FillableSubscribeForm
class
FilledConfigureForm
class
FilledSubscribeForm
class
SubscribeForm
-
Uses of FormReader in org.jivesoftware.smackx.softwareinfo.form
Classes in org.jivesoftware.smackx.softwareinfo.form that implement FormReader Modifier and Type Class Description class
SoftwareInfoForm
Form
that contains the software information. -
Uses of FormReader in org.jivesoftware.smackx.xdata.form
Classes in org.jivesoftware.smackx.xdata.form that implement FormReader Modifier and Type Class Description class
FillableForm
class
FilledForm
class
Form
-