Uses of Package
com.jivesoftware.spark.ui

Packages that use com.jivesoftware.spark.ui
com.jivesoftware.spark Provides the Managers used as the main entry points into the Spark client. 
com.jivesoftware.spark.filetransfer Provides support for intercepting file transfers within Spark. 
com.jivesoftware.spark.ui Provides support by providing all chat specific components, such as ChatRoom and ContactList. 
com.jivesoftware.spark.ui.conferences Contains Conference Room specific components, such as room browsers and helpful conference utilities. 
com.jivesoftware.spark.ui.rooms Contains the two implementations of ChatRoom. 
com.jivesoftware.sparkimpl.plugin.transcripts   
com.jivesoftware.sparkimpl.preference.sounds   
com.jivesoftware.sparkimpl.search.users   
 

Classes in com.jivesoftware.spark.ui used by com.jivesoftware.spark
ChatContainer
          Should be subclassed to track all available ChatRooms.
ChatRoom
          The base implementation of all ChatRoom conversations.
ChatRoomListener
          The ChatRoomListener interface is one of the interfaces extension writers use to add functionality to Spark.
ContactList
           
MessageFilter
          The MessageFilter interface is one of the interfaces extension writers use to add functionality to Spark.
PresenceListener
          The PresenceListener is used to listen for Personal Presence changes within the system.
TranscriptWindow
          The TranscriptWindow class.
 

Classes in com.jivesoftware.spark.ui used by com.jivesoftware.spark.filetransfer
ChatRoom
          The base implementation of all ChatRoom conversations.
ContactItem
           
 

Classes in com.jivesoftware.spark.ui used by com.jivesoftware.spark.ui
ChatArea
          The ChatArea class handles proper chat text formatting such as url handling.
ChatFrame
          The Window used to display the ChatRoom container.
ChatInputEditor
          This is implementation of ChatArea that should be used as the sendField in any chat room implementation.
ChatRoom
          The base implementation of all ChatRoom conversations.
ChatRoom.ChatToolBar
          Used for the top toolbar.
ChatRoomButton
          Button to use with ChatRooms to allow for conformity in the Chat Room look and feel.
ChatRoomClosingListener
          $RCSfile: ,v $ $Revision: 1.0 $ $Date: 2005/05/25 04:20:03 $

Copyright (C) 1999-2005 Jive Software.

ChatRoomListener
          The ChatRoomListener interface is one of the interfaces extension writers use to add functionality to Spark.
ChatRoomNotFoundException
          Thrown when a Chat Room was not found.
ContactGroup
          Container representing a RosterGroup within the Contact List.
ContactGroupListener
          The ContactGroupListener interface is one of the interfaces extension writers use to add functionality to Spark.
ContactItem
           
ContactItemHandler
          The ContactItemHandler allows users to customize the actions that take place within a ContactItem within a users presence changes or the item is double clicked.
ContactListListener
          The ContactListListener interface is used to listen for model changes within the Contact List.
FileDropListener
          The FileDropListener interface is one of the interfaces extension writers use to add functionality to Spark.
MessageListener
          The MessageListener interface is one of the interfaces extension writers use to add functionality to Spark.
SparklerDecorator
          $RCSfile: ,v $ $Revision: $ $Date: $

Copyright (C) 1999-2005 Jive Software.

TranscriptWindow
          The TranscriptWindow class.
 

Classes in com.jivesoftware.spark.ui used by com.jivesoftware.spark.ui.conferences
ChatRoom
          The base implementation of all ChatRoom conversations.
ChatRoomListener
          The ChatRoomListener interface is one of the interfaces extension writers use to add functionality to Spark.
 

Classes in com.jivesoftware.spark.ui used by com.jivesoftware.spark.ui.rooms
ChatRoom
          The base implementation of all ChatRoom conversations.
MessageEventListener
          $RCSfile: ,v $ $Revision: $ $Date: $

Copyright (C) 1999-2005 Jive Software.

 

Classes in com.jivesoftware.spark.ui used by com.jivesoftware.sparkimpl.plugin.transcripts
ChatRoom
          The base implementation of all ChatRoom conversations.
ChatRoomListener
          The ChatRoomListener interface is one of the interfaces extension writers use to add functionality to Spark.
 

Classes in com.jivesoftware.spark.ui used by com.jivesoftware.sparkimpl.preference.sounds
ChatRoom
          The base implementation of all ChatRoom conversations.
ChatRoomListener
          The ChatRoomListener interface is one of the interfaces extension writers use to add functionality to Spark.
MessageListener
          The MessageListener interface is one of the interfaces extension writers use to add functionality to Spark.
 

Classes in com.jivesoftware.spark.ui used by com.jivesoftware.sparkimpl.search.users
DataFormUI
          Builds the UI for any DataForm (JEP-0004: Data Forms), and allow for creation of an answer form to send back the the server.