Print this page


Split Close
Expand all
Collapse all
          --- old/src/share/classes/javax/swing/filechooser/FileView.java
          +++ new/src/share/classes/javax/swing/filechooser/FileView.java
↓ open down ↓ 49 lines elided ↑ open up ↑
  50   50   * returns an <code>Icon</code> for JPG files, and returns <code>null</code>
  51   51   * icons for all other files, the UI's <code>FileView</code> will provide
  52   52   * default icons for all other files.
  53   53   *
  54   54   * <p>
  55   55   *
  56   56   * For an example implementation of a simple file view, see
  57   57   * <code><i>yourJDK</i>/demo/jfc/FileChooserDemo/ExampleFileView.java</code>.
  58   58   * For more information and examples see
  59   59   * <a
  60      - href="http://docs.oracle.com/javase/tutorial/uiswing/components/filechooser.html">How to Use File Choosers</a>,
       60 + href="https://docs.oracle.com/javase/tutorial/uiswing/components/filechooser.html">How to Use File Choosers</a>,
  61   61   * a section in <em>The Java Tutorial</em>.
  62   62   *
  63   63   * @see javax.swing.JFileChooser
  64   64   *
  65   65   * @author Jeff Dinkins
  66   66   *
  67   67   */
  68   68  public abstract class FileView {
  69   69      /**
  70   70       * The name of the file. Normally this would be simply
↓ open down ↓ 41 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX