Package | Description |
---|---|
net.sf.jguiraffe.examples.tutorial.mainwnd | |
net.sf.jguiraffe.gui.builder.components.tags |
A package with tag handler classes for creating GUI components.
|
net.sf.jguiraffe.gui.forms |
A package for dealing with forms.
|
net.sf.jguiraffe.transform |
The transform package contains interfaces and classes for transforming
and validating data.
|
Modifier and Type | Class and Description |
---|---|
class |
FileSizeTransformer
A specialized transformer for formatting file sizes.
|
Modifier and Type | Class and Description |
---|---|
class |
StaticTextDataTransformer
A special implementation of the
Transformer interface for converting
data to StaticTextData objects. |
Modifier and Type | Method and Description |
---|---|
protected void |
TransformerTag.handleInputComponentTag(InputComponentTag tag,
Transformer bean)
Initializes the passed in input component tag with a transformer.
|
Modifier and Type | Method and Description |
---|---|
Transformer |
DefaultTransformerWrapper.getTransformer()
Returns the wrapped transformer.
|
Constructor and Description |
---|
DefaultTransformerWrapper(Transformer t,
TransformerContext ctx)
Creates a new instance of
DefaultTransformerWrapper and
initializes it. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDecimalTransformer<T extends Number>
A base class for number transformers that operate on floating point numbers.
|
class |
AbstractIntegerTransformer<T extends Number>
A base class for number transformers that operate on integer numbers.
|
class |
DateTimeTransformer
A specialized transformer that transforms strings into date objects with both
a date and time component.
|
class |
DateTransformer
A specialized transformer that transforms strings into date objects.
|
class |
DateTransformerBase
An abstract base class for date transformer objects.
|
class |
DoubleTransformer
A specialized number transformer implementation that deals with numbers of
type
java.lang.Double . |
class |
DummyTransformer
This class provides dummy implementations for the
Transformer
and the Validator interfaces. |
class |
FloatTransformer
A specialized number transformer implementation that deals with numbers of
type
java.lang.Float . |
class |
IntegerTransformer
A specialized number transformer implementation that deals with numbers of
type
java.lang.Integer . |
class |
LongTransformer
A specialized number transformer implementation that deals with numbers of
type
java.lang.Long . |
class |
NumberTransformerBase<T extends Number>
An abstract base class for transformers and validators for numbers.
|
class |
TimeTransformer
A specialized transformer that transforms strings into date objects, taking
only the time portion into account.
|
class |
ToStringTransformer
A generic
Transformer implementation that transforms arbitrary
objects into formatted strings. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.