@Deprecated public static class Toolbar.DnDEvent extends EventObject
Modifier and Type | Field and 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 and Description |
---|
DnDEvent(Toolbar toolbar,
String name,
int dx,
int dy,
int type)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
getDX()
Deprecated.
|
int |
getDY()
Deprecated.
|
String |
getName()
Deprecated.
|
int |
getType()
Deprecated.
|
getSource, toString
public 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()