public class DropUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static IDropRenderer |
getDropRenderer(BaseComponent component)
Searches for a drop renderer associated with the specified component or one of its ancestor
components.
|
static void |
setDropRenderer(BaseComponent component,
IDropRenderer dropRenderer)
Associates a drop renderer with a component.
|
public static IDropRenderer getDropRenderer(BaseComponent component)
component - BaseComponent whose drop renderer is sought.public static void setDropRenderer(BaseComponent component, IDropRenderer dropRenderer)
component - BaseComponent to be associated.dropRenderer - Drop renderer to associate.Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.