@Deprecated
public static class Toolbar.DnDEvent
extends java.util.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.
|
| Constructor | Description |
|---|---|
DnDEvent(Toolbar toolbar,
java.lang.String name,
int dx,
int dy,
int type) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
getDX() |
Deprecated.
|
int |
getDY() |
Deprecated.
|
java.lang.String |
getName() |
Deprecated.
|
int |
getType() |
Deprecated.
|
public static final int DND_ONE
public static final int DND_END
public static final int DND_LINE
public DnDEvent(Toolbar toolbar, java.lang.String name, int dx, int dy, int type)
public java.lang.String getName()
public int getDX()
public int getDY()
public int getType()
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.