Interface BeanCustomizer

All Superinterfaces:
Customizer
All Known Subinterfaces:
GOECustomizer
All Known Implementing Classes:
AddUserFieldsCustomizer, AssociatorCustomizer, AttributeSummarizerCustomizer, ClassAssignerCustomizer, ClassifierCustomizer, ClassifierPerformanceEvaluatorCustomizer, ClassValuePickerCustomizer, ClustererCustomizer, CrossValidationFoldMakerCustomizer, DataVisualizerCustomizer, FilterCustomizer, FlowByExpressionCustomizer, ImageSaverCustomizer, IncrementalClassifierEvaluatorCustomizer, JoinCustomizer, LoaderCustomizer, ModelPerformanceChartCustomizer, NoteCustomizer, PredictionAppenderCustomizer, SaverCustomizer, SerializedModelSaverCustomizer, SorterCustomizer, SubstringLabelerCustomizer, SubstringReplacerCustomizer, TextSaverCustomizer

public interface BeanCustomizer extends Customizer
Extends java.beans.Customizer and provides a method to register a listener interested in notification about whether the customizer has modified the object that it is customizing. Typically, an implementation would notify the listener about the modification state when it's window is closed.
Version:
$Revision: 8034 $
Author:
Mark Hall (mhall{[at]}penthao{[dot]}com)
  • Method Details

    • setModifiedListener

      void setModifiedListener(BeanCustomizer.ModifyListener l)
      Set a listener to be notified about the modified status of this object
      Parameters:
      l - the ModifiedListener