|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Format | |
---|---|
net.sf.echobinding.binding | Provides the context and adapter classes. |
net.sf.echobinding.format | Provides the Format interface and a set of ready to use formats. |
Uses of Format in net.sf.echobinding.binding |
---|
Methods in net.sf.echobinding.binding that return Format | |
---|---|
Format |
PropertyAdapter.getFormat()
Sets the format to be used by the getValue() method. |
Format |
AbstractPropertyAdapter.getFormat()
|
Format |
BindingContext.getFormat(java.lang.String id)
Returns the format for the specified adapter. |
Format |
AbstractBindingContext.getFormat(java.lang.String id)
|
Methods in net.sf.echobinding.binding with parameters of type Format | |
---|---|
PropertyAdapter |
PropertyAdapter.setFormat(Format format)
Sets the format to be used by the getValue() method. |
PropertyAdapter |
AbstractPropertyAdapter.setFormat(Format format)
|
Uses of Format in net.sf.echobinding.format |
---|
Classes in net.sf.echobinding.format that implement Format | |
---|---|
class |
DateFormat
|
class |
TimeFormat
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |