Home » openjdk-7 » javax » swing » text » [javadoc | source]
javax.swing.text
public class: LayoutQueue [javadoc | source]
java.lang.Object
   javax.swing.text.LayoutQueue
A queue of text layout tasks.
Nested Class Summary:
class  LayoutQueue.LayoutThread  low priority thread to perform layout work forever 
Constructor:
 public LayoutQueue() 
Method from javax.swing.text.LayoutQueue Summary:
addTask,   getDefaultQueue,   setDefaultQueue,   waitForWork
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.swing.text.LayoutQueue Detail:
 public synchronized  void addTask(Runnable task) 
    Add a task that is not needed immediately because the results are not believed to be visible.
 public static LayoutQueue getDefaultQueue() 
    Fetch the default layout queue.
 public static  void setDefaultQueue(LayoutQueue q) 
    Set the default layout queue.
 protected synchronized Runnable waitForWork() 
    Used by the worker thread to get a new task to execute