Example usage for Java weka.gui PropertySelectorDialog fields, constructors, methods, implement or subclass
The text is from its open source code.
int | APPROVE_OPTION Signifies an OK property selection |
PropertySelectorDialog(Frame parentFrame, Object rootObject) Create the property selection dialog. |
PropertyNode[] | getPath() Gets the path of property nodes to the selected property. |
int | showDialog() Pops up the modal dialog and waits for cancel or a selection. |