org.openide.loaders 7.10.1

org.openide.awt
Class Toolbar.DnDEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.openide.awt.Toolbar.DnDEvent
All Implemented Interfaces:
Serializable
Enclosing class:
Toolbar

Deprecated.

@Deprecated
public static class Toolbar.DnDEvent
extends EventObject

DnDEvent is Toolbar's drag and drop event.

See Also:
Serialized Form

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

DND_ONE

public static final int DND_ONE
Deprecated. 
Type of DnDEvent. Dragging with only one Toolbar.

See Also:
Constant Field Values

DND_END

public static final int DND_END
Deprecated. 
Type of DnDEvent. Only horizontal dragging with Toolbar and it's followers.

See Also:
Constant Field Values

DND_LINE

public static final int DND_LINE
Deprecated. 
Type of DnDEvent. Only vertical dragging with whole lines.

See Also:
Constant Field Values
Constructor Detail

Toolbar.DnDEvent

public Toolbar.DnDEvent(Toolbar toolbar,
                        String name,
                        int dx,
                        int dy,
                        int type)
Deprecated. 
Method Detail

getName

public String getName()
Deprecated. 
Returns:
name of toolbar where event occured.

getDX

public int getDX()
Deprecated. 
Returns:
distance of horizontal dragging

getDY

public int getDY()
Deprecated. 
Returns:
distance of vertical dragging

getType

public int getType()
Deprecated. 
Returns:
type of event.

org.openide.loaders 7.10.1

Built on February 13 2010.  |  Portions Copyright 1997-2010 Sun Microsystems, Inc. All rights reserved.