|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.vamsas.client.picking.Message
uk.ac.vamsas.client.picking.MouseOverMessage
Message class that can be used to send mouse over events.
Field Summary |
Fields inherited from class uk.ac.vamsas.client.picking.Message |
message |
Constructor Summary | |
MouseOverMessage(java.lang.String vorbaID,
int position)
Constructs a new mouse over message. |
Method Summary | |
int |
getPosition()
Returns the position value associated with this message. |
java.lang.String |
getVorbaID()
Returns the VAMSAS object ID associated with this message. |
Methods inherited from class uk.ac.vamsas.client.picking.Message |
equals, getRawMessage, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MouseOverMessage(java.lang.String vorbaID, int position)
vorbaID
- the VAMSAS object ID of the event's source (usually an alignment
or alignment sequence)position
- a position on the source in its coordinate system (ie a column or
nucleotide/residue position)Method Detail |
public java.lang.String getVorbaID()
public int getPosition()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |