Example usage for Java weka.gui PropertyDialog fields, constructors, methods, implement or subclass
The text is from its open source code.
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. |
Dialog | getParentDialog(Container c) Tries to determine the dialog this panel is part of. |
Frame | getParentFrame(Container c) Tries to determine the frame this panel is part of. |