|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.jfacefactories.binders.DateTimeBinder
public final class DateTimeBinder
Methods for databinding DateTime
controls.
Method Summary | |
---|---|
void |
bind(java.lang.Object bean,
java.lang.String propertyName,
org.eclipse.swt.widgets.DateTime control)
Binds the passed DateTime control to the passed
Date property on the passed bean. |
protected org.eclipse.core.databinding.DataBindingContext |
getContext()
Accessor to context. |
protected IExceptionHandler |
getExceptionHandler()
Accessor to exception handler. |
protected org.eclipse.core.databinding.observable.Realm |
getRealm()
Accessor to validation realm. |
protected void |
runInRealm(java.lang.Runnable runnable)
Runs the passed runnable in the current validation realm |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public final void bind(java.lang.Object bean, java.lang.String propertyName, org.eclipse.swt.widgets.DateTime control)
DateTime
control to the passed
Date
property on the passed bean.
DateTime
cannot display
a null value so the current behaviour is to show 01/01/1753 for a null
value
DateTime
's style
bean
- - cannot be nullpropertyName
- - cannot be null and must represent a
Date
propertycontrol
- - cannot be nullprotected org.eclipse.core.databinding.DataBindingContext getContext()
protected org.eclipse.core.databinding.observable.Realm getRealm()
protected void runInRealm(java.lang.Runnable runnable)
runnable
- protected IExceptionHandler getExceptionHandler()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |