org.kahina.core.gui
Class KahinaViewRegistry
java.lang.Object
org.kahina.core.gui.KahinaViewRegistry
public class KahinaViewRegistry
- extends Object
TODO: import + export to XML file
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KahinaViewRegistry
public KahinaViewRegistry()
registerMapping
public static <T extends KahinaObject> void registerMapping(Class<T> type,
Class<? extends KahinaView<? super T>> viewType)
generateViewFor
public static KahinaView<?> generateViewFor(Class<?> type,
KahinaInstance<?,?,?> kahina)
loadFromXMLFile
public static void loadFromXMLFile(String fileName)