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)

Constructor Index

 o PropertyPanel(PropertyEditor)
Create the panel with the supplied property editor.

Method Index

 o paintComponent(Graphics)
Paints the component, using the property editor's paint method.
 o removeNotify()
 

Constructor Detail

 o PropertyPanel
public PropertyPanel(java.beans.PropertyEditor pe)
          Create the panel with the supplied property editor.
Parameters:
pe - the PropertyEditor

Method Detail

 o removeNotify
public void removeNotify()
Overrides:
removeNotify in class javax.swing.JComponent
 o 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