JavaTM Platform
Standard Ed. 6

javax.swing.plaf.metal
클래스 MetalIconFactory

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


public class MetalIconFactory
extends Object
implements Serializable

JavaTM 의 Look & Feel (Metal)로 사용하는 Icon 를 제공하는 팩토리 객체입니다. Metal 에서는, 디폴트의 기구에 의해, Icon 가 폭넓게 사용됩니다. 다른 Look & Feel 에서는, 아이콘에 GIF 를 사용합니다만, 팩토리 객체에서는 코드내에서 아이콘이 작성되기 (위해)때문에, 다른 테마에의 변환이 용이하게 됩니다.

이 클래스의 각 메소드는,Icon 또는 null 의 어느 쪽인지를 돌려줍니다. 여기서,null 는 디폴트의 아이콘이 없는 것을 나타냅니다.

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


상자의 클래스의 개요
static class MetalIconFactory.FileIcon16
           경고: 이 클래스의 직렬화 된 객체는, 향후의 Swing 릴리스와 호환은 아니게 될 예정입니다.
static class MetalIconFactory.FolderIcon16
           경고: 이 클래스의 직렬화 된 객체는, 향후의 Swing 릴리스와 호환은 아니게 될 예정입니다.
static class MetalIconFactory.PaletteCloseIcon
          Palette 클로즈의 아이콘을 정의합니다.
static class MetalIconFactory.TreeControlIcon
           경고: 이 클래스의 직렬화 된 객체는, 향후의 Swing 릴리스와 호환은 아니게 될 예정입니다.
static class MetalIconFactory.TreeFolderIcon
           경고: 이 클래스의 직렬화 된 객체는, 향후의 Swing 릴리스와 호환은 아니게 될 예정입니다.
static class MetalIconFactory.TreeLeafIcon
           
 
필드의 개요
static boolean DARK
           
static boolean LIGHT
           
 
생성자 의 개요
MetalIconFactory ()
           
 
메소드의 개요
static Icon getCheckBoxIcon ()
          체크 박스 아이콘을 돌려줍니다.
static Icon getCheckBoxMenuItemIcon ()
           
static Icon getFileChooserDetailViewIcon ()
           
static Icon getFileChooserHomeFolderIcon ()
           
static Icon getFileChooserListViewIcon ()
           
static Icon getFileChooserNewFolderIcon ()
           
static Icon getFileChooserUpFolderIcon ()
           
static Icon getHorizontalSliderThumbIcon ()
           
static Icon getInternalFrameAltMaximizeIcon (int size)
           
static Icon getInternalFrameCloseIcon (int size)
           
static Icon getInternalFrameDefaultMenuIcon ()
           
static Icon getInternalFrameMaximizeIcon (int size)
           
static Icon getInternalFrameMinimizeIcon (int size)
           
static Icon getMenuArrowIcon ()
           
static Icon getMenuItemArrowIcon ()
           
static Icon getMenuItemCheckIcon ()
          JCheckBoxMenuItem 에 의해 사용되는 아이콘을 돌려줍니다.
static Icon getRadioButtonIcon ()
           
static Icon getRadioButtonMenuItemIcon ()
           
static Icon getTreeComputerIcon ()
           
static Icon getTreeControlIcon (boolean isCollapsed)
           
static Icon getTreeFloppyDriveIcon ()
           
static Icon getTreeFolderIcon ()
           
static Icon getTreeHardDriveIcon ()
           
static Icon getTreeLeafIcon ()
           
static Icon getVerticalSliderThumbIcon ()
           
 
클래스 java.lang. Object 로부터 상속된 메소드
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
 

필드의 상세

DARK

public static final boolean DARK
관련 항목:
정수 필드치

LIGHT

public static final boolean LIGHT
관련 항목:
정수 필드치
생성자 의 상세

MetalIconFactory

public MetalIconFactory()
메소드의 상세

getFileChooserDetailViewIcon

public static Icon  getFileChooserDetailViewIcon()

getFileChooserHomeFolderIcon

public static Icon  getFileChooserHomeFolderIcon()

getFileChooserListViewIcon

public static Icon  getFileChooserListViewIcon()

getFileChooserNewFolderIcon

public static Icon  getFileChooserNewFolderIcon()

getFileChooserUpFolderIcon

public static Icon  getFileChooserUpFolderIcon()

getInternalFrameAltMaximizeIcon

public static Icon  getInternalFrameAltMaximizeIcon(int size)

getInternalFrameCloseIcon

public static Icon  getInternalFrameCloseIcon(int size)

getInternalFrameDefaultMenuIcon

public static Icon  getInternalFrameDefaultMenuIcon()

getInternalFrameMaximizeIcon

public static Icon  getInternalFrameMaximizeIcon(int size)

getInternalFrameMinimizeIcon

public static Icon  getInternalFrameMinimizeIcon(int size)

getRadioButtonIcon

public static Icon  getRadioButtonIcon()

getCheckBoxIcon

public static Icon  getCheckBoxIcon()
체크 박스 아이콘을 돌려줍니다.

도입된 버젼:
1.3

getTreeComputerIcon

public static Icon  getTreeComputerIcon()

getTreeFloppyDriveIcon

public static Icon  getTreeFloppyDriveIcon()

getTreeFolderIcon

public static Icon  getTreeFolderIcon()

getTreeHardDriveIcon

public static Icon  getTreeHardDriveIcon()

getTreeLeafIcon

public static Icon  getTreeLeafIcon()

getTreeControlIcon

public static Icon  getTreeControlIcon(boolean isCollapsed)

getMenuArrowIcon

public static Icon  getMenuArrowIcon()

getMenuItemCheckIcon

public static Icon  getMenuItemCheckIcon()
JCheckBoxMenuItem 에 의해 사용되는 아이콘을 돌려줍니다.

반환값:
체크 박스의 메뉴 항목의 디폴트 아이콘. 디폴트가 존재하지 않는 경우는 null

getMenuItemArrowIcon

public static Icon  getMenuItemArrowIcon()

getCheckBoxMenuItemIcon

public static Icon  getCheckBoxMenuItemIcon()

getRadioButtonMenuItemIcon

public static Icon  getRadioButtonMenuItemIcon()

getHorizontalSliderThumbIcon

public static Icon  getHorizontalSliderThumbIcon()

getVerticalSliderThumbIcon

public static Icon  getVerticalSliderThumbIcon()

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 도 참조해 주세요.