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

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

Uses of TranscriptWindow in com.jivesoftware.spark
 

Methods in com.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 com.jivesoftware.spark.ui
 

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

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