Serializable@Deprecated public static class Toolbar.DnDEvent extends EventObject
| Modifier and Type | Field | Description |
|---|---|---|
static int |
DND_END |
Deprecated.
Type of DnDEvent.
|
static int |
DND_LINE |
Deprecated.
Type of DnDEvent.
|
static int |
DND_ONE |
Deprecated.
Type of DnDEvent.
|
source| Constructor | Description |
|---|---|
DnDEvent(Toolbar toolbar,
String name,
int dx,
int dy,
int type) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
getDX() |
Deprecated.
|
int |
getDY() |
Deprecated.
|
String |
getName() |
Deprecated.
|
int |
getType() |
Deprecated.
|
getSource, toStringpublic static final int DND_ONE
public static final int DND_END
public static final int DND_LINE
public String getName()
public int getDX()
public int getDY()
public int getType()
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.