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

Quick Search    Search Deep
A B C F G I K L M O P R S T U W

A

add(Object) - Method in class org.progeeks.meta.util.CompositeMetaObject.WrappedListMutator
Adds the object to the list value, returning true if the contents of the list actually changed as a result of the operation.
add(int, Object) - Method in class org.progeeks.meta.util.CompositeMetaObject.WrappedListMutator
Adds the object to the list value at the specified index.
add(int, Object) - Method in class org.progeeks.meta.util.MetaObjectListAdapter
 
addProperty(String, PropertyType) - Method in class org.progeeks.meta.util.TypedMap
Adds the specified property to this typed map, inferring whatever other information is needed to create the property info object.
addProperty(String, MetaClass) - Method in class org.progeeks.meta.util.TypedMap
Adds the specified property to this typed map, inferring whatever other information is needed to create the property info object.
addProperty(String, Class) - Method in class org.progeeks.meta.util.TypedMap
Adds the specified property to this typed map, inferring whatever other information is needed to create the property info object.
addProperty(PropertyInfo) - Method in class org.progeeks.meta.util.TypedMap
Adds the specified property info to this typed map.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.progeeks.meta.util.CompositeMetaObject.WrappedPropertyMutator
Adds the specified PropertyChangeListener to this mutator.

B

BASE_MAP_CLASS - Static variable in class org.progeeks.meta.util.MapMetaObject
 

C

CompositeMetaKit - class org.progeeks.meta.util.CompositeMetaKit.
MetaKit implementation combining one or more other meta-kit implementations to support compositing meta-objects.
CompositeMetaKit() - Constructor for class org.progeeks.meta.util.CompositeMetaKit
 
CompositeMetaKit.CompositeMetaObjectFactory - class org.progeeks.meta.util.CompositeMetaKit.CompositeMetaObjectFactory.
 
CompositeMetaKit.CompositeMetaObjectFactory() - Constructor for class org.progeeks.meta.util.CompositeMetaKit.CompositeMetaObjectFactory
 
CompositeMetaObject - class org.progeeks.meta.util.CompositeMetaObject.
Meta-object implementation that provides a composite view of several internal meta-objects each given their own subname.
CompositeMetaObject(String[], MetaObject[], MetaClass) - Constructor for class org.progeeks.meta.util.CompositeMetaObject
 
CompositeMetaObject.ResolvedProperty - class org.progeeks.meta.util.CompositeMetaObject.ResolvedProperty.
Resolves a property to its broken down components and meta-object to provide easier referencing to the sub-fields.
CompositeMetaObject.ResolvedProperty(String, String, MetaObject) - Constructor for class org.progeeks.meta.util.CompositeMetaObject.ResolvedProperty
 
CompositeMetaObject.SubObjectListener - class org.progeeks.meta.util.CompositeMetaObject.SubObjectListener.
 
CompositeMetaObject.SubObjectListener(String) - Constructor for class org.progeeks.meta.util.CompositeMetaObject.SubObjectListener
 
CompositeMetaObject.WrappedListMutator - class org.progeeks.meta.util.CompositeMetaObject.WrappedListMutator.
 
CompositeMetaObject.WrappedListMutator(String, ListMutator) - Constructor for class org.progeeks.meta.util.CompositeMetaObject.WrappedListMutator
 
CompositeMetaObject.WrappedPropertyMutator - class org.progeeks.meta.util.CompositeMetaObject.WrappedPropertyMutator.
 
CompositeMetaObject.WrappedPropertyMutator(String, PropertyMutator) - Constructor for class org.progeeks.meta.util.CompositeMetaObject.WrappedPropertyMutator
 
CompositeUtils - class org.progeeks.meta.util.CompositeUtils.
Utilities useful for creating composite meta-objects.
CompositeUtils() - Constructor for class org.progeeks.meta.util.CompositeUtils
 
classCounter - Static variable in class org.progeeks.meta.util.MapMetaObject
 
clear() - Method in class org.progeeks.meta.util.CompositeMetaObject.WrappedListMutator
Clears the contents of the list value.
compositeClass - Variable in class org.progeeks.meta.util.CompositeMetaObject
 
createCompositeMetaClass(MetaClassRegistry, String, String[], MetaClass[]) - Static method in class org.progeeks.meta.util.CompositeUtils
Creates a new meta-class as a composite of the specified meta-classes.
createCompositeMetaClass(String, String[], MetaClass[]) - Static method in class org.progeeks.meta.util.CompositeUtils
Creates a new meta-class as a composite of the specified meta-classes.
createMetaObject(MetaClass) - Method in class org.progeeks.meta.util.CompositeMetaKit.CompositeMetaObjectFactory
Creates a new uninitialized meta-object for the specified meta-class.

F

fromMetaObject(MetaObject) - Method in class org.progeeks.meta.util.MetaObjectListAdapter
 

G

