Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.progeeks.meta.MetaKit

Uses of MetaKit in org.progeeks.meta
 

Fields in org.progeeks.meta declared as MetaKit
private  MetaKit DefaultMetaTable.kit
          A reference to the meta-kit we'll use to create new meta-objects when we need to.
private  MetaKit AbstractMetaObject.metaKit
           
 

Methods in org.progeeks.meta that return MetaKit
 MetaKit MetaTable.getMetaKit()
          Returns the meta-kit for this meta-object's implementation layer.
 MetaKit MetaObject.getMetaKit()
          Returns the meta-kit for this meta-object's implementation layer.
 MetaKit DefaultMetaTable.getMetaKit()
          Returns the meta-kit for this meta-object's implementation layer.
 MetaKit AbstractMetaObject.getMetaKit()
          Returns the meta-kit for this meta-object's implementation layer.
 

Constructors in org.progeeks.meta with parameters of type MetaKit
DefaultMetaTable(java.util.List objects, java.util.List properties, MetaClass metaClass, MetaKit kit)
          Creates a default meta-table that contains the specified list of objects.
DefaultMetaTable(java.util.List objects, java.util.List properties, MetaClass metaClass, MetaKit kit, boolean autoWrap)
          Creates a default meta-table that contains the specified list of objects.
AbstractMetaObject(MetaClass metaClass, MetaKit metaKit)
          Creates a meta-object that will use the specified meta-kit and meta-class.
AbstractMetaObject(MetaKit metaKit)
          Creates a meta-object that will use the specified meta-kit.