All Packages Class Hierarchy This Package Previous Next Index WEKA's home
Class weka.gui.PropertyPanel
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----javax.swing.JComponent
|
+----javax.swing.JPanel
|
+----weka.gui.PropertyPanel
- public class PropertyPanel
- extends javax.swing.JPanel
Support for drawing a property value in a component.
- Version:
- $Revision: 1.7 $
- Author:
- Len Trigg (trigg@cs.waikato.ac.nz)
PropertyPanel(PropertyEditor)
- Create the panel with the supplied property editor.
paintComponent(Graphics)
- Paints the component, using the property editor's paint method.
removeNotify()
-
PropertyPanel
public PropertyPanel(java.beans.PropertyEditor pe)
Create the panel with the supplied property editor.
- Parameters:
pe
- the PropertyEditor
removeNotify
public void removeNotify()
- Overrides:
- removeNotify in class javax.swing.JComponent
paintComponent
public void paintComponent(java.awt.Graphics g)
Paints the component, using the property editor's paint method.
- Parameters:
g
- the current graphics context
All Packages Class Hierarchy This Package Previous Next Index WEKA's home