|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.objex.panywhere.events.IndividualsDropEvent
public class IndividualsDropEvent
Event generated when persons are dropped after a drag event inside the pedigree
| Field Summary | |
|---|---|
Individual[] |
dropped
The array containing individuals that were copy-pasted onto the pedigree as a part of this event |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
IndividualsDropEvent(java.lang.Object src,
Individual[] a_dropped)
|
|
| Method Summary |
|---|
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final Individual[] dropped
| Constructor Detail |
|---|
public IndividualsDropEvent(java.lang.Object src,
Individual[] a_dropped)
src - The event source. In this case it will be the pedigree objecta_dropped - The array containing individuals that were copy-pasted onto the pedigree as a part of this event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||