Uses of Class
org.jivesoftware.smackx.pubsub.ConfigureForm

Packages that use ConfigureForm
org.jivesoftware.smackx.pubsub   
org.jivesoftware.smackx.pubsub.util   
 

Uses of ConfigureForm in org.jivesoftware.smackx.pubsub
 

Methods in org.jivesoftware.smackx.pubsub that return ConfigureForm
 ConfigureForm ConfigurationEvent.getConfiguration()
           
 ConfigureForm PubSubManager.getDefaultConfiguration()
          Returns the default settings for Node configuration.
 ConfigureForm Node.getNodeConfiguration()
          Returns a configuration form, from which you can create an answer form to be submitted via the Node.sendConfigurationForm(Form).
 

Constructors in org.jivesoftware.smackx.pubsub with parameters of type ConfigureForm
ConfigurationEvent(java.lang.String nodeId, ConfigureForm configForm)
           
 

Uses of ConfigureForm in org.jivesoftware.smackx.pubsub.util
 

Methods in org.jivesoftware.smackx.pubsub.util that return ConfigureForm
static ConfigureForm NodeUtils.getFormFromPacket(org.jivesoftware.smack.packet.Packet packet, PubSubElementType elem)
          Get a ConfigureForm from a packet.