|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectDropTargetAdapter
com.ibm.etools.systems.files.importexport.files.TreeScrollDropListener
TreeScrollDropListener provides automatic scrolling for Trees during drag and drop operations.
If the pointer drags over an item in the Tree near its upper or lower edges, the Tree will scroll so as to make previous or successive items visible onscreen. This behaviour is consistent with that of popular GUI systems.
To use it send addDropListener(new TreeScrollDropListener(tree)) to the DropTarget object attached to the Tree.
Field Summary | |
---|---|
static String |
Copyright
|
Constructor Summary | |
---|---|
TreeScrollDropListener(Tree tree)
Constructs a Tree scrolling Drop Listener |
Method Summary | |
---|---|
void |
dragOver(DropTargetEvent event)
Handles dragOver events. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String Copyright
Constructor Detail |
public TreeScrollDropListener(Tree tree)
tree
- the Tree that the DropTarget is attached toMethod Detail |
public void dragOver(DropTargetEvent event)
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |