edu.sdsc.sirius.builder
Interface FragmentGroupPanel

All Known Implementing Classes:
CustomFragmentPanel, GeneralFragmentPanel, ProteinFragmentPanel

public interface FragmentGroupPanel

This is an interface for all panels that contain input parameters and output display capabilities for web services, e.g. APBS, GAMESS, PDB, etc.

Author:
Oleksandr V. Buzko

Method Summary
 void deselectButtons()
           
 java.lang.String getFragmentGroupName()
           
 Manager getParentApplication()
           
 void processButtonClick(java.lang.String id)
           
 void setBuilderPanel(BuilderPanel panel)
           
 void setParentApplication(Manager callable)
           
 void updatePanel()
           
 

Method Detail

getFragmentGroupName

public java.lang.String getFragmentGroupName()

setParentApplication

public void setParentApplication(Manager callable)

getParentApplication

public Manager getParentApplication()

setBuilderPanel

public void setBuilderPanel(BuilderPanel panel)

deselectButtons

public void deselectButtons()

processButtonClick

public void processButtonClick(java.lang.String id)

updatePanel

public void updatePanel()