|
org.openide.loaders 7.16.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.openide.awt.Toolbar.DnDEvent
@Deprecated public static class Toolbar.DnDEvent
DnDEvent is Toolbar's drag and drop event.
Field Summary | |
---|---|
static int |
DND_END
Deprecated. Type of DnDEvent. |
static int |
DND_LINE
Deprecated. Type of DnDEvent. |
static int |
DND_ONE
Deprecated. Type of DnDEvent. |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
Toolbar.DnDEvent(Toolbar toolbar,
String name,
int dx,
int dy,
int type)
Deprecated. |
Method Summary | |
---|---|
int |
getDX()
Deprecated. |
int |
getDY()
Deprecated. |
String |
getName()
Deprecated. |
int |
getType()
Deprecated. |
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 |
Field Detail |
---|
public static final int DND_ONE
public static final int DND_END
public static final int DND_LINE
Constructor Detail |
---|
public Toolbar.DnDEvent(Toolbar toolbar, String name, int dx, int dy, int type)
Method Detail |
---|
public String getName()
public int getDX()
public int getDY()
public int getType()
|
org.openide.loaders 7.16.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |