|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.acarter.scenemonitor.textdescriptor.A_TextDescriptorHandler
public abstract class A_TextDescriptorHandler
This class stores the information descriptor definitions.
Field Summary | |
---|---|
protected java.util.HashMap<java.lang.Class<?>,A_TextDescriptor> |
descriptors
Set of descriptors for each tree object |
static java.lang.String |
LOGGER_NAME
Logger Name |
Constructor Summary | |
---|---|
A_TextDescriptorHandler()
Constructor. |
Method Summary | |
---|---|
static boolean |
descriptorsExist()
Checks if the default library of descriptors is in the classpath. |
A_TextDescriptor |
getDescriptor(java.lang.Object object)
Returns the descriptor that is associated with the object. |
protected abstract void |
initDescriptors()
Subclasses must load their own set of default descriptors. |
void |
registerDescriptor(java.lang.Class<?> classType,
A_TextDescriptor descriptor)
Adds the descriptor/object type pair to the collection. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String LOGGER_NAME
protected java.util.HashMap<java.lang.Class<?>,A_TextDescriptor> descriptors
Constructor Detail |
---|
public A_TextDescriptorHandler()
Method Detail |
---|
public static boolean descriptorsExist()
protected abstract void initDescriptors()
public A_TextDescriptor getDescriptor(java.lang.Object object)
object
- The object who's descriptor you want returned.
public void registerDescriptor(java.lang.Class<?> classType, A_TextDescriptor descriptor)
classType
- descriptor
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |