Uses of Class
javax.swing.text.LayoutQueue
-
Packages that use LayoutQueue 软件包 描述 javax.swing.text 提供处理可编辑和不可编辑文本组件的类和接口。 -
-
Uses of LayoutQueue in javax.swing.text
Methods in javax.swing.text that return LayoutQueue Modifier and Type 方法 描述 static LayoutQueue
LayoutQueue. getDefaultQueue()
获取默认布局队列。protected LayoutQueue
AsyncBoxView. getLayoutQueue()
获取队列以用于布局。Methods in javax.swing.text with parameters of type LayoutQueue Modifier and Type 方法 描述 static void
LayoutQueue. setDefaultQueue(LayoutQueue q)
设置默认布局队列。
-