Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bundles/org.eclipse.ecf.doc/html/reference/extension-points/org_eclipse_ecf_presence_ui_rosterViewerDropTarget.html')
-rw-r--r--doc/bundles/org.eclipse.ecf.doc/html/reference/extension-points/org_eclipse_ecf_presence_ui_rosterViewerDropTarget.html36
1 files changed, 0 insertions, 36 deletions
diff --git a/doc/bundles/org.eclipse.ecf.doc/html/reference/extension-points/org_eclipse_ecf_presence_ui_rosterViewerDropTarget.html b/doc/bundles/org.eclipse.ecf.doc/html/reference/extension-points/org_eclipse_ecf_presence_ui_rosterViewerDropTarget.html
index cdcd9fea9..3b4dfbffc 100644
--- a/doc/bundles/org.eclipse.ecf.doc/html/reference/extension-points/org_eclipse_ecf_presence_ui_rosterViewerDropTarget.html
+++ b/doc/bundles/org.eclipse.ecf.doc/html/reference/extension-points/org_eclipse_ecf_presence_ui_rosterViewerDropTarget.html
@@ -42,42 +42,6 @@ Drop target element.</p>
</span></pre>
<p></p>
-<h6 class="CaptionFigColumn SchemaHeader">API Information: </h6><pre class="Example"><span class="code SchemaTag">
-/**
- * Roster viewer drop target. This interface defines the
- * required methods for implementers of the rosterViewerDropTarget
- * extension point.
- */
-public interface IRosterViewerDropTarget {
-
- /**
- * Validates dropping on the given roster item. This method is called whenever some
- * aspect of the drop operation changes.
- *
- * @param target the object that the mouse is currently hovering over, or
- * &lt;code&gt;null&lt;/code&gt; if the mouse is hovering over empty space
- * @param operation the current drag operation (copy, move, etc.)
- * @param transferType the current transfer type
- * @return &lt;code&gt;true&lt;/code&gt; if the drop is valid, and &lt;code&gt;false&lt;/code&gt;
- * otherwise
- */
- public boolean validateDrop(IRosterItem rosterItem, int operation,
- TransferData transferType);
-
- /**
- * Performs any work associated with the drop.
- *
- * @param data the drop data
- * @return &lt;code&gt;true&lt;/code&gt; if the drop was successful, and
- * &lt;code&gt;false&lt;/code&gt; otherwise
- */
-
- public boolean performDrop(Object data);
-}
-
-</span></pre>
-<p></p>
-
<h6 class="CaptionFigColumn SchemaHeader">Supplied Implementation: </h6>No supplied implementation.
<p></p>

Back to the top