|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
VagueContext.checkVagueType(java.lang.Class<T> type)
Checks if type is a correctly formed VagueObject. |
|
static
|
VagueContext.getContext(javax.naming.Name context,
java.lang.Class<T> vagueType,
java.security.Permission check)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |