com.jivesoftware.sparkimpl.plugin.filetransfer.transfer
Class Downloads

java.lang.Object
  extended bycom.jivesoftware.sparkimpl.plugin.filetransfer.transfer.Downloads

public class Downloads
extends java.lang.Object


Method Summary
 void addDownloadPanel(javax.swing.JPanel panel)
           
 java.io.File getDownloadDirectory()
           
static Downloads getInstance()
          Returns the singleton instance of Downloads, creating it if necessary.
 javax.swing.JDialog invoke(javax.swing.JFrame frame)
           
 void removeDownloadPanel(javax.swing.JPanel panel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static Downloads getInstance()
Returns the singleton instance of Downloads, creating it if necessary.

Returns:
the singleton instance of Downloads

getDownloadDirectory

public java.io.File getDownloadDirectory()

addDownloadPanel

public void addDownloadPanel(javax.swing.JPanel panel)

removeDownloadPanel

public void removeDownloadPanel(javax.swing.JPanel panel)

invoke

public javax.swing.JDialog invoke(javax.swing.JFrame frame)