Hi,

> This seems to already by an issue in Apache's Jira 
> (https://issues.apache.org/jira/browse/FLEX-21488) which is closed to be 
> tracked by the Adobe Jira, but it seems the Adobe Jira has already been 
> decommissioned. Perhaps we should open it back up-or maybe I'm missing 
> something.

I've reopened the JIRA issues. Are there any other classes other than these?

public final class TextFlow
public final class ParagraphElement
public final class LinkElement

> To summarize things, I'd like to make the following general categories of 
> changes to TLF:
> Remove many final classes, giving developers the ability to extend them.
> Attempt to make many hidden classes publicly visible so that they can be 
> extended and use in the type of configuration described below.
> Make TLF more configurable, so that in places where TLF would create an 
> instance of a TLF-type class, it instead accesses a user-configured factory 
> for creating that type of class so that developers can inject their extended 
> classes into their text with ease. (Probably in the Configuration class.)

All sound like good ideas to me.

Thanks,
Justin

Reply via email to