Uses of Class
org.salespointframework.desktop.teds.AbstractTableEntryDescriptor

Packages that use AbstractTableEntryDescriptor
org.salespointframework.desktop.teds   
 

Uses of AbstractTableEntryDescriptor in org.salespointframework.desktop.teds
 

Subclasses of AbstractTableEntryDescriptor in org.salespointframework.desktop.teds
 class DefaultCatalogItemDBETableEntryDescriptor
          A TableEntryDescriptor that can be used with a DataBasketTableModel modelling DataBasketEntries that describe operations on CatalogItems.
 class DefaultCatalogItemTED
          A TableEntryDescriptor that can be used with a CatalogTableModel.
 class DefaultCountingStockDBETableEntryDescriptor
          A TableEntryDescriptor that can be used with a DataBasketTableModel modelling DataBasketEntries that describe operations on items in a CountingStock.
 class DefaultCountingStockItemTED
          A TableEntryDescriptor that can be used with a CountingStockTableModel.
 class DefaultCurrencyItemTED
          A TableEntryDescriptor that can be used to model Currencies with a CatalogTableModel.
 class DefaultLogEntryTED
          TableEntryDescriptor that can be used to display LogEntries.
 class DefaultMoneyBagItemTED
          A TableEntryDescriptor that can be used to model MoneyBags with a CountingStockTableModel.
 class DefaultStockItemTED
          A TableEntryDescriptor that can be used with a StoringStockTableModel.
 class DefaultStoringStockDBETableEntryDescriptor
          A TableEntryDescriptor that can be used with a DataBasketTableModel modelling DataBasketEntries that describe operations on items in a StoringStock.
 class DefaultUserTED
          A TableEntryDescriptor that can be used with a UserTableModel.