GridView
Class OutputPanel

java.lang.Object
  extended by GridView.OutputPanel
All Implemented Interfaces:
OutputPanelInterface

public class OutputPanel
extends java.lang.Object
implements OutputPanelInterface


Field Summary
private static java.lang.String mNewline
           
(package private)  javax.swing.JScrollPane mScrollPane
           
(package private)  javax.swing.JTextArea mTextArea
           
 
Constructor Summary
OutputPanel(int row, int col)
           
 
Method Summary
 javax.swing.JScrollPane GetOutputPane()
           
 void OutputLine(java.lang.String line)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mScrollPane

javax.swing.JScrollPane mScrollPane

mTextArea

javax.swing.JTextArea mTextArea

mNewline

private static final java.lang.String mNewline
See Also:
Constant Field Values
Constructor Detail

OutputPanel

OutputPanel(int row,
            int col)
Method Detail

GetOutputPane

public javax.swing.JScrollPane GetOutputPane()

OutputLine

public void OutputLine(java.lang.String line)
Specified by:
OutputLine in interface OutputPanelInterface