Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

apollo.gui.event
Class NamedFeatureSelectionEvent  view NamedFeatureSelectionEvent download NamedFeatureSelectionEvent.java

java.lang.Object
  extended byjava.util.EventObject
      extended byapollo.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.


Field Summary
(package private)  java.lang.String[] names
           
 
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()
          Returns the source of the event.
 
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
 

Field Detail

names

java.lang.String[] names
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()
Description copied from class: java.util.EventObject
Returns the source of the event.