|
JavaTM Platform Standard Ed. 6 |
|||||||||
전 다음 | 프레임 있어 프레임 없음 |
Dialog.ModalityType 를 사용하고 있는 패키지 | |
---|---|
java.awt | 사용자 인터페이스의 작성 및 그래픽스와 이미지의 페인트용의 모든 클래스를 포함합니다. |
javax.swing | 모든 플랫폼에서 가능한 한 똑같이 기능하는 「경량」(Java 공통 언어) 컴퍼넌트세트를 제공합니다. |
java.awt 에서의 Dialog.ModalityType 의 사용 |
---|
Dialog.ModalityType 로서 선언되고 있는 java.awt 의 필드 | |
---|---|
static Dialog.ModalityType |
Dialog. DEFAULT_MODALITY_TYPE
모덜 다이얼로그의 디폴트의 모다리티타이프. |
Dialog.ModalityType 를 돌려주는 java.awt 의 메소드 | |
---|---|
Dialog.ModalityType |
Dialog. getModalityType ()
이 다이얼로그의 모다리티타이프를 돌려줍니다. |
static Dialog.ModalityType |
Dialog.ModalityType. valueOf (String name)
지정한 이름을 가지는 이 형태의 열거형 정수를 돌려줍니다. |
static Dialog.ModalityType [] |
Dialog.ModalityType. values ()
이 열거형의 정수를 포함한 배열이 선언되고 있는 순서로 돌려줍니다. |
Dialog.ModalityType 형의 파라미터를 가지는 java.awt 의 메소드 | |
---|---|
abstract boolean |
Toolkit. isModalityTypeSupported (Dialog.ModalityType modalityType)
지정된 모다리티타이프가 이 툴 킷으로 지원되고 있는지 어떤지를 돌려줍니다. |
void |
Dialog. setModalityType (Dialog.ModalityType type)
이 다이얼로그의 모다리티타이프를 설정합니다. |
Dialog.ModalityType 형의 파라미터를 가지는 java.awt 의 생성자 | |
---|---|
Dialog (Window owner,
Dialog.ModalityType modalityType)
지정된 소유자 Window 와 모다리티, 및 빈 상태(empty)의 타이틀을 가져, 처음은 표시되지 않는 Dialog 를 구축합니다. |
|
Dialog (Window owner,
String title,
Dialog.ModalityType modalityType)
지정된 소유자 Window , 타이틀, 및 모다리티를 가져, 처음은 표시되지 않는 Dialog 를 구축합니다. |
|
Dialog (Window owner,
String title,
Dialog.ModalityType modalityType,
GraphicsConfiguration gc)
지정된 소유자 Window , 타이틀, 모다리티, 및 GraphicsConfiguration 를 가져, 처음은 표시되지 않는 Dialog 를 구축합니다. |
javax.swing 에서의 Dialog.ModalityType 의 사용 |
---|
Dialog.ModalityType 형의 파라미터를 가지는 javax.swing 의 생성자 | |
---|---|
JDialog (Window owner,
Dialog.ModalityType modalityType)
소유자 Window , 모덜일지 어떨지, 및 빈 상태(empty)의 타이틀을 지정해 다이얼로그를 작성합니다. |
|
JDialog (Window owner,
String title,
Dialog.ModalityType modalityType)
타이틀, 소유자 Window , 및 모덜인가 어떤가를 지정해 다이얼로그를 작성합니다. |
|
JDialog (Window owner,
String title,
Dialog.ModalityType modalityType,
GraphicsConfiguration gc)
타이틀, 소유자 Window , 모덜일지 어떨지, 및 GraphicsConfiguration 를 지정해 다이얼로그를 작성합니다. |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
전 다음 | 프레임 있어 프레임 없음 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.