get(int) - Method in class org.progeeks.meta.util.CompositeMetaObject.WrappedListMutator
Returns the object at the specified location.
get(int) - Method in class org.progeeks.meta.util.MetaObjectListAdapter
 
getInternalObject(MetaObject) - Method in class org.progeeks.meta.util.CompositeMetaKit
Returns the internal object representation for the specified meta-object if one exists.
getList() - Method in class org.progeeks.meta.util.MetaObjectListAdapter
 
getMetaClass() - Method in class org.progeeks.meta.util.CompositeMetaObject
Returns the meta-class associated with this object.
getMetaClassForObject(Object, MetaClassRegistry) - Method in class org.progeeks.meta.util.CompositeMetaKit
Returns the appropriate meta-class for the specified object.
getMetaClassForObject(Object) - Method in class org.progeeks.meta.util.CompositeMetaKit
Returns the appropriate meta-class for the specified object.
getMetaKit() - Method in class org.progeeks.meta.util.CompositeMetaObject
Returns the meta-kit for this meta-object's implementation layer.
getMetaObject(String) - Method in class org.progeeks.meta.util.CompositeMetaObject
Returns the composited meta-object for the specified key.
getMetaObjectFactory() - Method in class org.progeeks.meta.util.CompositeMetaKit
Returns a factory that can be used to create new MetaObject based values using this kit's underlying implementation.
getParentObject() - Method in class org.progeeks.meta.util.CompositeMetaObject.WrappedPropertyMutator
Returns the object that contains this property.
getProperty(String) - Method in class org.progeeks.meta.util.CompositeMetaObject
Returns the value of the specified property.
getPropertyInfo() - Method in class org.progeeks.meta.util.CompositeMetaObject.WrappedPropertyMutator
Returns the info associated with this property.
getPropertyInfo(String) - Method in class org.progeeks.meta.util.TypedMap
Returns the descriptive information for the specified property.
getPropertyInfos(Map) - Static method in class org.progeeks.meta.util.TypedMap
Returns a list of property info objects by inspecting the contents of the map and using simple heuristics to determine value types.
getPropertyInfos() - Method in class org.progeeks.meta.util.TypedMap
Returns an unmodifiable collection of property info objects.
getPropertyMutator(String) - Method in class org.progeeks.meta.util.CompositeMetaObject
Returns a mutator for the specified property.
getPropertyName() - Method in class org.progeeks.meta.util.CompositeMetaObject.WrappedPropertyMutator
Returns the name of this property.
getPropertyNames() - Method in class org.progeeks.meta.util.TypedMap
Returns the unmodifiable set of property names.
getPropertyType(String) - Method in class org.progeeks.meta.util.TypedMap
Returns the type for the specified property.
getPropertyValue(String) - Method in class org.progeeks.meta.util.MapMetaObject
Retrieves the property from the internal map.
getResolvedProperty(String, boolean) - Method in class org.progeeks.meta.util.CompositeMetaObject
Returns the meta-object preresolved entry for the specified key, creating one if necessary as per the create flag.
getSplitName(String) - Static method in class org.progeeks.meta.util.CompositeUtils
Attempts to break up a property name up based on letter case and runs of upper case letters.
getTypeForObject(Object) - Static method in class org.progeeks.meta.util.TypedMap
 
getValue() - Method in class org.progeeks.meta.util.CompositeMetaObject.WrappedPropertyMutator
Returns the value of this property.

I

indexOf(Object) - Method in class org.progeeks.meta.util.MetaObjectListAdapter
 
iterator() - Method in class org.progeeks.meta.util.CompositeMetaObject.WrappedListMutator
Returns an iterator over the elements in this list value.

K

key - Variable in class org.progeeks.meta.util.CompositeMetaObject.SubObjectListener
 

L

list - Variable in class org.progeeks.meta.util.MetaObjectListAdapter
 
listMutator - Variable in class org.progeeks.meta.util.CompositeMetaObject.WrappedListMutator
 

M

MapMetaObject - class org.progeeks.meta.util.MapMetaObject.
A meta-object implementation providing access to a java.util.Map.
MapMetaObject(TypedMap, MetaClass, MetaKit) - Constructor for class org.progeeks.meta.util.MapMetaObject
Creates a MetaObject implementat that wraps the specified map and creates a meta-class using the TypedMap's property info.
MapMetaObject(Map, MetaClass, MetaKit) - Constructor for class org.progeeks.meta.util.MapMetaObject
Creates a MetaObject implementation that wraps the specified map and provides access consistent with the specified meta-class.
MapMetaObject(TypedMap, MetaKit) - Constructor for class org.progeeks.meta.util.MapMetaObject
Creates a MetaObject implementat that wraps the specified map and creates a meta-class using the TypedMap's property info.
MetaObjectListAdapter - class org.progeeks.meta.util.MetaObjectListAdapter.
java.util.List implementation the wraps returned objects in MetaObjects using a MetaKit.
MetaObjectListAdapter(MetaKit, MetaClass, List) - Constructor for class org.progeeks.meta.util.MetaObjectListAdapter
 
