程序包 weka.gui.beans

接口 CustomizerCloseRequester

所有已知实现类:
AssociatorCustomizer, ClassAssignerCustomizer, ClassifierCustomizer, ClassValuePickerCustomizer, ClustererCustomizer, FilterCustomizer, LoaderCustomizer, SaverCustomizer, SerializedModelSaverCustomizer

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 JFrame when constructing the customizer. The customizer can then call dispose() the Frame whenever it suits them.
版本:
$Revision: 1.2 $
作者:
Mark Hall
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    A reference to the parent is passed in
  • 方法详细资料

    • setParentFrame

      void setParentFrame(JFrame parent)
      A reference to the parent is passed in
      参数:
      parent - the parent frame