Package org.salespointframework.desktop.dnd

This package contains the drag'n drop interfaces and classes.

See:
          Description

Interface Summary
DnDComponent To use drag'n drop on FormSheet the component has to implement this interface and needs to register itself via FormSheet.registerDnDComponent(DnDComponent)
DnDMotionComponent The motion component is displayed during the drag'n drop operation on the FormSheet.getDragLayer()
 

Class Summary
DefaultDnDMotionComponent default motion component. used for JAbstractTables for example
DefaultListViewDnDMotionComponent default DnDMotionComponent for JListView uses ListCellRenderer
DefaultListViewDnDMotionComponent.ShadowCatalogItem shadow item to move multiple CatalogItems
DefaultListViewDnDMotionComponent.ShadowCountingStockItemDBEntry shadow item to move multiple items
MoveAction describes a move action
 

Package org.salespointframework.desktop.dnd Description

This package contains the drag'n drop interfaces and classes.