Interface | Description |
---|---|
AcceptableDropComponent<P> |
This interface should be implemented by Component derived classes that accept a drop.
|
Class | Description |
---|---|
DnDPanel<D extends REpiceaUIObject> |
The DnDPanel class handles the drop of any object of class P.
|
DnDPanel.InternalEmbeddingPanel | |
DnDPanel.InternalPanel | |
DragGestureImpl<P> |
The DragGestureImpl class handles the first step of the drag and drop procedure by creating a TransferableObject
instance of class P.
|
DragGestureMoveComponentHandler<C extends java.awt.Component> |
The DragGestureMoveComponentHandler makes it possible to move the component in a panel.
|
DropTargetImpl<P> |
The DropTargetImpl class handles the drop during a drag and drop process.
|
ReplaceTextTransferHandler |
This TransferHandler-derived class handles the drag and drop from a JList, JLabel, or
JTextComponent instance to any class that implements the setText method (typically a
JLabel or a JTextField instance).
|