'STRAP:multiple sequence alignments '

charite.christo
Class FilePopup

java.lang.Object
  extended by charite.christo.FilePopup
All Implemented Interfaces:
ProcessEv, TooltipProvider, java.util.EventListener, javax.swing.event.PopupMenuListener

public class FilePopup
extends java.lang.Object
implements TooltipProvider, ProcessEv, javax.swing.event.PopupMenuListener

HELP This list shows currently downloaded files.
Stalled downloads are recognized by a file size that does not change for a long time.
They can block the program flow. This view provides the possibility to cancel running downloads.

Sometimes it happens that a very large file is downloaded unintendedly by clicking the wrong hyper-link. In this case cancel the download here.


Field Summary
static long NO_RENAME
           
static long PROTEIN_FILE
           
 
Constructor Summary
FilePopup(long options)
           
 
Method Summary
 java.io.File[] getFiles()
           
static FilePopup instance()
           
 void manageTT(javax.swing.JComponent c)
           
 javax.swing.JPopupMenu menu(java.io.File f)
           
 java.lang.Object[] menuObjects(java.lang.String icn, java.lang.String title)
           
 javax.swing.JPopupMenu popMenu()
           
 void popupMenuCanceled(javax.swing.event.PopupMenuEvent e)
           
 void popupMenuWillBecomeInvisible(javax.swing.event.PopupMenuEvent e)
           
 void popupMenuWillBecomeVisible(javax.swing.event.PopupMenuEvent e)
           
 void processEv(java.awt.AWTEvent ev)
           
 java.lang.String provideTip(java.lang.Object evOrComp)
           
 void register(javax.swing.JComponent q)
           
 FilePopup setFiles(ChRunnable hasFiles)
           
static BA tip(java.io.File f)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_RENAME

public static final long NO_RENAME
See Also:
Constant Field Values

PROTEIN_FILE

public static final long PROTEIN_FILE
See Also:
Constant Field Values
Constructor Detail

FilePopup

public FilePopup(long options)
Method Detail

popupMenuCanceled

public void popupMenuCanceled(javax.swing.event.PopupMenuEvent e)
Specified by:
popupMenuCanceled in interface javax.swing.event.PopupMenuListener

popupMenuWillBecomeInvisible

public void popupMenuWillBecomeInvisible(javax.swing.event.PopupMenuEvent e)
Specified by:
popupMenuWillBecomeInvisible in interface javax.swing.event.PopupMenuListener

popupMenuWillBecomeVisible

public void popupMenuWillBecomeVisible(javax.swing.event.PopupMenuEvent e)
Specified by:
popupMenuWillBecomeVisible in interface javax.swing.event.PopupMenuListener

manageTT

public void manageTT(javax.swing.JComponent c)

instance

public static FilePopup instance()

register

public void register(javax.swing.JComponent q)

menu

public javax.swing.JPopupMenu menu(java.io.File f)

popMenu

public javax.swing.JPopupMenu popMenu()

menuObjects

public java.lang.Object[] menuObjects(java.lang.String icn,
                                      java.lang.String title)

setFiles

public FilePopup setFiles(ChRunnable hasFiles)

getFiles

public java.io.File[] getFiles()

processEv

public void processEv(java.awt.AWTEvent ev)
Specified by:
processEv in interface ProcessEv
See Also:
EvAdapter

tip

public static BA tip(java.io.File f)

provideTip

public java.lang.String provideTip(java.lang.Object evOrComp)
Specified by:
provideTip in interface TooltipProvider

'STRAP:multiple sequence alignments '

'The most important classes are StrapAlign, Protein and StrapEvent.'