|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
java.lang.Objectjavax.swing.text.LayoutQueue
public class LayoutQueue
텍스트 레이아웃 태스크의 큐입니다.
AsyncBoxView
생성자 의 개요 | |
---|---|
LayoutQueue ()
레이아웃 큐를 구축합니다. |
메소드의 개요 | |
---|---|
void |
addTask (Runnable task)
결과가 가시는 아니라고 생각되기 (위해)때문에, 곧바로는 필요가 없는 태스크를 추가합니다. |
static LayoutQueue |
getDefaultQueue ()
디폴트의 레이아웃 큐를 가져옵니다. |
static void |
setDefaultQueue (LayoutQueue q)
디폴트의 레이아웃 큐를 설정합니다. |
protected Runnable |
waitForWork ()
실행하는 새로운 태스크를 취득하기 위해(때문에), 워크스 레드에 의해 사용됩니다. |
클래스 java.lang. Object 로부터 상속된 메소드 |
---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
생성자 의 상세 |
---|
public LayoutQueue()
메소드의 상세 |
---|
public static LayoutQueue getDefaultQueue()
public static void setDefaultQueue(LayoutQueue q)
q
- 새로운 큐public void addTask(Runnable task)
protected Runnable waitForWork()
|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.