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 javax.swing.JFrame
Support for PropertyEditors with custom editors: puts the editor into
a separate frame.
- Version:
- $Revision: 1.5 $
- Author:
- Len Trigg (trigg@cs.waikato.ac.nz)
PropertyDialog(PropertyEditor, int, int)
- Creates the editor frame.
getEditor()
- Gets the current property editor.
PropertyDialog
public PropertyDialog(java.beans.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
getEditor
public java.beans.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