|
|||||||||
| Home >> All >> apollo >> gui >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
apollo.gui.event
Class NamedFeatureSelectionEvent

java.lang.Objectjava.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.
| 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.
|
|||||||||
| Home >> All >> apollo >> gui >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC