AreaFactory patch (once again ;-)

2004-11-04 Thread Tibor Vyletel
of code (such things 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
esthetics of code which creates area objects in LM, the right 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

Re: AreaFactory patch

2004-11-01 Thread Tibor Vyletel
on the interface 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, 2

AreaFactory patch

2004-10-31 Thread Tibor Vyletel
ers - in several managers (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

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) i

Re: Connection between FObj and Area

2004-10-29 Thread Tibor Vyletel
n also send patches. Maybe > > someday we may even > > be able to welcome you in the team. > > > > It sounds like you're building an FO editor using > > FOP in the backrgound. > > I take it you mean the Eclipse GEF, not the Tigris > > GEF, right? Can you &g

Connection between FObj and Area

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

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 not descended 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
uot;Victor Mote" <[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

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 with one 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