uk.ac.man.bioinf.gui.viewer.event
Class AlignmentSelectionEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--uk.ac.man.bioinf.gui.viewer.event.AlignmentSelectionEvent
All Implemented Interfaces:
Serializable

public class AlignmentSelectionEvent
extends EventObject

AlignmentSelectionEvent.java Created: Mon Apr 10 12:22:22 2000

Version:
$Id: AlignmentSelectionEvent.java,v 1.2 2001/04/11 17:04:42 lord Exp $
Author:
Phillip Lord
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AlignmentSelectionEvent(Object source, SequenceAlignmentRectangle rectangle, boolean isAdjusting)
           
 
Method Summary
 SequenceAlignmentRectangle getSelectionRectangle()
           
 boolean isValueAdjusting()
           
 String toString()
           
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AlignmentSelectionEvent

public AlignmentSelectionEvent(Object source,
                               SequenceAlignmentRectangle rectangle,
                               boolean isAdjusting)
Method Detail

getSelectionRectangle

public SequenceAlignmentRectangle getSelectionRectangle()

isValueAdjusting

public boolean isValueAdjusting()

toString

public String toString()
Overrides:
toString in class EventObject