| Classes | |
|---|---|
| AbstractBinding | Base class for IBinding implementations. |
| ExpressionBinding | Implements a dynamic binding, based on getting and fetching values using JavaBeans property access. |
| FieldBinding | A type of static IBinding that gets it value from a public field (static class variable) of some class or interface. |
| ListenerBinding | A very specialized binding that can be used as an IActionListener , executing a script in a scripting language, via Bean Scripting Framework. |
| StaticBinding | Stores a static (invariant) String as the value. |
| StringBinding | A binding that connects directly to a localized string for a component. |
Implementations of IBinding .