JavaTM Platform
Standard Ed. 6

javax.swing.plaf.basic
클래스 BasicFileChooserUI.BasicFileView

java.lang.Object 
  상위를 확장 javax.swing.filechooser.FileView 
      상위를 확장 javax.swing.plaf.basic.BasicFileChooserUI.BasicFileView
포함되어 있는 클래스:
BasicFileChooserUI


protected class BasicFileChooserUI.BasicFileView
extends FileView


필드의 개요
protected  Hashtable <File ,Icon > iconCache
           
 
생성자 의 개요
BasicFileChooserUI.BasicFileView ()
           
 
메소드의 개요
 void cacheIcon (File  f, Icon  i)
           
 void clearIconCache ()
           
 Icon getCachedIcon (File  f)
           
 String getDescription (File  f)
          사용자가 판별할 수 있는, 파일의 설명입니다.
 Icon getIcon (File  f)
          JFileChooser 로 이 파일을 나타내는 아이콘입니다.
 String getName (File  f)
          파일의 이름입니다.
 String getTypeDescription (File  f)
          사용자가 판별할 수 있는, 파일의 종류의 설명입니다.
 Boolean isHidden (File  f)
           
 
클래스 javax.swing.filechooser. FileView 로부터 상속된 메소드
isTraversable
 
클래스 java.lang. Object 로부터 상속된 메소드
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
 

필드의 상세

iconCache

protected Hashtable <File ,Icon > iconCache
생성자 의 상세

BasicFileChooserUI.BasicFileView

public BasicFileChooserUI.BasicFileView()
메소드의 상세

clearIconCache

public void clearIconCache()

getName

public String  getName(File  f)
클래스 FileView 의 기술:
파일의 이름입니다. 일반적으로은 단순하게 f.getName() 가 됩니다.

오버라이드(override):
클래스 FileView 내의 getName

getDescription

public String  getDescription(File  f)
클래스 FileView 의 기술:
사용자가 판별할 수 있는, 파일의 설명입니다. 예를 들어,jag.jpg 라고 하는 파일의 설명은 「James Gosling 의 얼굴의 JPEG 이미지 파일」과 같이 됩니다.

오버라이드(override):
클래스 FileView 내의 getDescription

getTypeDescription

public String  getTypeDescription(File  f)
클래스 FileView 의 기술:
사용자가 판별할 수 있는, 파일의 종류의 설명입니다. 예를 들어,jpg 파일의 종류의 설명은 「JPEG 압축 이미지 파일」과 같이 됩니다.

오버라이드(override):
클래스 FileView 내의 getTypeDescription

getCachedIcon

public Icon  getCachedIcon(File  f)

cacheIcon

public void cacheIcon(File  f,
                      Icon  i)

getIcon

public Icon  getIcon(File  f)
클래스 FileView 의 기술:
JFileChooser 로 이 파일을 나타내는 아이콘입니다.

오버라이드(override):
클래스 FileView 내의 getIcon

isHidden

public Boolean  isHidden(File  f)

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