Uses of Class
org.beanfabrics.AbstractBean

Packages that use AbstractBean
org.beanfabrics   
org.beanfabrics.model   
org.beanfabrics.validation   
 

Uses of AbstractBean in org.beanfabrics
 

Subclasses of AbstractBean in org.beanfabrics
 class BnModelObserver
          Observer for the PresentationModel object located at the end of a specified Path relatively to a ModelProvider's root.
 class ModelProvider
          The default implementation of a IModelProvider.
 class Observation
          The observation observes all presentation models that are nodes along the specified path (using the specified presentation model object as root node) and notifies any PropertyChangeListener whenever a node reference changes.
 class ValidatableBean
          This is an implementation of Validatable that uses a Validator for producing a fresh ValidationState.
 

Uses of AbstractBean in org.beanfabrics.model
 

Subclasses of AbstractBean in org.beanfabrics.model
 class AbstractOperationPM
           
 class AbstractPM
           
 class AbstractValuePM
           
 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 IconPM
          The IconPM is a presentation model for a Swing icon.
 class IconTextPM
           
 class IntegerPM
          The IntegerPM is a presentation model for integer numbers.
 class ListPM<T extends PresentationModel>
          The ListPM is a list of presentation models.
 class MapPM<K,V extends PresentationModel>
          The MapPM is a map of presentation models.
 class MoneyPM
          The MoneyPM is a presentation model for a monetary value with a currency format.
 class OperationPM
          The Operation is a presentation model that maintains a list of ExecutionMethods that will be executed whenever the OperationPM.execute() method is invoked.
 class TextPM
          The TextPM is a presentation model for a text value.
 

Uses of AbstractBean in org.beanfabrics.validation
 

Subclasses of AbstractBean in org.beanfabrics.validation
 class Validator
          The Validator is responsible for creating a ValidationState by evaluating a list of ValidationRule instances.
 



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