|
NextApp Echo2 Extras v2.1.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectActionEvent
nextapp.echo2.extras.app.event.DropEvent
public class DropEvent
An event that represents a draggable Component being dropped on a valid drop target.
| Constructor Summary | |
|---|---|
DropEvent(java.lang.Object source,
java.lang.Object target)
Creates a DropEvent with the given Component as the draggable (source) and drop target Component (target) |
|
| Method Summary | |
|---|---|
java.lang.Object |
getTarget()
Returns the drop target Component |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DropEvent(java.lang.Object source,
java.lang.Object target)
source - The draggable Componenttarget - The drop target Component| Method Detail |
|---|
public java.lang.Object getTarget()
|
NextApp Echo2 Extras v2.1.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||