Uses of Interface
org.beanfabrics.support.Supportable

Packages that use Supportable
org.beanfabrics.model   
org.beanfabrics.support   
 

Uses of Supportable in org.beanfabrics.model
 

Subinterfaces of Supportable in org.beanfabrics.model
 interface IBigDecimalPM
           
 interface IBooleanPM
           
 interface IDatePM
           
 interface IIconPM
           
 interface IIntegerPM
           
 interface IListPM<T extends PresentationModel>
          Minimal interface for presentation models with list-editing capabilities.
 interface IMapPM<K,V extends PresentationModel>
           
 interface IOperationPM
           
 interface ITextPM
           
 interface IValuePM
           
 interface PresentationModel
          Base interface for a presentation model.
 

Classes in org.beanfabrics.model that implement Supportable
 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 Supportable in org.beanfabrics.support
 

Constructors in org.beanfabrics.support with parameters of type Supportable
SupportMap(Supportable supportable)
           
 



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