com.acarter.scenemonitor.textdescriptor
Class TextInformation

java.lang.Object
  extended by A_MonitorInformationPanel
      extended by com.acarter.scenemonitor.textdescriptor.TextInformation

public class TextInformation
extends A_MonitorInformationPanel

Author:
Carter

Field Summary
static java.lang.String LOGGER_NAME
          Logger Name
 
Constructor Summary
TextInformation()
           
 
Method Summary
 javax.swing.JPanel buildInformationPanel()
           
 A_TextDescriptorHandler getTextDescriptorHandler()
          Returns the test descriptor handler so new descriptors may be added.
 void updateInformation(java.lang.Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER_NAME

public static final java.lang.String LOGGER_NAME
Logger Name

See Also:
Constant Field Values
Constructor Detail

TextInformation

public TextInformation()
Method Detail

buildInformationPanel

public javax.swing.JPanel buildInformationPanel()
See Also:
com.acarter.scenemonitor.dialog.A_MonitorInformationPanel#buildInformationPanel()

updateInformation

public void updateInformation(java.lang.Object object)
See Also:
com.acarter.scenemonitor.dialog.A_MonitorInformationPanel#updateInformation(java.lang.Object)

getTextDescriptorHandler

public A_TextDescriptorHandler getTextDescriptorHandler()
Returns the test descriptor handler so new descriptors may be added.

Returns:
A_TextDescriptorHandler