JavaTM Platform
Standard Ed. 6

클래스
javax.swing.JFileChooser 의 사용

JFileChooser 를 사용하고 있는 패키지
javax.swing.plaf 1 개의 인터페이스 및 많은 abstract 클래스를 제공하고 있어, Swing 는, 플러그 인 가능한 Look & Feel 기능을 실현하기 위해서(때문에) 이러한 클래스를 이용합니다.  
javax.swing.plaf.basic 기본 Look & Feel 에 따라 구축된 사용자 인터페이스 객체를 제공합니다.  
javax.swing.plaf.metal 디폴트의 Look & Feel 인 Java Look & Feel (코드명은 Metal)에 따라 작성된 사용자 인터페이스 객체를 제공합니다.  
javax.swing.plaf.multi 복수의 Look & Feel 를 결합하는 사용자 인터페이스 객체를 제공합니다.  
 

javax.swing.plaf 에서의 JFileChooser 의 사용
 

JFileChooser 형의 파라미터를 가지는 javax.swing.plaf 의 메소드
abstract  void FileChooserUI. ensureFileIsVisible (JFileChooser  fc, File  f)
           
abstract  FileFilter FileChooserUI. getAcceptAllFileFilter (JFileChooser  fc)
           
abstract  String FileChooserUI. getApproveButtonText (JFileChooser  fc)
           
abstract  String FileChooserUI. getDialogTitle (JFileChooser  fc)
           
abstract  FileView FileChooserUI. getFileView (JFileChooser  fc)
           
abstract  void FileChooserUI. rescanCurrentDirectory (JFileChooser  fc)
           
 

javax.swing.plaf.basic 에서의 JFileChooser 의 사용
 

JFileChooser 를 돌려주는 javax.swing.plaf.basic 의 메소드
 JFileChooser BasicFileChooserUI. getFileChooser ()
           
 

JFileChooser 형의 파라미터를 가지는 javax.swing.plaf.basic 의 메소드
protected  MouseListener BasicFileChooserUI. createDoubleClickListener (JFileChooser  fc, JList  list)
           
 ListSelectionListener BasicFileChooserUI. createListSelectionListener (JFileChooser  fc)
           
 PropertyChangeListener BasicFileChooserUI. createPropertyChangeListener (JFileChooser  fc)
           
 void BasicFileChooserUI. ensureFileIsVisible (JFileChooser  fc, File  f)
           
 FileFilter BasicFileChooserUI. getAcceptAllFileFilter (JFileChooser  fc)
          디폴트로 인정되는 모든 파일 필터를 돌려줍니다.
protected  JButton BasicFileChooserUI. getApproveButton (JFileChooser  fc)
           
 int BasicFileChooserUI. getApproveButtonMnemonic (JFileChooser  fc)
           
 String BasicFileChooserUI. getApproveButtonText (JFileChooser  fc)
           
 String BasicFileChooserUI. getApproveButtonToolTipText (JFileChooser  fc)
           
 String BasicFileChooserUI. getDialogTitle (JFileChooser  fc)
          이 다이얼로그의 타이틀을 돌려줍니다.
 FileView BasicFileChooserUI. getFileView (JFileChooser  fc)
           
 void BasicFileChooserUI. installComponents (JFileChooser  fc)
           
protected  void BasicFileChooserUI. installDefaults (JFileChooser  fc)
           
protected  void BasicFileChooserUI. installIcons (JFileChooser  fc)
           
protected  void BasicFileChooserUI. installListeners (JFileChooser  fc)
           
protected  void BasicFileChooserUI. installStrings (JFileChooser  fc)
           
 void BasicFileChooserUI. rescanCurrentDirectory (JFileChooser  fc)
           
 void BasicFileChooserUI. uninstallComponents (JFileChooser  fc)
           
protected  void BasicFileChooserUI. uninstallDefaults (JFileChooser  fc)
           
protected  void BasicFileChooserUI. uninstallIcons (JFileChooser  fc)
           
protected  void BasicFileChooserUI. uninstallListeners (JFileChooser  fc)
           
protected  void BasicFileChooserUI. uninstallStrings (JFileChooser  fc)
           
 

JFileChooser 형의 파라미터를 가지는 javax.swing.plaf.basic 의 생성자
BasicDirectoryModel (JFileChooser  filechooser)
           
BasicFileChooserUI (JFileChooser  b)
           
 

javax.swing.plaf.metal 에서의 JFileChooser 의 사용
 

JFileChooser 형의 파라미터를 가지는 javax.swing.plaf.metal 의 메소드
protected  JPanel MetalFileChooserUI. createDetailsView (JFileChooser  fc)
           
protected  MetalFileChooserUI.DirectoryComboBoxModel MetalFileChooserUI. createDirectoryComboBoxModel (JFileChooser  fc)
           
protected  javax.swing.plaf.metal.MetalFileChooserUI.DirectoryComboBoxRenderer MetalFileChooserUI. createDirectoryComboBoxRenderer (JFileChooser  fc)
           
protected  JPanel MetalFileChooserUI. createList (JFileChooser  fc)
           
 ListSelectionListener MetalFileChooserUI. createListSelectionListener (JFileChooser  fc)
          파일 및 디렉토리의 리스트용의 선택 청취자를 작성합니다.
 PropertyChangeListener MetalFileChooserUI. createPropertyChangeListener (JFileChooser  fc)
           
 void MetalFileChooserUI. ensureFileIsVisible (JFileChooser  fc, File  f)
           
protected  JButton MetalFileChooserUI. getApproveButton (JFileChooser  fc)
           
 void MetalFileChooserUI. installComponents (JFileChooser  fc)
           
protected  void MetalFileChooserUI. installListeners (JFileChooser  fc)
           
protected  void MetalFileChooserUI. installStrings (JFileChooser  fc)
           
 void MetalFileChooserUI. rescanCurrentDirectory (JFileChooser  fc)
           
 void MetalFileChooserUI. uninstallComponents (JFileChooser  fc)
           
 

JFileChooser 형의 파라미터를 가지는 javax.swing.plaf.metal 의 생성자
MetalFileChooserUI (JFileChooser  filechooser)
           
 

javax.swing.plaf.multi 에서의 JFileChooser 의 사용
 

JFileChooser 형의 파라미터를 가지는 javax.swing.plaf.multi 의 메소드
 void MultiFileChooserUI. ensureFileIsVisible (JFileChooser  a, File  b)
          이 객체가 취급하는 각 UI 로 ensureFileIsVisible 메소드를 호출합니다.
 FileFilter MultiFileChooserUI. getAcceptAllFileFilter (JFileChooser  a)
          이 객체가 취급하는 각 UI 로 getAcceptAllFileFilter 메소드를 호출합니다.
 String MultiFileChooserUI. getApproveButtonText (JFileChooser  a)
          이 객체가 취급하는 각 UI 로 getApproveButtonText 메소드를 호출합니다.
 String MultiFileChooserUI. getDialogTitle (JFileChooser  a)
          이 객체가 취급하는 각 UI 로 getDialogTitle 메소드를 호출합니다.
 FileView MultiFileChooserUI. getFileView (JFileChooser  a)
          이 객체가 취급하는 각 UI 로 getFileView 메소드를 호출합니다.
 void MultiFileChooserUI. rescanCurrentDirectory (JFileChooser  a)
          이 객체가 취급하는 각 UI 로 rescanCurrentDirectory 메소드를 호출합니다.
 


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