|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ecf.presence.collab.ui.url.URLRosterViewerDropTarget
public class URLRosterViewerDropTarget
| Constructor Summary | |
|---|---|
URLRosterViewerDropTarget()
|
|
| Method Summary | |
|---|---|
boolean |
performDrop(java.lang.Object data)
Performs any work associated with the drop. |
boolean |
validateDrop(IRosterItem rosterItem,
int operation,
org.eclipse.swt.dnd.TransferData transferType)
Validates dropping on the given roster item. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public URLRosterViewerDropTarget()
| Method Detail |
|---|
public boolean performDrop(java.lang.Object data)
IRosterViewerDropTarget
performDrop in interface IRosterViewerDropTargetdata - the drop data
true if the drop was successful, and
false otherwise
public boolean validateDrop(IRosterItem rosterItem,
int operation,
org.eclipse.swt.dnd.TransferData transferType)
IRosterViewerDropTarget
validateDrop in interface IRosterViewerDropTargetrosterItem - the roster item that the mouse is currently hovering over, or
null if the mouse is hovering over empty spaceoperation - the current drag operation (copy, move, etc.)transferType - the current transfer type
true if the drop is valid, and false
otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||