public interface IDragRowRenderer extends IRenderer
DragLayer.setDragRowRenderer(Class, IDragRowRenderer)
Modifier and Type | Method and Description |
---|---|
Component |
getDragRowRendererComponent(DragLayer layer,
Object node,
TimelineObjectPath draggedTimelineObjectPath,
ITimeSpan span,
int userDropAction)
Returns a component that will be used to render the row specific drag and
drop information.
|
Component getDragRowRendererComponent(DragLayer layer, Object node, TimelineObjectPath draggedTimelineObjectPath, ITimeSpan span, int userDropAction)
layer
- the drag layer where the rendering will take placenode
- the tree node for which the renderer gets invokeddraggedTimelineObjectPath
- the path to the dragged timeline objectspan
- the time span where the drop would take place if the d&d
operation finished nowuserDropAction
- the type of drop requested by the user (move, copy) (possible
values listed in DnDConstants
)Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.