map - Variable in class org.progeeks.meta.util.MapMetaObject
 
metaClass - Variable in class org.progeeks.meta.util.MetaObjectListAdapter
 
metaKit - Variable in class org.progeeks.meta.util.MetaObjectListAdapter
 
metaObject - Variable in class org.progeeks.meta.util.CompositeMetaObject.ResolvedProperty
 
mutator - Variable in class org.progeeks.meta.util.CompositeMetaObject.WrappedPropertyMutator
 

O

objectKey - Variable in class org.progeeks.meta.util.CompositeMetaObject.ResolvedProperty
 
org.progeeks.meta.util - package org.progeeks.meta.util
 

P

properties - Variable in class org.progeeks.meta.util.TypedMap
 
propertyCache - Variable in class org.progeeks.meta.util.CompositeMetaObject
Resolves full property names to meta-objects and sub-property names.
propertyChange(PropertyChangeEvent) - Method in class org.progeeks.meta.util.CompositeMetaObject.SubObjectListener
 
propertyChanged(String, Object) - Method in class org.progeeks.meta.util.CompositeMetaObject
Notifies listeners that the property value has changed outside of the BeanMetaObject's control.
propertyName - Variable in class org.progeeks.meta.util.CompositeMetaObject.ResolvedProperty
 
propertyName - Variable in class org.progeeks.meta.util.CompositeMetaObject.WrappedPropertyMutator
 
propertyNames() - Method in class org.progeeks.meta.util.TypedMap
Returns an iterator over all valid property names.
put(Object, Object) - Method in class org.progeeks.meta.util.TypedMap
A type-safe version of put().

R

remove(int) - Method in class org.progeeks.meta.util.CompositeMetaObject.WrappedListMutator
Removes the object at the specified location and returns the locations value prior to removal.
remove(Object) - Method in class org.progeeks.meta.util.CompositeMetaObject.WrappedListMutator
Removes the specified object from the list value, returning true if the list contents were modified as a result of the action.
remove(int) - Method in class org.progeeks.meta.util.MetaObjectListAdapter
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.progeeks.meta.util.CompositeMetaObject.WrappedPropertyMutator
Removes the specified PropertyChangeListener from this mutator.

S

set(int, Object) - Method in class org.progeeks.meta.util.CompositeMetaObject.WrappedListMutator
Replaces the value at the specified location.
set(int, Object) - Method in class org.progeeks.meta.util.MetaObjectListAdapter
 
setList(List) - Method in class org.progeeks.meta.util.MetaObjectListAdapter
 
setMetaObject(String, MetaObject) - Method in class org.progeeks.meta.util.CompositeMetaObject
Replaces one of the internal meta-objects specified by name with the supplied meta-object.
setProperty(String, Object) - Method in class org.progeeks.meta.util.CompositeMetaObject
Sets the value of the specified property.
setPropertyValue(String, Object) - Method in class org.progeeks.meta.util.MapMetaObject
Stores the property in the internal map.
setValue(Object) - Method in class org.progeeks.meta.util.CompositeMetaObject.WrappedPropertyMutator
Resets the value of this property.
size() - Method in class org.progeeks.meta.util.CompositeMetaObject.WrappedListMutator
Returns the number of elements in the list value.
size() - Method in class org.progeeks.meta.util.MetaObjectListAdapter
 
subObjects - Variable in class org.progeeks.meta.util.CompositeMetaObject
Contains the meta-objects that this object composites.

T

TypedMap - class org.progeeks.meta.util.TypedMap.
A Map implementation providing field-level change notification as well as type information compatible with the core meta-jb property info classes..
TypedMap() - Constructor for class org.progeeks.meta.util.TypedMap
Typed map implementation wrapping a HashMap instance.
TypedMap(Map) - Constructor for class org.progeeks.meta.util.TypedMap
Typed map implementation wrapping the specified map.
TypedMap(Map, Collection) - Constructor for class org.progeeks.meta.util.TypedMap
Typed map implementation wrapping the specified map and using the specified property information.
TypedMap(Collection) - Constructor for class org.progeeks.meta.util.TypedMap
Typed map implementation using the specified property information.
toMetaObject(Object) - Method in class org.progeeks.meta.util.MetaObjectListAdapter
 

U

unwrapPropertyValue(Object) - Method in class org.progeeks.meta.util.MapMetaObject
Overridden to unwrap any wrapped TypedMaps.

W

wrapObject(Object, MetaClass) - Method in class org.progeeks.meta.util.CompositeMetaKit
Wraps the specified object in a meta-object adapter specific to this kit's implementation layer.
wrapPropertyValue(String, PropertyType, Object) - Method in class org.progeeks.meta.util.MapMetaObject
Overridden to wrap any nested TypedMaps.

A B C F G I K L M O P R S T U W