org.salespointframework.desktop.dnd
Interface DnDMotionComponent

All Known Implementing Classes:
DefaultDnDMotionComponent, DefaultListViewDnDMotionComponent

public interface DnDMotionComponent

The motion component is displayed during the drag'n drop operation on the FormSheet.getDragLayer()

Since:
4.0
Author:
Thomas Kissinger

Method Summary
 javax.swing.JComponent getDnDMotionComponent(java.lang.Object item, int count)
          initial call to create the component
 void updateDnDMotionComponentCount(int count)
          update the count of motion component
 

Method Detail

getDnDMotionComponent

javax.swing.JComponent getDnDMotionComponent(java.lang.Object item,
                                             int count)
initial call to create the component

Parameters:
item - item that is transferred
count - number of transferred items
Returns:

updateDnDMotionComponentCount

void updateDnDMotionComponentCount(int count)
update the count of motion component

Parameters:
count - new count