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
-
DDUtilities()
-
-
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.
-
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.
-
registerSource(DDSource, Component)
- Registers a DDSource object and a component so that the user
is able to drag something from the component.
-
registerTarget(DDTarget, Component)
- Registers a DDTarget object and a component so that the user
is able to drop something on the component.
DDUtilities
public DDUtilities()
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
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
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
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