Package org.biojava.nbio.structure.gui
Interface Selection
-
- All Known Implementing Classes:
SelectionImpl
public interface Selection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clear()
java.util.List<AtomInfo>
getSelection()
void
setSelection(java.util.List<AtomInfo> selection)
-