org.beanfabrics.context
Interface ContextOwner

All Known Subinterfaces:
IBigDecimalPM, IBooleanPM, IDatePM, IIconPM, IIntegerPM, IListPM<T>, IMapPM<K,V>, IOperationPM, ITextPM, IValuePM, PresentationModel
All Known Implementing Classes:
AbstractOperationPM, AbstractPM, AbstractValuePM, BigDecimalPM, BooleanPM, DatePM, DecimalPM, IconPM, IconTextPM, IntegerPM, ListPM, MapPM, MoneyPM, OperationPM, TextPM

public interface ContextOwner

A class that implements this interface has a context property.

Author:
Michael Karneim
See Also:
Context

Method Summary
 Context getContext()
          Returns the Context of this model.
 

Method Detail

getContext

Context getContext()
Returns the Context of this model.

Returns:
the IContext of this model


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