Interface StructurePairSelector
-
- All Known Implementing Classes:
PDBDirPanel,PDBServerPanel,PDBUploadPanel,ScopSelectPanel,SelectPDBPanel
public interface StructurePairSelector
To 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, IOException
- Throws:
StructureExceptionIOException
-
getStructure2
Structure getStructure2() throws StructureException, IOException
- Throws:
StructureExceptionIOException
-
-