Uses of Interface
org.beanfabrics.model.ITextPM

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

Uses of ITextPM in org.beanfabrics.model
 

Subinterfaces of ITextPM in org.beanfabrics.model
 interface IBigDecimalPM
           
 interface IBooleanPM
           
 interface IDatePM
           
 interface IIntegerPM
           
 

Classes in org.beanfabrics.model that implement ITextPM
 class BigDecimalPM
          The BigDecimalPM is a presentation model for a BigDecimal value.
 class BooleanPM
          The BooleanPM is a presentation model for a Boolean value.
 class DatePM
          The DatePM is a presentation model for Date objects.
 class DecimalPM
          The DecimalPM is a presentation model for decimal numbers.
 class IconTextPM
           
 class IntegerPM
          The IntegerPM is a presentation model for integer numbers.
 class MoneyPM
          The MoneyPM is a presentation model for a monetary value with a currency format.
 class TextPM
          The TextPM is a presentation model for a text value.
 

Uses of ITextPM in org.beanfabrics.swing
 

Methods in org.beanfabrics.swing that return ITextPM
 ITextPM BnLabel.getPresentationModel()
          Returns the PresentationModel with that this component is synchronized.
 

Methods in org.beanfabrics.swing with parameters of type ITextPM
 void BnLabel.setPresentationModel(ITextPM pModel)
          Sets the PresentationModel to synchronize this component with.
 

Constructors in org.beanfabrics.swing with parameters of type ITextPM
BnComboBox(ITextPM pModel)
          Constructs a BnComboBox and binds it to the specified model.
BnLabel(ITextPM pModel)
          Constructs a BnLabel and binds it to the specified model.
BnPasswordField(ITextPM pModel)
          Constructs a BnPasswordField and binds it to the specified model.
BnTextArea(ITextPM pModel)
          Constructs a BnTextArea and binds it to the specified model.
BnTextField(ITextPM pModel)
          Constructs a BnTextField and binds it to the specified model.
 

Uses of ITextPM in org.beanfabrics.swing.internal
 

Fields in org.beanfabrics.swing.internal declared as ITextPM
protected  ITextPM BnPlainDocument.pModel
           
 

Methods in org.beanfabrics.swing.internal that return ITextPM
 ITextPM BnPlainDocument.getPresentationModel()
          Returns the PresentationModel with that this component is synchronized.
 ITextPM TextPMComboBox.getPresentationModel()
          Returns the PresentationModel with that this component is synchronized.
 ITextPM TextPMPasswordField.getPresentationModel()
          Returns the PresentationModel with that this component is synchronized.
 ITextPM TextPMTextArea.getPresentationModel()
          Returns the PresentationModel with that this component is synchronized.
 ITextPM TextPMTextField.getPresentationModel()
          Returns the PresentationModel with that this component is synchronized.
 

Methods in org.beanfabrics.swing.internal with parameters of type ITextPM
 void BnPlainDocument.setPresentationModel(ITextPM pModel)
          Sets the PresentationModel to synchronize this component with.
 void TextPMComboBox.setPresentationModel(ITextPM pModel)
          Sets the PresentationModel to synchronize this component with.
 void TextPMPasswordField.setPresentationModel(ITextPM pModel)
          Sets the PresentationModel to synchronize this component with.
 void TextPMTextArea.setPresentationModel(ITextPM pModel)
          Sets the PresentationModel to synchronize this component with.
 void TextPMTextField.setPresentationModel(ITextPM pModel)
          Sets the PresentationModel to synchronize this component with.
 

Constructors in org.beanfabrics.swing.internal with parameters of type ITextPM
BnPlainDocument(ITextPM pModel)
           
TextPMComboBox(ITextPM pModel)
           
TextPMPasswordField(ITextPM pModel)
           
TextPMTextArea(ITextPM pModel)
           
TextPMTextField(ITextPM pModel)
           
 



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