Holger's
Java API

Uses of Interface
com.antelmann.db.Tag

Packages that use Tag
com.antelmann.db This package contains generally useful classes for generic database management. 
com.antelmann.genealogy This package contains classes that provide classes to implement applications dealing with genealogy related issues. 
com.antelmann.image This package contains classes for more easily dealing with images. 
 

Uses of Tag in com.antelmann.db
 

Classes in com.antelmann.db with type parameters of type Tag
 interface SortedGroupable<T extends Tag>
          same as a Groupable, except this one also supports a stable order of groups, meaning the groups are prioritized.
static class SortedGroupable.Adapter<T extends Tag>
           
 interface Taggable<T extends Tag>
          represents an object that can be a member of several groups
static class Taggable.Adapter<T extends Tag>
           
 

Classes in com.antelmann.db that implement Tag
 class Keyword
          implements a Group/Tag solely based on a String that also represents the ID for the DBEntry it is.
 

Uses of Tag in com.antelmann.genealogy
 

Classes in com.antelmann.genealogy that implement Tag
 class GTag
          defines general tags for this package.
 

Uses of Tag in com.antelmann.image
 

Methods in com.antelmann.image that return Tag
 Tag RegionTag.getTag()
           
 



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