Java weka.gui PropertyDialog fields, constructors, methods, implement or subclass

Example usage for Java weka.gui PropertyDialog fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.gui PropertyDialog.

The text is from its open source code.

Constructor

PropertyDialog(Dialog owner, PropertyEditor pe, int x, int y)
Creates the editor dialog at the given position.
PropertyDialog(Frame owner, PropertyEditor pe, int x, int y)
Creates the editor dialog at the given position.
PropertyDialog(Dialog owner, PropertyEditor pe)
Creates the (screen-centered) editor dialog.
PropertyDialog(Frame owner, PropertyEditor pe)
Creates the (screen-centered) editor dialog.

Method

DialoggetParentDialog(Container c)
Tries to determine the dialog this panel is part of.
FramegetParentFrame(Container c)
Tries to determine the frame this panel is part of.