|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HelpableListener | |
---|---|
org.salespointframework.core | This package contains the central classes of the Framework. |
org.salespointframework.core.data.filters | Contains catalog and stock filters. |
org.salespointframework.desktop.models |
Uses of HelpableListener in org.salespointframework.core |
---|
Fields in org.salespointframework.core declared as HelpableListener | |
---|---|
protected HelpableListener |
ListenerHelper.m_hlOwner
The listener that owns this listener helper. |
Constructors in org.salespointframework.core with parameters of type HelpableListener | |
---|---|
ListenerHelper(HelpableListener hlOwner)
Create a new ListenerHelper. |
Uses of HelpableListener in org.salespointframework.core.data.filters |
---|
Classes in org.salespointframework.core.data.filters that implement HelpableListener | |
---|---|
class |
CatalogFilter<T extends CatalogItem>
A filter for Catalogs. |
class |
CurrencyFilter<T extends CurrencyItem>
A CatalogFilter that filters Currencies . |
Uses of HelpableListener in org.salespointframework.desktop.models |
---|
Classes in org.salespointframework.desktop.models that implement HelpableListener | |
---|---|
class |
CatalogListModel
ListModel for Catalogs |
class |
CatalogTableModel
A TableModel that models the contents of a Catalog . |
class |
CountingStockListModel
ListModel for CountingStock s |
class |
CountingStockTableModel
A TableModel that models the contents of a CountingStock . |
class |
DataBasketListModel
ListModel for DataBasket s |
class |
DataBasketTableModel
A TableModel that models the contents of a DataBasket . |
class |
StoringStockListModel
ListModel for StoringStock s |
class |
StoringStockTableModel
A TableModel that models the contents of a Stock , representing each
StockItem as an individual record. |
class |
UserComboBoxModel
A ComboBoxModel modelling a UserManager. |
class |
UserListModel
A ListModel modelling the set or a subset of users managed by a UserManager. |
class |
UserTableModel
A TableModel that models the contents of a UserManager . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |