< prev index next >
src/java.desktop/share/classes/javax/swing/plaf/FileChooserUI.java
Print this page
*** 29,39 ****
import javax.swing.filechooser.FileFilter;
import javax.swing.filechooser.FileView;
import java.io.File;
/**
! * Pluggable look and feel interface for <code>JFileChooser</code>.
*
* @author Jeff Dinkins
*/
public abstract class FileChooserUI extends ComponentUI
--- 29,39 ----
import javax.swing.filechooser.FileFilter;
import javax.swing.filechooser.FileView;
import java.io.File;
/**
! * Pluggable look and feel interface for {@code JFileChooser}.
*
* @author Jeff Dinkins
*/
public abstract class FileChooserUI extends ComponentUI
*** 75,86 ****
* @param f the file
*/
public abstract void ensureFileIsVisible(JFileChooser fc, File f);
/**
! * Returns default button for current <code>LookAndFeel</code>.
! * <code>JFileChooser</code> will use this button as default button
* for dialog windows.
*
* @param fc the {@code JFileChooser} whose default button is requested
* @return the default JButton for current look and feel
* @since 1.7
--- 75,86 ----
* @param f the file
*/
public abstract void ensureFileIsVisible(JFileChooser fc, File f);
/**
! * Returns default button for current {@code LookAndFeel}.
! * {@code JFileChooser} will use this button as default button
* for dialog windows.
*
* @param fc the {@code JFileChooser} whose default button is requested
* @return the default JButton for current look and feel
* @since 1.7
< prev index next >