Holger's
Java API

Uses of Interface
com.antelmann.db.CategoryManager

Packages that use CategoryManager
com.antelmann.sql This package contains classes to ease JDBC development and also provides useful SQL-based implementations for com.antelmann.db classes 
com.antelmann.util.gui This package contains utility classes for GUI related implementations. 
 

Uses of CategoryManager in com.antelmann.sql
 

Classes in com.antelmann.sql that implement CategoryManager
 class CategoryStore<T extends Category<?> & DBEntry>
          provides an SQL-based store wrapper to handle categories more easily based on a column that contains the parent-category-id.
 

Uses of CategoryManager in com.antelmann.util.gui
 

Constructors in com.antelmann.util.gui with parameters of type CategoryManager
JCategoryField(CategoryManager cmanager, Object context)
           
JCategoryField(CategoryManager cmanager, ValueRetriever<?> contextReceiver)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads