Uses of Interface
org.beanfabrics.View

Packages that use View
org.beanfabrics   
org.beanfabrics.context   
org.beanfabrics.swing   
org.beanfabrics.swing.internal   
org.beanfabrics.swing.list   
org.beanfabrics.swing.table   
 

Uses of View in org.beanfabrics
 

Classes in org.beanfabrics that implement View
 class BnModelObserver
          Observer for the PresentationModel object located at the end of a specified Path relatively to a ModelProvider's root.
 

Methods in org.beanfabrics that return View
 View Link.getView()
          Returns the view.
 

Constructors in org.beanfabrics with parameters of type View
Link(View view)
          Creates a Link for the given view.
 

Constructor parameters in org.beanfabrics with type arguments of type View
ViewClassDecorator(java.lang.Class<? extends View> viewClass)
           
 

Uses of View in org.beanfabrics.context
 

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

Uses of View in org.beanfabrics.swing
 

Classes in org.beanfabrics.swing that implement View
 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 View in org.beanfabrics.swing.internal
 

Classes in org.beanfabrics.swing.internal that implement View
 class BnPlainDocument
          The BnPlainDocument is a PlainDocument which is a View on a ITextPM.
 class BooleanPMCheckBox
          The BooleanPMCheckBox is a JCheckBox that is a view on an IBooleanPM.
 class BooleanPMMenuItem
          The BooleanPMMenuItem is a JCheckBoxMenuItem that is a view on an IBooleanPM.
 class BooleanPMRadioButton
          The BooleanPMRadioButton is a JRadioButton that is a view on an IBooleanPM.
 class BooleanPMToggleButton
          The BooleanPMToggleButton is a JToggleButton that is a view on an IBooleanPM.
 class OperationPMAction
          The OperationPMAction is an Action that is a view on an IOperationPM.
 class OperationPMButton
          The OperationPMButton is a JButton that is a view on an IOperationPM.
 class OperationPMMenuItem
          The OperationPMMenuItem is a JMenuItem that is a view on an IOperationPM.
 class TextPMComboBox
          The TextPMComboBox is a JComboBox that is a view on an ITextPM.
 class TextPMPasswordField
          The TextPMPasswordField is a view on an ITextPM.
 class TextPMTextArea
          The TextPMTextArea is a JTextArea that is a view on an ITextPM.
 class TextPMTextField
          The TextPMTextField is a JTextField that is a view on an ITextPM.
 

Uses of View in org.beanfabrics.swing.list
 

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

Uses of View in org.beanfabrics.swing.table
 

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



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