apollo.gui.event
Class NamedFeatureSelectionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by apollo.gui.event.NamedFeatureSelectionEvent
All Implemented Interfaces:
java.io.Serializable

public class NamedFeatureSelectionEvent
extends java.util.EventObject

I am fired when the system needs to select a feature by name (e.g. gene stable id) instead of by SeqFeature. The notion is that the name is all you have - the actual object will be found when the even is handled.

I was created to ease transmission of selection events (which in the end select genes and exons) between the SyntenyLinkPanel and the two Apollo panels which the link panel knows about.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
NamedFeatureSelectionEvent(java.lang.Object source, java.lang.String[] theNames)
           
 
Method Summary
 java.lang.String[] getNames()
           
 java.lang.Object getSource()
           
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NamedFeatureSelectionEvent

public NamedFeatureSelectionEvent(java.lang.Object source,
                                  java.lang.String[] theNames)
Method Detail

getNames

public java.lang.String[] getNames()

getSource

public java.lang.Object getSource()
Overrides:
getSource in class java.util.EventObject