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

Quick Search    Search Deep
A D F G O P R T V

A

AbstractPropertyFormat - class org.progeeks.meta.format.AbstractPropertyFormat.
Base implementation that can be extended to more easily provide property formatting support.
AbstractPropertyFormat() - Constructor for class org.progeeks.meta.format.AbstractPropertyFormat
 

D

DefaultListPropertyFormat - class org.progeeks.meta.format.DefaultListPropertyFormat.
Default implementation for converting a list of objects to and from text data.
DefaultListPropertyFormat(PropertyFormat, String) - Constructor for class org.progeeks.meta.format.DefaultListPropertyFormat
Creates a property format object that will output a list of values by converting them individually with the specified property format object and then appending them together separated by the specified delimiter.
DefaultPropertyFormat - class org.progeeks.meta.format.DefaultPropertyFormat.
Default implementation for converting objects to and from text data.
DefaultPropertyFormat(Class) - Constructor for class org.progeeks.meta.format.DefaultPropertyFormat
 
delimiter - Variable in class org.progeeks.meta.format.DefaultListPropertyFormat
 

F

FormatRegistry - class org.progeeks.meta.format.FormatRegistry.
Matches types for PropertyFormats.
FormatRegistry() - Constructor for class org.progeeks.meta.format.FormatRegistry
 
format(Object) - Method in class org.progeeks.meta.format.AbstractPropertyFormat
Returns the formatted String for the specified Object.
format(Object, StringBuffer) - Method in class org.progeeks.meta.format.AbstractPropertyFormat
Appends the formatted string to the specified StringBuffer and returns the supplied StringBuffer.
format(Object) - Method in class org.progeeks.meta.format.DefaultListPropertyFormat
Returns the formatted String for the specified Object.
format(Object, StringBuffer) - Method in class org.progeeks.meta.format.DefaultListPropertyFormat
Appends the formatted string to the specified StringBuffer and returns the supplied StringBuffer.
format(Object) - Method in class org.progeeks.meta.format.DefaultPropertyFormat
Returns the formatted String for the specified Object.
format(MetaObject) - Method in class org.progeeks.meta.format.DefaultPropertyFormat
Returns the formatted String for the specified MetaObject.
formats - Variable in class org.progeeks.meta.format.FormatRegistry
 

G

getFormat(PropertyType) - Method in class org.progeeks.meta.format.FormatRegistry
 
getListFormat(ListPropertyType) - Method in class org.progeeks.meta.format.FormatRegistry
Searches for an appropriate formatter for the list type, but will create a default list format if one is not found.

O

org.progeeks.meta.format - package org.progeeks.meta.format
 

P

parseObject(String) - Method in class org.progeeks.meta.format.AbstractPropertyFormat
Parses the text and converts it into an Object of the appropriate type.
parseObject(String, int) - Method in class org.progeeks.meta.format.AbstractPropertyFormat
Parses the text starting at the specified index and converts it into an Object of the appropriate type.
parseObject(String, int) - Method in class org.progeeks.meta.format.DefaultListPropertyFormat
Parses the text starting at the specified index and converts it into an Object of the appropriate type.
parseObject(String, int) - Method in class org.progeeks.meta.format.DefaultPropertyFormat
Parses the text starting at the specified index and converts it into an Object of the appropriate type.

R

registerDefaultFormat(Class, PropertyFormat) - Method in class org.progeeks.meta.format.FormatRegistry
 
registerFormat(PropertyType, PropertyFormat) - Method in class org.progeeks.meta.format.FormatRegistry
 

T

type - Variable in class org.progeeks.meta.format.DefaultPropertyFormat
 

V

valueFormat - Variable in class org.progeeks.meta.format.DefaultListPropertyFormat
 

A D F G O P R T V