Modifier and Type | Class and Description |
---|---|
static class |
Models.CompoundModel
This model encapsulates all currently supported models.
|
Modifier and Type | Method and Description |
---|---|
Transferable |
DnDNodeModelFilter.drag(DnDNodeModel original,
Object node)
Initiate a drag operation.
|
int |
DnDNodeModelFilter.getAllowedDragActions(DnDNodeModel original)
Action constants from
DnDConstants . |
int |
DnDNodeModelFilter.getAllowedDropActions(DnDNodeModel original,
Transferable t)
Action constants from
DnDConstants . |
PasteType |
DnDNodeModelFilter.getDropType(DnDNodeModel original,
Object object,
Transferable t,
int action,
int index)
Determines if there is a paste operation that can be performed
on provided transferable when drop is done.
|