net.sourceforge.fixpusher.view.log
Class MessageText

java.lang.Object
  extended by net.sourceforge.fixpusher.view.log.MessageText

public class MessageText
extends java.lang.Object

The Class MessageText.


Constructor Summary
MessageText(FIXMessage fixMessage, quickfix.Message message)
          Instantiates a new message text.
 
Method Summary
 javax.swing.JPanel getText(int row)
          Gets the text.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageText

public MessageText(FIXMessage fixMessage,
                   quickfix.Message message)
Instantiates a new message text.

Parameters:
fixMessage - the fix message
message - the message
Method Detail

getText

public javax.swing.JPanel getText(int row)
Gets the text.

Parameters:
row - the row
Returns:
the text