|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkaapo.types.TypeManager
public class TypeManager
TypeManager class load diagramtypes and tooltypes. It reads all the class files in diagrams directory and creates class objects from those files. It also reads content in diagramComponents file and do those class files same as previous. It has also specified method to get text tools class.
Constructor Summary | |
---|---|
TypeManager()
basic constructor |
Method Summary | |
---|---|
LinkedList<Class> |
getDiagrams()
getDiagram() method is used to get diagramtypes into use. |
Class |
getTextElement()
getTextElement() method is used to get text element into use. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TypeManager()
Method Detail |
---|
public LinkedList<Class> getDiagrams()
public Class getTextElement()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |