Uses of Class
org.jivesoftware.spark.ui.TranscriptWindow

Packages that use TranscriptWindow
org.jivesoftware.spark Provides the Managers used as the main entry points into the Spark client. 
org.jivesoftware.spark.ui Provides support by providing all chat specific components, such as ChatRoom and ContactList. 
 

Uses of TranscriptWindow in org.jivesoftware.spark
 

Methods in org.jivesoftware.spark with parameters of type TranscriptWindow
static void SparkManager.printChatTranscript(TranscriptWindow transcriptWindow)
          Displays a print dialog to print the transcript found in a TranscriptWindow
 

Uses of TranscriptWindow in org.jivesoftware.spark.ui
 

Methods in org.jivesoftware.spark.ui that return TranscriptWindow
 TranscriptWindow ChatRoom.getTranscriptWindow()
          Returns the chatWindow components.
 

Constructors in org.jivesoftware.spark.ui with parameters of type TranscriptWindow
ChatRoomTransferHandler.TranscriptWindowTransferable(TranscriptWindow item)