Uses of Interface
org.biojava.nbio.structure.gui.events.AlignmentPositionListener
-
-
Uses of AlignmentPositionListener in org.biojava.nbio.structure.align.gui.aligpanel
Classes in org.biojava.nbio.structure.align.gui.aligpanel that implement AlignmentPositionListener Modifier and Type Class Description classAligPanelA JPanel that can display an AFPChain in a nice way and interact with Jmol.classMultipleAligPanelA JPanel that can display the sequence alignment of aMultipleAlignmentin a nice way and interact with Jmol by selecting the aligned atoms of the sequence selection.classMultipleStatusDisplayThis class provides information of the selected positions in theMultipleAligPanel.classStatusDisplayMethods in org.biojava.nbio.structure.align.gui.aligpanel with parameters of type AlignmentPositionListener Modifier and Type Method Description voidAligPanel. addAlignmentPositionListener(AlignmentPositionListener li)voidMultipleAligPanel. addAlignmentPositionListener(AlignmentPositionListener li)voidAligPanelMouseMotionListener. addAligPosListener(AlignmentPositionListener li)voidMultipleAligPanelMouseMotionListener. addAligPosListener(AlignmentPositionListener li) -
Uses of AlignmentPositionListener in org.biojava.nbio.structure.gui
Methods in org.biojava.nbio.structure.gui with parameters of type AlignmentPositionListener Modifier and Type Method Description voidSequenceDisplay. addAlignmentPositionListener(AlignmentPositionListener li) -
Uses of AlignmentPositionListener in org.biojava.nbio.structure.gui.events
Classes in org.biojava.nbio.structure.gui.events that implement AlignmentPositionListener Modifier and Type Class Description classJmolAlignedPositionListener -
Uses of AlignmentPositionListener in org.biojava.nbio.structure.gui.util
Methods in org.biojava.nbio.structure.gui.util with parameters of type AlignmentPositionListener Modifier and Type Method Description voidSequenceMouseListener. addAlignmentPositionListener(AlignmentPositionListener li)
-