edu.northwestern.at.wordhoard.swing.calculator.menus
Class BaseMenu.OutputResults

java.lang.Object
  extended by edu.northwestern.at.wordhoard.swing.calculator.menus.BaseMenu.OutputResults
Enclosing class:
BaseMenu

protected class BaseMenu.OutputResults
extends java.lang.Object

Holds output results.


Field Summary
protected  javax.swing.JButton closeButton
          The close button.
protected  DialogPanel outputPanel
          The output panel.
protected  ProgressPanel progressReporter
          The progress reporter.
 
Constructor Summary
protected BaseMenu.OutputResults(DialogPanel outputPanel, ProgressPanel progressReporter, javax.swing.JButton closeButton)
          Create an OutputResults object.
 
Method Summary
protected  javax.swing.JButton getCloseButton()
          Get the close button.
protected  DialogPanel getOutputPanel()
          Get the output panel.
protected  ProgressPanel getProgressReporter()
          Get the progress reporter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

outputPanel

protected DialogPanel outputPanel
The output panel.


progressReporter

protected ProgressPanel progressReporter
The progress reporter.


closeButton

protected javax.swing.JButton closeButton
The close button.

Constructor Detail

BaseMenu.OutputResults

protected BaseMenu.OutputResults(DialogPanel outputPanel,
                                 ProgressPanel progressReporter,
                                 javax.swing.JButton closeButton)
Create an OutputResults object.

Parameters:
outputPanel - The output panel.
progressReporter - The progress reported object.
closeButton - The close button.
Method Detail

getOutputPanel

protected DialogPanel getOutputPanel()
Get the output panel.

Returns:
The output panel.

getProgressReporter

protected ProgressPanel getProgressReporter()
Get the progress reporter.

Returns:
The progress reporter.

getCloseButton

protected javax.swing.JButton getCloseButton()
Get the close button.

Returns:
The close button.