From: Christoph F. <cf...@fo...> - 2004-03-24 10:53:34
|
Hi Tommy Am Mi, den 24.03.2004 schrieb Tommy Johannessen um 10:56: > Hi, > > I am looking through your source code for TMNav and wonder how you make the > instance of AModel. I have imported org.tm4j.tmnav.app.tg into a test > project I'm developing and will make a MainApp that renders the HyperGraph > you do in TMNav. But I do not quite understand how you are building the > model. > Building the model is done by the Panckoucke-Library. The API to get a model is in the interface org.tm4j.panckoucke.model.ModelProvider. To get an instance of ModelProvider, you may call getModelProvider() on an instance of PanckouckeContext; How to initialise Panckoucke and obtain an instance of the context can best be seen in TMNav.getPanckouckeContext(TMnavprefs). I hope that helps. Please do not tend to ask further questions if you need additional pointers Bye c > Every help would be appreciated. Hope you can give me some pointers, for I > really like this way to display a topic :) > > Regards > > Tommy Johannessen > > _________________________________________________________________ > MSN Messenger http://www.msn.no/messenger Den korteste veien mellom deg og > dine venner > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Tm4j-developers mailing list > Tm4...@li... > https://lists.sourceforge.net/lists/listinfo/tm4j-developers -- Christoph Froehlich <cf...@fo...> |