com.acarter.scenemonitor.textdescriptor
Class StandardDescriptorHandler

java.lang.Object
  extended by com.acarter.scenemonitor.textdescriptor.A_TextDescriptorHandler
      extended by com.acarter.scenemonitor.textdescriptor.StandardDescriptorHandler

public class StandardDescriptorHandler
extends A_TextDescriptorHandler

Adds the default descriptors.

Author:
Carter

Field Summary
 
Fields inherited from class com.acarter.scenemonitor.textdescriptor.A_TextDescriptorHandler
descriptors, LOGGER_NAME
 
Constructor Summary
StandardDescriptorHandler()
           
 
Method Summary
 void initDescriptors()
          Add descriptors.
 
Methods inherited from class com.acarter.scenemonitor.textdescriptor.A_TextDescriptorHandler
descriptorsExist, getDescriptor, registerDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardDescriptorHandler

public StandardDescriptorHandler()
Method Detail

initDescriptors

public void initDescriptors()
Add descriptors.

Specified by:
initDescriptors in class A_TextDescriptorHandler