Uses of Interface
org.beanfabrics.model.IBooleanPM

Packages that use IBooleanPM
org.beanfabrics.model   
org.beanfabrics.swing   
org.beanfabrics.swing.internal   
 

Uses of IBooleanPM in org.beanfabrics.model
 

Classes in org.beanfabrics.model that implement IBooleanPM
 class BooleanPM
          The BooleanPM is a presentation model for a Boolean value.
 

Uses of IBooleanPM in org.beanfabrics.swing
 

Constructors in org.beanfabrics.swing with parameters of type IBooleanPM
BnCheckBox(IBooleanPM pModel)
          Constructs a BnCheckBox and binds it to the specified model.
BnCheckBoxMenuItem(IBooleanPM pModel)
          Constructs a BnCheckBoxMenuItem and binds it to the specified model.
BnRadioButton(IBooleanPM pModel)
          Constructs a BnRadioButton and binds it to the specified model.
BnToggleButton(IBooleanPM pModel)
          Constructs a BnToggleButton and binds it to the specified model.
 

Uses of IBooleanPM in org.beanfabrics.swing.internal
 

Methods in org.beanfabrics.swing.internal that return IBooleanPM
 IBooleanPM BooleanPMCheckBox.getPresentationModel()
          Returns the PresentationModel with that this component is synchronized.
 IBooleanPM BooleanPMMenuItem.getPresentationModel()
          Returns the PresentationModel with that this component is synchronized.
 IBooleanPM BooleanPMRadioButton.getPresentationModel()
          Returns the PresentationModel with that this component is synchronized.
 IBooleanPM BooleanPMToggleButton.getPresentationModel()
          Returns the PresentationModel with that this component is synchronized.
 

Methods in org.beanfabrics.swing.internal with parameters of type IBooleanPM
 void BooleanPMCheckBox.setPresentationModel(IBooleanPM pModel)
          Sets the PresentationModel to synchronize this component with.
 void BooleanPMMenuItem.setPresentationModel(IBooleanPM pModel)
          Sets the PresentationModel to synchronize this component with.
 void BooleanPMRadioButton.setPresentationModel(IBooleanPM pModel)
          Sets the PresentationModel to synchronize this component with.
 void BooleanPMToggleButton.setPresentationModel(IBooleanPM pModel)
          Sets the PresentationModel to synchronize this component with.
 

Constructors in org.beanfabrics.swing.internal with parameters of type IBooleanPM
BooleanPMCheckBox(IBooleanPM pModel)
           
BooleanPMMenuItem(IBooleanPM pModel)
           
BooleanPMRadioButton(IBooleanPM pModel)
           
BooleanPMToggleButton(IBooleanPM pModel)
           
 



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