Package | Description |
---|---|
com.xalys.xgl | |
com.xalys.xgl.dragdrop | |
com.xalys.xgl.table | |
com.xalys.xgl.tree |
Modifier and Type | Method and Description |
---|---|
DragSource<W,?> |
Widget.getDragSource() |
Modifier and Type | Method and Description |
---|---|
W |
Widget.setDragSource(DragSource<W,?> dragSource) |
Modifier and Type | Method and Description |
---|---|
void |
DropTarget.accept(DragSource<?,D> dragSource,
E target,
D dragged) |
void |
Accept.accept(DragSource<?,D> dragSource,
E target,
D dragged) |
boolean |
DropTarget.canAccept(DragSource<?,D> dragSource,
E target,
D dragged) |
boolean |
CanAccept.canAccept(DragSource<?,D> dragSource,
E target,
D dragged) |
Modifier and Type | Class and Description |
---|---|
class |
TableDragSource<E> |
Modifier and Type | Method and Description |
---|---|
Table<E> |
Table.setDragSource(DragSource<Table<E>,?> dragSource) |
Modifier and Type | Class and Description |
---|---|
class |
TreeDragSource<E extends TreeNode<E>> |
Modifier and Type | Method and Description |
---|---|
void |
TreeDropTarget.accept(DragSource<?,D> dragSource,
E target,
D dragged) |
boolean |
TreeDropTarget.canAccept(DragSource<?,D> dragSource,
E target,
D dragged) |
Copyright © 2018 Xalys. All rights reserved.