程序包 weka.gui

类 GenericObjectEditor.GOEPanel

所有已实现的接口:
ImageObserver, MenuContainer, Serializable, Accessible
封闭类:
GenericObjectEditor

public class GenericObjectEditor.GOEPanel extends JPanel
Handles the GUI side of editing values.
另请参阅:
  • 构造器详细资料

    • GOEPanel

      public GOEPanel()
      Creates the GUI editor component.
  • 方法详细资料

    • setOkButtonText

      public void setOkButtonText(String newLabel)
      Allows customization of the action label on the dialog.
      参数:
      newLabel - the new string for the ok button
    • addOkListener

      public void addOkListener(ActionListener a)
      This is used to hook an action listener to the ok button.
      参数:
      a - The action listener.
    • addCancelListener

      public void addCancelListener(ActionListener a)
      This is used to hook an action listener to the cancel button.
      参数:
      a - The action listener.
    • removeOkListener

      public void removeOkListener(ActionListener a)
      This is used to remove an action listener from the ok button.
      参数:
      a - The action listener
    • removeCancelListener

      public void removeCancelListener(ActionListener a)
      This is used to remove an action listener from the cancel button.
      参数:
      a - The action listener
    • updateChildPropertySheet

      public void updateChildPropertySheet()
      Updates the child property sheet, and creates if needed.