JavaTM Platform
Standard Ed. 6

javax.swing.plaf.basic
클래스 BasicIconFactory

java.lang.Object 
  상위를 확장 javax.swing.plaf.basic.BasicIconFactory
모든 구현된 인터페이스:
Serializable


public class BasicIconFactory
extends Object
implements Serializable

기본 Look & Feel 에 적절한 아이콘을 제공할 수 있는 팩토리 객체입니다.

경고: 이 클래스의 직렬화 된 객체는, 향후의 Swing 릴리스와 호환은 아니게 될 예정입니다. 현재의 직렬화의 지원는, 단기간의 운용이나, 같은 버젼의 Swing 를 실행하는 어플리케이션간의 RMI 에 적절하고 있습니다. JDK Version 1.4 이후, 모든 JavaBeans 의 장기간의 운용 지원는,java.beans 패키지에 추가되고 있습니다. 자세한 것은,XMLEncoder 를 참조해 주세요.


생성자 의 개요
BasicIconFactory ()
           
 
메소드의 개요
static Icon createEmptyFrameIcon ()
           
static Icon getCheckBoxIcon ()
           
static Icon getCheckBoxMenuItemIcon ()
           
static Icon getMenuArrowIcon ()
           
static Icon getMenuItemArrowIcon ()
           
static Icon getMenuItemCheckIcon ()
           
static Icon getRadioButtonIcon ()
           
static Icon getRadioButtonMenuItemIcon ()
           
 
클래스 java.lang. Object 로부터 상속된 메소드
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
 

생성자 의 상세

BasicIconFactory

public BasicIconFactory()
메소드의 상세

getMenuItemCheckIcon

public static Icon  getMenuItemCheckIcon()

getMenuItemArrowIcon

public static Icon  getMenuItemArrowIcon()

getMenuArrowIcon

public static Icon  getMenuArrowIcon()

getCheckBoxIcon

public static Icon  getCheckBoxIcon()

getRadioButtonIcon

public static Icon  getRadioButtonIcon()

getCheckBoxMenuItemIcon

public static Icon  getCheckBoxMenuItemIcon()

getRadioButtonMenuItemIcon

public static Icon  getRadioButtonMenuItemIcon()

createEmptyFrameIcon

public static Icon  createEmptyFrameIcon()

JavaTM Platform
Standard Ed. 6

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.