Uses of Interface
org.beanfabrics.ModelSubscriber

Packages that use ModelSubscriber
org.beanfabrics   
org.beanfabrics.context   
org.beanfabrics.swing   
org.beanfabrics.swing.list   
org.beanfabrics.swing.table   
 

Uses of ModelSubscriber in org.beanfabrics
 

Classes in org.beanfabrics that implement ModelSubscriber
 class BnModelObserver
          Observer for the PresentationModel object located at the end of a specified Path relatively to a ModelProvider's root.
 class Link
          The Link is a view decorator that helps connecting a View to a PresentationModel provided by a IModelProvider at a given Path.
 

Methods in org.beanfabrics with parameters of type ModelSubscriber
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 ModelSubscriber in org.beanfabrics.context
 

Classes in org.beanfabrics.context that implement ModelSubscriber
 class BnParentContext
          ModelSubscriber Context that will become a parent context of the bound object's context.
 

Uses of ModelSubscriber in org.beanfabrics.swing
 

Classes in org.beanfabrics.swing that implement ModelSubscriber
 class BnAction
          The BnAction is an Action that can subscribe to an IOperationPM.
 class BnButton
          The BnButton is a JButton that can subscribe to an IOperationPM.
 class BnCheckBox
          The BnCheckBox is a JCheckBox that can subscribe to an IBooleanPM.
 class BnCheckBoxMenuItem
          The BnCheckBoxMenuItem is a JMenuItem that can subscribe to an IBooleanPM.
 class BnComboBox
          The BnComboBox is a JComboBox that can subscribe to an ITextPM.
 class BnComboBoxEditor
           
 class BnIconLabel
          The BnIconLabel is a JLabel that can subscribe to an IIconPM.
 class BnLabel
          The BnLabel is a JLabel that can subscribe to an ITextPM.
 class BnMenuItem
          The BnMenuItem is a JMenuItem that can subscribe to an IOperationPM.
 class BnMouseClickAction
          The BnMouseClickAction is a MouseListener that can subscribe to an IOperationPM.
 class BnPasswordField
          The BnPasswordField is a JPasswordField that can subscribe to an ITextPM.
 class BnRadioButton
          The BnRadioButton is a JRadioButton that can subscribe to an IBooleanPM.
 class BnTextArea
          The BnTextArea is a JTextArea that can subscribe to an ITextPM.
 class BnTextField
          The BnTextField is a JTextField that can subscribe to an ITextPM.
 class BnToggleButton
          The BnToggleButton is a JToggleButton that can subscribe to an IBooleanPM.
 

Uses of ModelSubscriber in org.beanfabrics.swing.list
 

Classes in org.beanfabrics.swing.list that implement ModelSubscriber
 class BnList
          The BnList is a JList that can subscribe to an IListPM.
 

Uses of ModelSubscriber in org.beanfabrics.swing.table
 

Classes in org.beanfabrics.swing.table that implement ModelSubscriber
 class BnTable
          The BnTable is a JTable that can subscribe to an IListPM.
 



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