org.beanfabrics.swing.customizer
Interface CustomizerPM

All Superinterfaces:
Bean, ContextOwner, HasComparable, PresentationModel, Supportable, Validatable
All Known Implementing Classes:
AbstractCustomizerPM, BnListCustomizerPM, BnTableCustomizerPM, ModelSubscriberCustomizerPM

public interface CustomizerPM
extends PresentationModel


Method Summary
 void setCustomizer(CustomizerBase customizer)
           
 
Methods inherited from interface org.beanfabrics.Bean
addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeSupport, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from interface org.beanfabrics.validation.Validatable
getValidationState, getValidator, isValid, revalidate
 
Methods inherited from interface org.beanfabrics.support.Supportable
getSupportMap
 
Methods inherited from interface org.beanfabrics.context.ContextOwner
getContext
 
Methods inherited from interface org.beanfabrics.HasComparable
getComparable
 

Method Detail

setCustomizer

void setCustomizer(CustomizerBase customizer)