public class RichDnDManager extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
RichDnDManager.RichDnDImageProvider
A provider that defines the image to use during a drag and drop operation.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
register(JComponent c) |
static void |
register(JComponent c,
RichDnDManager.RichDnDImageProvider imageProvider) |
static void |
unregister(JComponent c) |
public static void unregister(JComponent c)
public static void register(JComponent c)
public static void register(JComponent c, RichDnDManager.RichDnDImageProvider imageProvider)
Copyright © 2019. All rights reserved.