JavaTM Platform
Standard Ed. 6

javax.swing.plaf
클래스 FileChooserUI

java.lang.Object 
  상위를 확장 javax.swing.plaf.ComponentUI 
      상위를 확장 javax.swing.plaf.FileChooserUI
직계의 기존의 서브 클래스:
BasicFileChooserUI , MultiFileChooserUI


public abstract class FileChooserUI
extends ComponentUI

JFileChooser 용의 플러그 인 가능한 Look & Feel 인터페이스입니다.


생성자 의 개요
FileChooserUI ()
           
 
메소드의 개요
abstract  void ensureFileIsVisible (JFileChooser  fc, File  f)
           
abstract  FileFilter getAcceptAllFileFilter (JFileChooser  fc)
           
abstract  String getApproveButtonText (JFileChooser  fc)
           
abstract  String getDialogTitle (JFileChooser  fc)
           
abstract  FileView getFileView (JFileChooser  fc)
           
abstract  void rescanCurrentDirectory (JFileChooser  fc)
           
 
클래스 javax.swing.plaf. ComponentUI 로부터 상속된 메소드
contains , createUI , getAccessibleChild , getAccessibleChildrenCount , getBaseline , getBaselineResizeBehavior , getMaximumSize , getMinimumSize , getPreferredSize , installUI , paint , uninstallUI , update
 
클래스 java.lang. Object 로부터 상속된 메소드
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
 

생성자 의 상세

FileChooserUI

public FileChooserUI()
메소드의 상세

getAcceptAllFileFilter

public abstract FileFilter  getAcceptAllFileFilter(JFileChooser  fc)

getFileView

public abstract FileView  getFileView(JFileChooser  fc)

getApproveButtonText

public abstract String  getApproveButtonText(JFileChooser  fc)

getDialogTitle

public abstract String  getDialogTitle(JFileChooser  fc)

rescanCurrentDirectory

public abstract void rescanCurrentDirectory(JFileChooser  fc)

ensureFileIsVisible

public abstract void ensureFileIsVisible(JFileChooser  fc,
                                         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 도 참조해 주세요.