Uses of Interface
org.salespointframework.desktop.dnd.DnDComponent

Packages that use DnDComponent
org.salespointframework.core This package contains the central classes of the Framework. 
org.salespointframework.desktop   
 

Uses of DnDComponent in org.salespointframework.core
 

Methods in org.salespointframework.core with parameters of type DnDComponent
 boolean FormSheet.registerDnDComponent(DnDComponent dndcmp)
          register a DnDComponent to FormSheet
 void FormSheet.removeDnDComponent(DnDComponent dndcmp)
          remove a DnDComponent from FormSheet
 

Uses of DnDComponent in org.salespointframework.desktop
 

Classes in org.salespointframework.desktop that implement DnDComponent
 class JAbstractTable
          A JTable that prefers models that are lists of records.
 class JCatalogListView
          JListView which uses a CatalogListModel
 class JCatalogTable
          A JTable for displaying and editing the contents of a Catalog.
 class JCountingStockListView
          JListView for CountingStock sources
 class JCountingStockTable
          A JTable for displaying and editing the contents of a CountingStock.
 class JDataBasketListView
          JListView for DataBaskets
 class JDataBasketTable
          A JTable for displaying and editing the contents of a DataBasket.
 class JListView
          A JList with slider to change cell size and JModelFilter for live search.
 class JLogTable
          A JTable that can display log file contents.
protected static class JModelFilter.JDroppableInstructionField
          DnD enabled JInstructionTextField
 class JStoringStockListView
          JListView for StoringStocks
 class JStoringStockTable
          A JTable for displaying and editing the contents of a Stock giving one row to each StockItem.
 class JUserListView
          JListView for UserManager
 class JUserTable
          A JTable for displaying and editing the contents of a UserManager.