Uses of Class
org.beanfabrics.ModelProvider

Packages that use ModelProvider
org.beanfabrics   
org.beanfabrics.swing   
 

Uses of ModelProvider in org.beanfabrics
 

Methods in org.beanfabrics that return ModelProvider
static ModelProvider Binder.bind(ModelSubscriber subscriber, PresentationModel presentationModel)
          Binds the given ModelSubscriber to the given PresentationModel
static ModelProvider Binder.bind(ModelSubscriber subscriber, PresentationModel root, Path path)
          Binds the given ModelSubscriber to the PresentationModel specified by the given Path relative to the given root model.
 

Uses of ModelProvider in org.beanfabrics.swing
 

Constructors in org.beanfabrics.swing with parameters of type ModelProvider
BnButton(ModelProvider provider)
          Constructs a BnButton and subscribes it for the model at the root level provided by the given provider.
BnButton(ModelProvider provider, Path path)
          Constructs a BnButton and subscribes it for the model at the specified Path provided by the given provider.
BnCheckBox(ModelProvider provider)
          Constructs a BnCheckBox and subscribes it for the model at the root level provided by the given provider.
BnCheckBox(ModelProvider provider, Path path)
          Constructs a BnCheckBox and subscribes it for the model at the specified Path provided by the given provider.
BnCheckBoxMenuItem(ModelProvider provider)
          Constructs a BnCheckBoxMenuItem and subscribes it for the model at the root level provided by the given provider.
BnCheckBoxMenuItem(ModelProvider provider, Path path)
          Constructs a BnCheckBoxMenuItem and subscribes it for the model at the specified Path provided by the given provider.
BnComboBox(ModelProvider provider)
          Constructs a BnComboBox and subscribes it for the model at the root level provided by the given provider.
BnComboBox(ModelProvider provider, Path path)
          Constructs a BnComboBox and subscribes it for the model at the specified Path provided by the given provider.
BnIconLabel(ModelProvider provider)
          Constructs a BnIconLabel and subscribes it for the model at the root level provided by the given provider.
BnIconLabel(ModelProvider provider, Path path)
          Constructs a BnIconLabel and subscribes it for the model at the specified Path provided by the given provider.
BnLabel(ModelProvider provider)
          Constructs a BnLabel and subscribes it for the model at the root level provided by the given provider.
BnLabel(ModelProvider provider, Path path)
          Constructs a BnLabel and subscribes it for the model at the specified Path provided by the given provider.
BnMenuItem(ModelProvider provider)
          Constructs a BnMenuItem and subscribes it for the model at the root level provided by the given provider.
BnMenuItem(ModelProvider provider, Path path)
          Constructs a BnMenuItem and subscribes it for the model at the specified Path provided by the given provider.
BnPasswordField(ModelProvider provider)
          Constructs a BnPasswordField and subscribes it for the model at the root level provided by the given provider.
BnPasswordField(ModelProvider provider, Path path)
          Constructs a BnPasswordField and subscribes it for the model at the specified Path provided by the given provider.
BnRadioButton(ModelProvider provider)
          Constructs a BnRadioButton and subscribes it for the model at the root level provided by the given provider.
BnRadioButton(ModelProvider provider, Path path)
          Constructs a BnRadioButton and subscribes it for the model at the specified Path provided by the given provider.
BnTextArea(ModelProvider provider)
          Constructs a BnTextArea and subscribes it for the model at the root level provided by the given provider.
BnTextArea(ModelProvider provider, Path path)
          Constructs a BnTextArea and subscribes it for the model at the specified Path provided by the given provider.
BnTextField(ModelProvider provider)
          Constructs a BnTextField and subscribes it for the model at the root level provided by the given provider.
BnTextField(ModelProvider provider, Path path)
          Constructs a BnTextField and subscribes it for the model at the specified Path provided by the given provider.
BnToggleButton(ModelProvider provider)
          Constructs a BnToggleButton and subscribes it for the model at the root level provided by the given provider.
BnToggleButton(ModelProvider provider, Path path)
          Constructs a BnToggleButton and subscribes it for the model at the specified Path provided by the given provider.
 



© 2010 by Michael Karneim, http://www.beanfabrics.org