|
||||||||||
| 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
adams.gui.goe.WekaExperimentFileEditor.SimpleSetupDialog
public static class WekaExperimentFileEditor.SimpleSetupDialog
A dialog for displaying the simple setup of an experiment.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JDialog |
|---|
JDialog.AccessibleJDialog |
| Nested classes/interfaces inherited from class java.awt.Dialog |
|---|
Dialog.AccessibleAWTDialog, Dialog.ModalExclusionType, Dialog.ModalityType |
| Nested classes/interfaces inherited from class java.awt.Window |
|---|
Window.AccessibleAWTWindow |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary | |
|---|---|
protected JButton |
m_ButtonCancel
the Cancel button. |
protected JButton |
m_ButtonOK
the OK button. |
protected weka.experiment.Experiment |
m_Experiment
the current experiment. |
protected weka.gui.experiment.SimpleSetupPanel |
m_Panel
the setup panel. |
| Fields inherited from class javax.swing.JDialog |
|---|
accessibleContext, rootPane, rootPaneCheckingEnabled |
| 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 | |
|---|---|
WekaExperimentFileEditor.SimpleSetupDialog(Dialog owner)
Initializes the dialog. |
|
WekaExperimentFileEditor.SimpleSetupDialog(Frame owner)
Initializes the dialog. |
|
| Method Summary | |
|---|---|
protected boolean |
disableButtons(Container cont)
Disables the buttons in the SimpleSetupPanel. |
weka.experiment.Experiment |
getExperiment()
Returns the experiment. |
protected void |
initGUI()
Sets up the GUI components. |
protected void |
initialize()
Initializes its members. |
void |
setExperiment(weka.experiment.Experiment value)
Sets the experiment to use. |
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected weka.gui.experiment.SimpleSetupPanel m_Panel
protected weka.experiment.Experiment m_Experiment
protected JButton m_ButtonOK
protected JButton m_ButtonCancel
| Constructor Detail |
|---|
public WekaExperimentFileEditor.SimpleSetupDialog(Frame owner)
owner - the owning framepublic WekaExperimentFileEditor.SimpleSetupDialog(Dialog owner)
owner - the owning dialgo| Method Detail |
|---|
protected void initialize()
protected void initGUI()
protected boolean disableButtons(Container cont)
cont - the container to search
public void setExperiment(weka.experiment.Experiment value)
value - the experiment to displays and modifypublic weka.experiment.Experiment getExperiment()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||