public static interface RowsDnDSupport.RefinedDropSupport
Modifier and Type | Interface and Description |
---|---|
static class |
RowsDnDSupport.RefinedDropSupport.Position |
Modifier and Type | Method and Description |
---|---|
boolean |
canDrop(int oldIndex,
int newIndex,
RowsDnDSupport.RefinedDropSupport.Position position) |
void |
drop(int oldIndex,
int newIndex,
RowsDnDSupport.RefinedDropSupport.Position position) |
boolean |
isDropInto(javax.swing.JComponent component,
int oldIndex,
int newIndex) |
boolean isDropInto(javax.swing.JComponent component, int oldIndex, int newIndex)
boolean canDrop(int oldIndex, int newIndex, RowsDnDSupport.RefinedDropSupport.Position position)
void drop(int oldIndex, int newIndex, RowsDnDSupport.RefinedDropSupport.Position position)