spv.controller
Class FitManagerGUI

java.lang.Object
  extended by spv.controller.FitManagerGUI
Direct Known Subclasses:
FitManager, FitManager2

abstract class FitManagerGUI
extends java.lang.Object


Nested Class Summary
private  class FitManagerGUI.JInternalFrameClosingHandler
           
 
Field Summary
protected  javax.swing.JLabel algReportField
           
protected static javax.swing.JComboBox algSelector
           
protected  javax.swing.JButton bconf
           
protected  javax.swing.JButton bcontinue
           
protected  javax.swing.JButton bfit
           
protected  javax.swing.JPanel bpanel
           
protected  javax.swing.JButton bquit
           
protected  javax.swing.JButton bquitconf
           
protected  javax.swing.JButton bstep
           
protected  javax.swing.JButton bstop
           
protected  javax.swing.JButton bstopconf
           
 javax.swing.JLabel chisqfield
           
protected  javax.swing.JLabel chisqlabel
           
protected  javax.swing.JPanel contentPane1
           
protected  double convergency
           
protected  javax.swing.JPanel convergency_panel
           
private  InputNumberField convergency_text
           
protected  javax.swing.JPanel fitButtonPanel
           
protected  javax.swing.JPanel fitControlPanel
           
protected  java.awt.Dimension frame_size
           
protected  javax.swing.JPanel glassPane1
           
 javax.swing.JLabel iterfield
           
protected  javax.swing.JLabel iterlabel
           
protected  javax.swing.JLayeredPane JLayeredPane1
           
protected  javax.swing.JRootPane JRootPane1
           
 MemoryJFrame memoryFrame
           
 javax.swing.JLabel percentfield
           
protected  javax.swing.JLabel percentlabel
           
protected  javax.swing.JPanel selectorpanel
           
 javax.swing.JLabel sigmafield
           
protected  javax.swing.JTextField sigmaInputField
           
protected  javax.swing.JLabel sigmalabel
           
protected  javax.swing.JPanel st1panel
           
protected  javax.swing.JPanel statselectorpanel
           
protected  javax.swing.JPanel statuspanel
           
 javax.swing.JLabel tolfield
           
protected  javax.swing.JLabel tollabel
           
 
Constructor Summary
protected FitManagerGUI()
           
 
Method Summary
protected  javax.swing.JPanel buildConfidenceGeneralResultsPanel()
           
protected  javax.swing.JScrollPane buildConfidenceResultsScrollPane()
           
protected  javax.swing.JPanel buildStatisticsPanel()
           
protected  void continueAlgorithm()
           
protected  void dispose()
           
protected  void inputSigma()
           
protected  void startAlgorithm()
           
protected  void startConfidence()
           
protected  void stepAlgorithm()
           
protected  void stopAlgorithm()
           
protected  void stopConfidence()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

algSelector

protected static javax.swing.JComboBox algSelector

memoryFrame

public MemoryJFrame memoryFrame

chisqfield

public javax.swing.JLabel chisqfield

percentfield

public javax.swing.JLabel percentfield

iterfield

public javax.swing.JLabel iterfield

tolfield

public javax.swing.JLabel tolfield

sigmafield

public javax.swing.JLabel sigmafield

JRootPane1

protected javax.swing.JRootPane JRootPane1

glassPane1

protected javax.swing.JPanel glassPane1

JLayeredPane1

protected javax.swing.JLayeredPane JLayeredPane1

contentPane1

protected javax.swing.JPanel contentPane1

fitButtonPanel

protected javax.swing.JPanel fitButtonPanel

bpanel

protected javax.swing.JPanel bpanel

bfit

protected javax.swing.JButton bfit

bconf

protected javax.swing.JButton bconf

bstop

protected javax.swing.JButton bstop

bstopconf

protected javax.swing.JButton bstopconf

bquit

protected javax.swing.JButton bquit

bquitconf

protected javax.swing.JButton bquitconf

statuspanel

protected javax.swing.JPanel statuspanel

st1panel

protected javax.swing.JPanel st1panel

fitControlPanel

protected javax.swing.JPanel fitControlPanel

bcontinue

protected javax.swing.JButton bcontinue

chisqlabel

protected javax.swing.JLabel chisqlabel

percentlabel

protected javax.swing.JLabel percentlabel

iterlabel

protected javax.swing.JLabel iterlabel

tollabel

protected javax.swing.JLabel tollabel

sigmalabel

protected javax.swing.JLabel sigmalabel

statselectorpanel

protected javax.swing.JPanel statselectorpanel

convergency_panel

protected javax.swing.JPanel convergency_panel

selectorpanel

protected javax.swing.JPanel selectorpanel

bstep

protected javax.swing.JButton bstep

algReportField

protected javax.swing.JLabel algReportField

sigmaInputField

protected javax.swing.JTextField sigmaInputField

frame_size

protected java.awt.Dimension frame_size

convergency

protected double convergency

convergency_text

private InputNumberField convergency_text
Constructor Detail

FitManagerGUI

protected FitManagerGUI()
Method Detail

inputSigma

protected void inputSigma()

buildConfidenceResultsScrollPane

protected javax.swing.JScrollPane buildConfidenceResultsScrollPane()

stopConfidence

protected void stopConfidence()

startConfidence

protected void startConfidence()

buildStatisticsPanel

protected javax.swing.JPanel buildStatisticsPanel()

buildConfidenceGeneralResultsPanel

protected javax.swing.JPanel buildConfidenceGeneralResultsPanel()

dispose

protected void dispose()

startAlgorithm

protected void startAlgorithm()

stopAlgorithm

protected void stopAlgorithm()

continueAlgorithm

protected void continueAlgorithm()

stepAlgorithm

protected void stepAlgorithm()