Holger's
Java API

Uses of Interface
com.antelmann.db.MutableCategory

Packages that use MutableCategory
com.antelmann.db This package contains generally useful classes for generic database management. 
 

Uses of MutableCategory in com.antelmann.db
 

Classes in com.antelmann.db that implement MutableCategory
static class MutableCategory.Adapter<T>
           
static class MutableCategory.Entry
           
 

Methods in com.antelmann.db that return MutableCategory
 MutableCategory<T> MutableCategory.getParentCategory()
           
 MutableCategory<T> MutableCategory.Adapter.getParentCategory()
           
 MutableCategory<Database<?>> MutableCategory.Entry.getParentCategory()
           
 

Methods in com.antelmann.db that return types with arguments of type MutableCategory
 List<? extends MutableCategory<Database<?>>> MutableCategory.Entry.getSubCategories(Database<?> context)
           
 List<? extends MutableCategory<T>> MutableCategory.getSubCategories(T context)
           
 List<? extends MutableCategory<T>> MutableCategory.Adapter.getSubCategories(T context)
          the returned list by this implementation allows direct modifications; the context parameter is ignored and may be null
 

Methods in com.antelmann.db with parameters of type MutableCategory
 void MutableCategory.Entry.setParentCategory(MutableCategory<Database<?>> parent)
           
 void MutableCategory.setParentCategory(MutableCategory<T> parent)
           
 void MutableCategory.Adapter.setParentCategory(MutableCategory<T> parent)
           
 

Constructors in com.antelmann.db with parameters of type MutableCategory
MutableCategory.Adapter(String name, MutableCategory<T> parent, Collection<? extends MutableCategory<T>> children)
           
 

Constructor parameters in com.antelmann.db with type arguments of type MutableCategory
MutableCategory.Adapter(String name, MutableCategory<T> parent, Collection<? extends MutableCategory<T>> children)
           
 



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