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

java.lang.Object
  extended by org.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()
           
 javax.swing.JFileChooser getFileChooser()
           
static Downloads getInstance()
          Returns the singleton instance of Downloads, creating it if necessary.
 void removeDownloadPanel(javax.swing.JPanel panel)
           
 void showDownloadsDirectory()
           
 
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

getFileChooser

public javax.swing.JFileChooser getFileChooser()

getDownloadDirectory

public java.io.File getDownloadDirectory()

addDownloadPanel

public void addDownloadPanel(javax.swing.JPanel panel)

removeDownloadPanel

public void removeDownloadPanel(javax.swing.JPanel panel)

showDownloadsDirectory

public void showDownloadsDirectory()