Package | Description |
---|---|
net.sf.layoutParser.context |
This package holds classes that make up the context for the parser execution.
|
net.sf.layoutParser.to |
Package containing all the objects regarding the XML's files and their tags.
|
net.sf.layoutParser.typeHandler |
Package containing all the bundled plugins of the framework.
These plugins should support all the basic types in J2SE. |
net.sf.layoutParser.util.callback |
Modifier and Type | Method and Description |
---|---|
TypeHandler |
PluginCatalog.getPlugin(Class name) |
Modifier and Type | Method and Description |
---|---|
void |
PluginCatalog.addPlugin(Class type,
TypeHandler plugin) |
Modifier and Type | Method and Description |
---|---|
void |
PluginCatalog.addAllPlugins(Map<Class,TypeHandler> plugins) |
Modifier and Type | Method and Description |
---|---|
TypeHandler<?> |
EntryTO.getTypeHandler()
The type handler to be used with this entry, it overrides more
general type handlers if present.
|
Modifier and Type | Method and Description |
---|---|
void |
EntryTO.setTypeHandler(TypeHandler<T> typeHandler)
The type handler to be used with this entry, it overrides more
general type handlers if present.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseTypeHandler<T>
Serves as a template method to the type handlers taking care of the filling
and alignment.
|
class |
BigDecimalTypeHandler |
class |
BigIntegerTypeHandler |
class |
BooleanTypeHandler |
class |
DateTypeHandler
TODO: Comentar esta classe
|
class |
DoubleTypeHandler
TODO: Comentar esta classe
|
class |
FloatTypeHandler |
class |
IntegerTypeHandler |
class |
LongTypeHandler |
class |
NumberTypeHandler |
class |
StringBufferTypeHandler |
class |
StringTypeHandler |
Modifier and Type | Method and Description |
---|---|
void |
LayoutListener.afterFormat(StringBuffer target,
Object data,
EntryTO entry,
TypeHandler<?> typeHandler,
MaskTO mask) |
void |
LayoutListener.afterParse(String data,
Object target,
EntryTO entry,
TypeHandler<?> typeHandler,
MaskTO mask) |
void |
LayoutListener.beforeFormat(StringBuffer target,
Object data,
EntryTO entry,
TypeHandler<?> typeHandler,
MaskTO mask) |
void |
LayoutListener.beforeParse(String data,
Object target,
EntryTO entry,
TypeHandler<?> typeHandler,
MaskTO mask) |
Copyright © 2014. All Rights Reserved.