com.acarter.scenemonitor.textdescriptor.definitions
Class ControllerDescriptor

java.lang.Object
  extended by com.acarter.scenemonitor.textdescriptor.A_TextDescriptor
      extended by com.acarter.scenemonitor.textdescriptor.definitions.ControllerDescriptor

public class ControllerDescriptor
extends A_TextDescriptor

Author:
Carter

Nested Class Summary
protected static class ControllerDescriptor.E_RepeatType
          Enumerates the permissible controller repeat types.
 
Field Summary
static java.lang.String LOGGER_NAME
           
 
Fields inherited from class com.acarter.scenemonitor.textdescriptor.A_TextDescriptor
decimal
 
Constructor Summary
ControllerDescriptor()
           
 
Method Summary
 void updateInfo(javax.swing.text.StyledDocument infoDocument, java.lang.Object object)
          Called when the text should be replaced with more current information.
 
Methods inherited from class com.acarter.scenemonitor.textdescriptor.A_TextDescriptor
clearDocument, toString, writeString
 
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
See Also:
Constant Field Values
Constructor Detail

ControllerDescriptor

public ControllerDescriptor()
Method Detail

updateInfo

public void updateInfo(javax.swing.text.StyledDocument infoDocument,
                       java.lang.Object object)
Description copied from class: A_TextDescriptor
Called when the text should be replaced with more current information.

Specified by:
updateInfo in class A_TextDescriptor