AreaFactory patch (once again ;-)

2004-11-04 Thread Tibor Vyletel
don't exists in SW development, do they? ;) any further suggestions/correction i am going to implement. Greets, Tibor Vyletel ICQ# 79458455

Re: AreaFactory patch

2004-11-01 Thread Tibor Vyletel
for pluggable LMs, I can start to implement this refactoring right away ... Best regards, Tibor Vyletel(not Tybor ;-) ICQ# 79458455 - Original Message - From: Glen Mazza [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 01, 2004 3:02 AM Subject: Re: AreaFactory patch I'd

Re: AreaFactory patch

2004-11-01 Thread Tibor Vyletel
place is LM itself: Area LayoutManager.createArea(Class, FObj) { return FObj.getUserAgent().getAreaFactory().create(Class, FObj, this); } and then: curBlockArea = (Block)createArea(Block.class, fobj); Best regards, Tibor Vyletel ICQ# 79458455

AreaFactory patch

2004-10-31 Thread Tibor Vyletel
(in fact, in those I had had my private code) area instantiation was changed to proposed factory pattern. Best regards, Tibor Vyletel ICQ# 79458455 AreaFactoryPhase1.patch Description: Binary data

Connection between FObj and Area

2004-10-29 Thread Tibor Vyletel
that modularization of this could bring its two cents to the quality of the FOP's source code. Best Regards, Tibor Vyletel Slovakia

Re: Connection between FObj and Area

2004-10-29 Thread Tibor Vyletel
on your project? I'm simply curious. On 29.10.2004 17:35:57 Tibor Vyletel wrote: Hello Fopsters, I use FOP (dev 1.0) in a bit different scenario as you. My renderer works in GEF framework. Till now, I have hacked simple change in relevant layout managers

Re: Connection between FObj and Area

2004-10-29 Thread Tibor Vyletel
- Original Message - From: Finn Bock [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 29, 2004 10:17 PM Subject: Re: Connection between FObj and Area [Tibor Vyletel] Hello Fopsters, I use FOP (dev 1.0) in a bit different scenario as you. My renderer works in GEF

Trait.ID_AREA

2004-05-19 Thread Tibor Vyletel
-- FONode -- XML Element data entities? Thanks Tibor Vyletel

PageViewport question

2004-01-25 Thread Tibor Vyletel
Hello, I would like to ask, what's the reason why PageViewport class is notdescended from Area class. It's a bit complicating factor in design of one my class which processes different kinds of Area objects. Thanks in advance. Tibor

Re: Connection between FO object and Area object

2003-12-03 Thread Tibor Vyletel
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 1:03 AM Subject: RE: Connection between FO object and Area object Tibor Vyletel wrote: I'm using FOP in one my project. I have created a new renderer (rendering GEF figures), but recently I got stuck with one very

Connection between FO object and Area object

2003-12-01 Thread Tibor Vyletel
Hello FOPers, I'm using FOP in one my project. I have created a new renderer (rendering GEF figures), but recently I got stuck withone very unpleasant problem: I was persuaded that I will be able to determine original ID atribute of a fo element in corresponding Area class, but now I'm