org.biojava.spice.config
Class DasSourceConfigPanel

java.lang.Object
  extended byorg.biojava.spice.config.DasSourceConfigPanel

public class DasSourceConfigPanel
extends Object


Field Summary
static String[] colNames
           
 
Constructor Summary
DasSourceConfigPanel(ConfigPanel parent, RegistryConfiguration config)
           
 
Method Summary
protected  void deleteServer(SpiceDasSource ds)
           
protected  RegistryConfiguration getConfiguration()
           
 JPanel getPanel()
           
 Object[][] getTabData()
           
 Object[][] getTabData(SpiceDasSource[] servers)
           
 DasSourcePanelTableModel getTableModel()
           
 void selectAllSources()
           
 void setServerStatus(String url, Boolean status)
           
 void showAllSources()
           
 void updateDasSourceTable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

colNames

public static String[] colNames
Constructor Detail

DasSourceConfigPanel

public DasSourceConfigPanel(ConfigPanel parent,
                            RegistryConfiguration config)
Method Detail

showAllSources

public void showAllSources()

selectAllSources

public void selectAllSources()

getTableModel

public DasSourcePanelTableModel getTableModel()

getConfiguration

protected RegistryConfiguration getConfiguration()

setServerStatus

public void setServerStatus(String url,
                            Boolean status)

deleteServer

protected void deleteServer(SpiceDasSource ds)

getPanel

public JPanel getPanel()

updateDasSourceTable

public void updateDasSourceTable()

getTabData

public Object[][] getTabData()

getTabData

public Object[][] getTabData(SpiceDasSource[] servers)