All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.dnd.DDUtilities

java.lang.Object
   |
   +----com.ibm.dnd.DDUtilities

public class DDUtilities
extends Object

Constructor Index

 o DDUtilities()

Method Index

 o deregisterSource(DDSource, Component)
Unregisters the DDSource object and the component so that the user is not able to drag anything from the component any more.
 o deregisterTarget(DDTarget, Component)
Unregisters the DDTarget object and the component so that the user is not able to drop anything on the component any more.
 o registerSource(DDSource, Component)
Registers a DDSource object and a component so that the user is able to drag something from the component.
 o registerTarget(DDTarget, Component)
Registers a DDTarget object and a component so that the user is able to drop something on the component.

Constructors

 o DDUtilities
 public DDUtilities()

Methods

 o deregisterSource
 public static void deregisterSource(DDSource source,
                                     Component component)
Unregisters the DDSource object and the component so that the user is not able to drag anything from the component any more.

Parameters:
source - com.ibm.dnd.DDSource
component - java.awt.Component
 o deregisterTarget
 public static void deregisterTarget(DDTarget target,
                                     Component component)
Unregisters the DDTarget object and the component so that the user is not able to drop anything on the component any more.

Parameters:
target - com.ibm.dnd.DDTarget
component - java.awt.Component
 o registerSource
 public static void registerSource(DDSource source,
                                   Component component)
Registers a DDSource object and a component so that the user is able to drag something from the component.

Parameters:
source - com.ibm.dnd.DDSource
component - java.awt.Component
 o registerTarget
 public static void registerTarget(DDTarget target,
                                   Component component)
Registers a DDTarget object and a component so that the user is able to drop something on the component.

Parameters:
source - com.ibm.dnd.DDSource
component - java.awt.Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index