Uses of Interface
org.biojava.spice.SPICEFrame

Packages that use SPICEFrame
org.biojava.spice The main directory of SPICE. 
org.biojava.spice.gui A collection of classes related to the GUI. 
org.biojava.spice.gui.msdkeyword   
org.biojava.spice.server   
 

Uses of SPICEFrame in org.biojava.spice
 

Classes in org.biojava.spice that implement SPICEFrame
 class SpiceApplication
          the main application layer of SPICE do not interact with this class directly, but interact with SPICEFrame interface.
 

Uses of SPICEFrame in org.biojava.spice.gui
 

Methods in org.biojava.spice.gui with parameters of type SPICEFrame
protected  void SpiceTabbedPane.setFrameTitle(SPICEFrame spice)
           
 void SpiceTabbedPane.setTabTitle(SPICEFrame spice, String title)
           
 int SpiceTabbedPane.getTabForSpice(SPICEFrame spice)
           
 void SpiceTabbedPane.addSpice(SPICEFrame spice)
           
 void SpiceTabbedPane.removeSPICE(SPICEFrame spice)
           
protected  String SpiceTabbedPane.getSpiceText(SPICEFrame spice)
           
 

Constructors in org.biojava.spice.gui with parameters of type SPICEFrame
SpiceMenuListener(SPICEFrame sp, StructurePanelListener listen)
           
StatusPanel(SPICEFrame parent)
           
SelectionLockMenuListener(SPICEFrame parent_, URL u)
           
AboutDialog(SPICEFrame spice_)
           
 

Uses of SPICEFrame in org.biojava.spice.gui.msdkeyword
 

Constructors in org.biojava.spice.gui.msdkeyword with parameters of type SPICEFrame
MSDWindow(SPICEFrame parent, String keyword)
           
 

Uses of SPICEFrame in org.biojava.spice.server
 

Methods in org.biojava.spice.server that return SPICEFrame
static SPICEFrame UserChoosesSpiceDialog.choose(SpiceServer server)
           
 SPICEFrame SpiceServer.getInstance(int position)
           
 

Methods in org.biojava.spice.server with parameters of type SPICEFrame
 void SpiceServer.registerInstance(SPICEFrame spice)
           
 void SpiceServer.removeInstance(SPICEFrame spice)