|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
IComponent
in setting JavaBeans properties
from bound parameters.
See:
Description
Interface Summary | |
---|---|
IParameterConnector | Define a type of connector between a binding of a component and a JavaBeans property of the component (with the same name). |
Class Summary | |
---|---|
AbstractParameterConnector | Standard implementation of IParameterConnector . |
BooleanParameterConnector | Connector for boolean parameters. |
DoubleParameterConnector | Connects a parameter to a property of type double. |
IntParameterConnector | Connects a parameter to an int property. |
ObjectParameterConnector | Implements IParameterConnector for object parameters. |
ParameterManager | Manages a set of IParameterConnector s for a
IComponent . |
StringParameterConnector | Creates a connection between a parameter and a property of type String . |
Exception Summary | |
---|---|
ConnectedParameterException | Identifies exceptions in connected parameters (parameters that are automatically assigned to component properties by the framework). |
Code to assist IComponent
in setting JavaBeans properties
from bound parameters.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |