JavaTM 2 Platform
Standard Ed. 5.0

Ŭ·¡½º
javax.swing.JFileChooser »ç¿ë

JFileChooser¸¦ »ç¿ëÇϰí ÀÖ´Â ÆÐŰÁö
javax.swing.plaf 1°³ÀÇ ÀÎÅÍÆäÀ̽º ¹× ¸¹Àº Ãß»ó Ŭ·¡½º¸¦ Á¦°øÇϰí ÀÖ¾î, Swing´Â Ç÷¯±× ÀÎ °¡´ÉÇÑ Look & Feel ±â´ÉÀ» ½ÇÇöÇϱâ À§Çؼ­ ÀÌ·¯ÇÑ Å¬·¡½º¸¦ ÀÌ¿ëÇÕ´Ï´Ù.  
javax.swing.plaf.basic ±âº» Look & Feel¿¡ µû¶ó ÀÛ¼ºµÈ »ç¿ëÀÚ ÀÎÅÍÆäÀ̽º °´Ã¼¸¦ Á¦°øÇÕ´Ï´Ù.  
javax.swing.plaf.metal µðÆúÆ®ÀÇ Look & Feel ÀÎ Java Look & Feel (ÄÚµå¸íÀº Metal)¿¡ µû¶ó ÀÛ¼ºµÈ »ç¿ëÀÚ ÀÎÅÍÆäÀ̽º °´Ã¼¸¦ Á¦°øÇÕ´Ï´Ù.  
javax.swing.plaf.multi 2°³ ÀÌ»óÀÇ 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 constructor¡¡ ¡¡
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 constructor¡¡ ¡¡
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 2 Platform
Standard Ed. 5.0

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.