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 JPanel
Support for drawing a property value in a component.

Version:
$Revision: 1.5 $
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()

Constructors

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

Parameters:
pe - the PropertyEditor

Methods

 o removeNotify
 public void removeNotify()
Overrides:
removeNotify in class JComponent
 o paintComponent
 public void paintComponent(Graphics g)
Paints the component, using the property editor's paint method.

Parameters:
g - the current graphics context
Overrides:
paintComponent in class JComponent

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