Uses of Interface
jxl.vague.VagueObject

Packages that use VagueObject
jxl.enclosure.loader Classes responsible for managing modules and class-loading. 
jxl.vague Vague persists simple or nested bean property data without requiring a bean implementation. 
 

Uses of VagueObject in jxl.enclosure.loader
 

Subinterfaces of VagueObject in jxl.enclosure.loader
 interface Module
          Module provides an interface to module data without making an implementation
 

Uses of VagueObject in jxl.vague
 

Classes in jxl.vague with type parameters of type VagueObject
 class VagueCombination<V extends VagueObject>
           
 class VagueContext<V extends VagueObject>
          VagueContext provides a means of peristing simple or nested bean property data, without creating a bean implementation.
 

Methods in jxl.vague with type parameters of type VagueObject
static
<T extends VagueObject>
void
VagueContext.checkVagueType(java.lang.Class<T> type)
          Checks if type is a correctly formed VagueObject.
static
<T extends VagueObject>
VagueContext<T>
VagueContext.getContext(javax.naming.Name context, java.lang.Class<T> vagueType, java.security.Permission check)