|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
SequenceCursor.java Created: Mon Apr 3 18:59:26 2000
Method Summary | |
void |
addChangeListener(ChangeListener listener)
Add a listener to this cursor |
SequenceAlignmentPoint |
getMark()
Returns the position of mark |
SequenceAlignmentPoint |
getPoint()
Returns the position of point |
void |
removeChangeListener(ChangeListener listener)
Remove the listener from this cursor |
void |
setMark()
Set the mark to the current position of point |
void |
setPoint(SequenceAlignmentPoint position)
Set the point to the new position |
Method Detail |
public void addChangeListener(ChangeListener listener)
listener
- the listener to addpublic void removeChangeListener(ChangeListener listener)
listener
- the listener to removepublic void setPoint(SequenceAlignmentPoint position)
position
- the position to setpublic void setMark()
public SequenceAlignmentPoint getPoint()
public SequenceAlignmentPoint getMark()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |