| Package | Description |
|---|---|
| com.google.code.validationframework.base.binding | |
| com.google.code.validationframework.swing.binding |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanProperty
Simple property holding a
Boolean value. |
class |
ByteProperty
Simple property holding a
Byte value. |
class |
CharacterProperty
Simple property holding a
Character value. |
class |
DoubleProperty
Simple property holding a
Double value. |
class |
FloatProperty
Simple property holding a
Float value. |
class |
IntegerProperty
Simple property holding a
Integer value. |
class |
LongProperty
Simple property holding a
Long value. |
class |
NumberProperty
Simple property holding a
Number value. |
class |
ObjectProperty
Simple property holding a
Object value. |
class |
ShortProperty
Simple property holding a
Short value. |
class |
SimpleProperty<T>
Simple implementation of a property that is both readable and writable.
|
class |
StringProperty
Simple property holding a
String value. |
class |
TransformerProperty<I,O>
Implementation of a readable and writable property whose output is the result of the transformation of the input.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ColorProperty
Simple property holding a
Color value. |
class |
ComponentAncestorProperty
Readable property representing the ancestor property of a
Component. |
class |
ComponentEnabledProperty |
class |
ComponentFocusedProperty |
class |
ComponentRolloverProperty |
class |
ComponentVisibleProperty
Readable/writable property representing the visible property of a
Component. |
class |
FontProperty
Simple property holding a
Font value. |
class |
InvokeLater<T> |
class |
JComponentOpaqueProperty
Readable/writable property representing the opaque property of a
JComponent. |
class |
JFormattedTextFieldValueProperty |
class |
JToggleButtonSelectedProperty |
Copyright © 2013. All Rights Reserved.