Package weka.gui.beans
Interface CustomizerCloseRequester
- All Known Implementing Classes:
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 CustomizerCloseRequester
Customizers who want to be able to close the customizer window
themselves can implement this window. The KnowledgeFlow will
pass in the reference to the parent Window when constructing
the customizer. The customizer can then call dispose() the
Frame whenever it suits them.
- Version:
- $Revision: 8034 $
- Author:
- Mark Hall
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setParentWindow
(Window parent) A reference to the parent is passed in
-
Method Details
-
setParentWindow
A reference to the parent is passed in- Parameters:
parent
- the parent Window
-