|
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.TreeExpandDropListener
TreeExpandDropListener provides automatic expansion for Trees during drag and drop operations.
If the pointer hovers for a time over an item in the Tree that has not yet been expanded, the item is expanded automatically. This behaviour is consistent with that of popular GUI systems.
To use it send addDropListener(new TreeExpandDropListener(tree)) to the DropTarget object attached to the Tree.
Field Summary | |
---|---|
static String |
Copyright
|
static long |
DEFAULT_EXPAND_DELAY
|
Constructor Summary | |
---|---|
TreeExpandDropListener(Tree tree)
Constructs a Tree expanding Drop Listener |
Method Summary | |
---|---|
void |
dragEnter(DropTargetEvent event)
Handles dragEnter events. |
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
public static final long DEFAULT_EXPAND_DELAY
Constructor Detail |
public TreeExpandDropListener(Tree tree)
tree
- the Tree that the DropTarget is attached toMethod Detail |
public void dragEnter(DropTargetEvent event)
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 |