|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
weka.gui.experiment.OutputFormatDialog
public class OutputFormatDialog
A dialog for setting various output format parameters.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.awt.Dialog |
|---|
Dialog.ModalExclusionType, Dialog.ModalityType |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.BaselineResizeBehavior |
| Field Summary | |
|---|---|
static int |
APPROVE_OPTION
Signifies an OK property selection. |
static int |
CANCEL_OPTION
Signifies a cancelled property selection. |
| Fields inherited from class java.awt.Dialog |
|---|
DEFAULT_MODALITY_TYPE |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.WindowConstants |
|---|
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
OutputFormatDialog(Frame parent)
initializes the dialog with the given parent frame. |
|
| Method Summary | |
|---|---|
int |
getMeanPrec()
Gets the precision used for printing the mean. |
boolean |
getRemoveFilterName()
returns whether the filter classname is removed from the dataset name. |
int |
getResult()
the result from the last display of the dialog, the same is returned from showDialog. |
Class |
getResultMatrix()
Gets the currently selected output format result matrix. |
boolean |
getShowAverage()
returns whether the average for each column is displayed. |
int |
getStdDevPrec()
Gets the precision used for printing the std. |
static void |
main(String[] args)
for testing only. |
void |
setMeanPrec(int precision)
Sets the precision of the mean output. |
void |
setRemoveFilterName(boolean remove)
sets whether to remove the filter classname from the dataset name. |
void |
setResultMatrix(Class matrix)
Sets the matrix to use as initial selected output format. |
void |
setShowAverage(boolean show)
sets whether the average for each column is displayed. |
void |
setStdDevPrec(int precision)
Sets the precision of the std. |
int |
showDialog()
Pops up the modal dialog and waits for cancel or a selection. |
| Methods inherited from class javax.swing.JDialog |
|---|
getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, isDefaultLookAndFeelDecorated, remove, repaint, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setTransferHandler, update |
| Methods inherited from class java.awt.Dialog |
|---|
addNotify, getModalityType, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setModalityType, setResizable, setTitle, setUndecorated, setVisible, show, toBack |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int APPROVE_OPTION
public static final int CANCEL_OPTION
| Constructor Detail |
|---|
public OutputFormatDialog(Frame parent)
parent - the parent of this dialog| Method Detail |
|---|
public void setMeanPrec(int precision)
precision - the number of digits used in printing the meanpublic int getMeanPrec()
public void setStdDevPrec(int precision)
precision - the number of digits used in printing the std. deviationpublic int getStdDevPrec()
public void setResultMatrix(Class matrix)
matrix - the matrix to use as initial selected output formatpublic Class getResultMatrix()
public void setRemoveFilterName(boolean remove)
remove - if true then the filter classname is removedpublic boolean getRemoveFilterName()
public void setShowAverage(boolean show)
show - if true then an additional row with the average is printed.public boolean getShowAverage()
public int getResult()
showDialog.
showDialog()public int showDialog()
public static void main(String[] args)
args - ignored
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||