|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.eclipse.swt.dnd.DragUnderEffect
|
+--org.eclipse.swt.dnd.TableDragUnderEffect
| Field Summary | |
(package private) int |
currentEffect
|
private static int |
SCROLL_HYSTERESIS
|
private static int |
SCROLL_WIDTH
|
private long |
scrollBeginTime
|
private TableItem |
scrollItem
|
private TableItem[] |
selection
|
private Table |
table
|
| Constructor Summary | |
(package private) |
TableDragUnderEffect(Table table)
|
| Method Summary | |
private TableItem |
findItem(int x,
int y)
|
private void |
scroll(TableItem item,
int x,
int y)
|
private void |
scrollHover(int effect,
TableItem item,
int x,
int y)
|
private void |
setDragUnderEffect(int effect,
TableItem item)
|
private void |
setDropSelection(TableItem item)
|
(package private) void |
show(int effect,
int x,
int y)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private Table table
private TableItem[] selection
int currentEffect
private TableItem scrollItem
private long scrollBeginTime
private static final int SCROLL_HYSTERESIS
private static final int SCROLL_WIDTH
| Constructor Detail |
TableDragUnderEffect(Table table)
| Method Detail |
void show(int effect,
int x,
int y)
show in class DragUnderEffect
private TableItem findItem(int x,
int y)
private void setDragUnderEffect(int effect,
TableItem item)
private void setDropSelection(TableItem item)
private void scrollHover(int effect,
TableItem item,
int x,
int y)
private void scroll(TableItem item,
int x,
int y)
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||