textbender.a.r.page
Class PageDaemonsEDT

java.lang.Object
  extended by PageDaemonsEDT

@ThreadSafe
public final class PageDaemonsEDT
extends Object

Common to page daemons, on the AWT event dispatch thread. The single instance of PageDaemonsEDT is available via PageDaemonsEDT.i().

Warning: though parts of this API are thread-safe, that of the objects it dispenses are not. The APIs of those objects are (at least partly) restricted to the AWT event dispatch thread; owing either to a specific restriction, or to general thread unsafety.


Constructor Summary
PageDaemonsEDT()
          Creates the single instance of PageDaemonsEDT, and makes it available via i().
 
Method Summary
static PageDaemonsEDT i()
          The single instance of PageDaemonsEDT.
 TransformerFactory transformerFactory()
          A shared transformer factory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageDaemonsEDT

PageDaemonsEDT()
Creates the single instance of PageDaemonsEDT, and makes it available via i().

Method Detail

i

public static PageDaemonsEDT i()
The single instance of PageDaemonsEDT.


transformerFactory

public TransformerFactory transformerFactory()
A shared transformer factory. It has no features set (please do not set any).