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

Class weka.gui.PropertyDialog

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----javax.swing.JFrame
                                           |
                                           +----weka.gui.PropertyDialog

public class PropertyDialog
extends JFrame
Support for PropertyEditors with custom editors: puts the editor into a separate frame.

Version:
$Revision: 1.3 $
Author:
Len Trigg (trigg@cs.waikato.ac.nz)

Constructor Index

 o PropertyDialog(PropertyEditor, int, int)
Creates the editor frame.

Method Index

 o getEditor()
Gets the current property editor.

Constructors

 o PropertyDialog
 public PropertyDialog(PropertyEditor pe,
                       int x,
                       int y)
Creates the editor frame.

Parameters:
pe - the PropertyEditor
x - initial x coord for the frame
y - initial y coord for the frame

Methods

 o getEditor
 public PropertyEditor getEditor()
Gets the current property editor.

Returns:
a value of type 'PropertyEditor'

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