All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home

Class weka.gui.GenericObjectEditor.GOEPanel

java.lang.Object
    |
    +----java.awt.Component
            |
            +----java.awt.Container
                    |
                    +----javax.swing.JComponent
                            |
                            +----javax.swing.JPanel
                                    |
                                    +----weka.gui.GenericObjectEditor.GOEPanel

public class GenericObjectEditor.GOEPanel
extends javax.swing.JPanel
implements java.awt.event.ItemListener
Handles the GUI side of editing values.


Constructor Index

 o GenericObjectEditor.GOEPanel(GenericObjectEditor)
Creates the GUI editor component

Method Index

 o addCancelListener(ActionListener)
This is used to hook an action listener to the cancel button
 o addOkListener(ActionListener)
This is used to hook an action listener to the ok button
 o itemStateChanged(ItemEvent)
When the chooser selection is changed, ensures that the Object is changed appropriately.
 o removeCancelListener(ActionListener)
This is used to remove an action listener from the cancel button
 o removeOkListener(ActionListener)
This is used to remove an action listener from the ok button
 o updateChildPropertySheet()
Updates the child property sheet, and creates if needed

Constructor Detail

 o GenericObjectEditor.GOEPanel
public GenericObjectEditor.GOEPanel(GenericObjectEditor this$0)
          Creates the GUI editor component

Method Detail

 o addOkListener
public void addOkListener(java.awt.event.ActionListener a)
          This is used to hook an action listener to the ok button
Parameters:
a - The action listener.
 o addCancelListener
public void addCancelListener(java.awt.event.ActionListener a)
          This is used to hook an action listener to the cancel button
Parameters:
a - The action listener.
 o removeOkListener
public void removeOkListener(java.awt.event.ActionListener a)
          This is used to remove an action listener from the ok button
Parameters:
a - The action listener
 o removeCancelListener
public void removeCancelListener(java.awt.event.ActionListener a)
          This is used to remove an action listener from the cancel button
Parameters:
a - The action listener
 o updateChildPropertySheet
public void updateChildPropertySheet()
          Updates the child property sheet, and creates if needed
 o itemStateChanged
public void itemStateChanged(java.awt.event.ItemEvent e)
          When the chooser selection is changed, ensures that the Object is changed appropriately.
Parameters:
e - a value of type 'ItemEvent'

All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home