Interface StructurePairSelector
-
- All Known Implementing Classes:
PDBDirPanel,PDBServerPanel,PDBUploadPanel
public interface StructurePairSelectorTo be implemented by JPanels that are part of the GUI to trigger structure aligmnents.- Since:
- 1.7
- Author:
- Andreas Prlic
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StructuregetStructure1()StructuregetStructure2()
-
-
-
Method Detail
-
getStructure1
Structure getStructure1() throws StructureException
- Throws:
StructureException
-
getStructure2
Structure getStructure2() throws StructureException
- Throws:
StructureException
-
-