public interface IEditorDropClient
EditorDropListener.| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptDroppedElements(IElement[] element)
Returns whether the field accepts the element as a value.
|
void |
setDroppedElements(IElement[] dropedElement)
Set the field value to the given element and end the picking session
if the given element is valid.
|
boolean acceptDroppedElements(IElement[] element)
element - the new value candidate.void setDroppedElements(IElement[] dropedElement)
dropedElement - The new represented elements in the field