|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyBinder | |
---|---|
info.joseluismartin.gui | |
info.joseluismartin.gui.bind |
Uses of PropertyBinder in info.joseluismartin.gui |
---|
Methods in info.joseluismartin.gui that return PropertyBinder | |
---|---|
PropertyBinder |
AbstractView.getBinder(String propertyName)
Lookup for a binder by property name |
Uses of PropertyBinder in info.joseluismartin.gui.bind |
---|
Classes in info.joseluismartin.gui.bind that implement PropertyBinder | |
---|---|
class |
AbstractBinder
Base class for Binders. |
class |
CollectionPersistentServiceBinder
|
class |
ComboBinder
Binder for JComboBox |
class |
ControlBinder
Generic Binder that use a ControlAccessorFactory to get/set
control values. |
class |
LabelBinder
|
class |
ListBinder
Binder for JList |
class |
SelectorBinder
Binder for Selector |
class |
TextComponentBinder
Binder for JComponentText |
class |
ToggleButtonBinder
Property binder for ToggleButtons |
class |
ViewBinder
|
Methods in info.joseluismartin.gui.bind that return PropertyBinder | |
---|---|
PropertyBinder |
ControlAccessorBinderFactory.getBinder(Class<?> clazz)
Try to find a binder for a control Class, use super Class if none is configured. |
PropertyBinder |
ConfigurableBinderFactory.getBinder(Class<?> clazz)
Try to find a binder for a Class, use super Class if none is configured. |
PropertyBinder |
BinderFactory.getBinder(Class<?> clazz)
Try to find a binder for a control Class, use super Class if none is configured. |
PropertyBinder |
ViewBinder.getBinder(String propertyName)
Lookup for a binder by property name |
PropertyBinder |
CompositeBinder.getBinder(String propertyName)
|
PropertyBinder |
BinderHolder.getBinder(String propertyName)
Lookup for a binder by property name |
Methods in info.joseluismartin.gui.bind that return types with arguments of type PropertyBinder | |
---|---|
Map<Class<?>,Class<? extends PropertyBinder>> |
ConfigurableBinderFactory.getBinders()
|
Methods in info.joseluismartin.gui.bind with parameters of type PropertyBinder | |
---|---|
void |
CompositeBinder.addBinder(String propertyName,
PropertyBinder binder)
|
Method parameters in info.joseluismartin.gui.bind with type arguments of type PropertyBinder | |
---|---|
void |
ConfigurableBinderFactory.setBinders(Map<Class<?>,Class<? extends PropertyBinder>> binders)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |