|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.northwestern.at.wordhoard.swing.calculator.menus.BaseMenu.OutputResults
protected class BaseMenu.OutputResults
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 |
---|
protected DialogPanel outputPanel
protected ProgressPanel progressReporter
protected javax.swing.JButton closeButton
Constructor Detail |
---|
protected BaseMenu.OutputResults(DialogPanel outputPanel, ProgressPanel progressReporter, javax.swing.JButton closeButton)
outputPanel
- The output panel.progressReporter
- The progress reported object.closeButton
- The close button. Method Detail |
---|
protected DialogPanel getOutputPanel()
protected ProgressPanel getProgressReporter()
protected javax.swing.JButton getCloseButton()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |