|
NextApp Echo3 Extras v3.0.b4 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
nextapp.echo.app.event.ActionEvent
nextapp.echo.extras.app.event.DropEvent
public class DropEvent
An event that represents a draggable Component being dropped on a valid drop target.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| 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 nextapp.echo.app.event.ActionEvent |
|---|
getActionCommand |
| 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 |
| 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 Echo3 Extras v3.0.b4 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||