apollo.gui.event
Class NamedFeatureSelectionEvent
java.lang.Object
java.util.EventObject
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
| Fields inherited from class java.util.EventObject |
source |
| 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 |
NamedFeatureSelectionEvent
public NamedFeatureSelectionEvent(java.lang.Object source,
java.lang.String[] theNames)
getNames
public java.lang.String[] getNames()
getSource
public java.lang.Object getSource()
- Overrides:
getSource in class java.util.EventObject