|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.jfacefactories.binders.Binders
public final class Binders
Creates factories for data bound controls.
All methods must be called in the UI thread.
| Method Summary | |
|---|---|
static org.eclipse.core.databinding.DataBindingContext |
createContext()
Creates a new databinding context. |
static ButtonBinder |
getButtonBinder()
Creates a Button binder using the default databinding context |
static ButtonBinder |
getButtonBinder(org.eclipse.core.databinding.DataBindingContext context)
Creates a Button binder using the passed context. |
static DateTimeBinder |
getDateTimeBinder()
Creates a DateTime binder using the default databinding context |
static DateTimeBinder |
getDateTimeBinder(org.eclipse.core.databinding.DataBindingContext context)
Creates a DateTime binder using the passed context. |
static org.eclipse.core.databinding.DataBindingContext |
getDefaultContext()
Accessor to the default databinding context used by all methods where the client does not specify the context. |
static EnableBinder |
getEnableBinder()
Creates an enablement binder using the default databinding context |
static EnableBinder |
getEnableBinder(org.eclipse.core.databinding.DataBindingContext context)
Creates an enablement binder using the passed context. |
static ListBinder |
getListBinder()
Creates a list binder using the default databinding context |
static ListBinder |
getListBinder(org.eclipse.core.databinding.DataBindingContext context)
Creates a list binder using the passed context. |
static TextBinder |
getTextBinder()
Creates a Text binder using the default databinding context |
static TextBinder |
getTextBinder(org.eclipse.core.databinding.DataBindingContext context)
Creates a Text binder using the passed context. |
static void |
setExceptionHandler(IExceptionHandler handler)
Sets the exception handler for binding operations. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final void setExceptionHandler(IExceptionHandler handler)
getXXXBinder()
handler - public static final org.eclipse.core.databinding.DataBindingContext createContext()
public static final org.eclipse.core.databinding.DataBindingContext getDefaultContext()
public static final ButtonBinder getButtonBinder(org.eclipse.core.databinding.DataBindingContext context)
context -
public static final ButtonBinder getButtonBinder()
public static final TextBinder getTextBinder(org.eclipse.core.databinding.DataBindingContext context)
context -
public static final TextBinder getTextBinder()
public static final DateTimeBinder getDateTimeBinder(org.eclipse.core.databinding.DataBindingContext context)
context -
public static final DateTimeBinder getDateTimeBinder()
public static final ListBinder getListBinder(org.eclipse.core.databinding.DataBindingContext context)
context -
public static final ListBinder getListBinder()
public static final EnableBinder getEnableBinder(org.eclipse.core.databinding.DataBindingContext context)
context -
public static final EnableBinder getEnableBinder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||