Menu

#18 Intialization of SwixAT.beanFactory from external world

0.4.0
open
nobody
9
2005-12-13
2005-12-13
No

I want to extend SwixAT class but there is no method
by which I can intialize "beanFactory" private
variable.

I need this functionality because I do not want to
show GUI immediately. I want GUI object that may be
frame/JPanel. and after some manipulation I want to
show that GUI.

For that I do not want to call avaliable method of
SwixAT. But SwixAT class also used in AbstractFrame
class constructor.

Thanks and Regards
Ashish Pandey

Discussion

  • Ashish Pandey

    Ashish Pandey - 2005-12-13
    • priority: 5 --> 9
     
  • Benjamin Poussin

    Logged In: YES
    user_id=1330067

    Hi,

    you can use SwixAT.initFactory("context/path")

    and after something like this

    OutputView view = new OutputView("xmlfile", null, null);
    new IndependentFrame().init(view);

     

Log in to post a comment.