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

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

Introduction

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

The text is from its open source code.

Field

intAPPROVE_OPTION
Signifies an OK property selection

Constructor

ViewerDialog(Frame parent)
initializes the dialog with the given parent

Method

InstancesgetInstances()
returns the currently displayed instances
intshowDialog(Instances inst)
Pops up the modal dialog and waits for Cancel or OK.