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.
GenericObjectEditor.GOEPanel(GenericObjectEditor)
- Creates the GUI editor component
addCancelListener(ActionListener)
- This is used to hook an action listener to the cancel button
addOkListener(ActionListener)
- This is used to hook an action listener to the ok button
itemStateChanged(ItemEvent)
- When the chooser selection is changed, ensures that the Object
is changed appropriately.
removeCancelListener(ActionListener)
- This is used to remove an action listener from the cancel button
removeOkListener(ActionListener)
- This is used to remove an action listener from the ok button
updateChildPropertySheet()
- Updates the child property sheet, and creates if needed
GenericObjectEditor.GOEPanel
public GenericObjectEditor.GOEPanel(GenericObjectEditor this$0)
Creates the GUI editor component
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.
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.
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
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
updateChildPropertySheet
public void updateChildPropertySheet()
Updates the child property sheet, and creates if needed
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