jdk/src/share/classes/javax/swing/JFileChooser.java
changeset 23697 e556a715949f
parent 23010 6dadb192ad81
child 25201 4adc75e0c4e5
equal deleted inserted replaced
23696:7deff68428ef 23697:e556a715949f
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    86  * description: A component which allows for the interactive selection of a file.
    86  * description: A component which allows for the interactive selection of a file.
    87  *
    87  *
    88  * @author Jeff Dinkins
    88  * @author Jeff Dinkins
    89  *
    89  *
    90  */
    90  */
       
    91 @SuppressWarnings("serial") // Superclass is not serializable across versions
    91 public class JFileChooser extends JComponent implements Accessible {
    92 public class JFileChooser extends JComponent implements Accessible {
    92 
    93 
    93     /**
    94     /**
    94      * @see #getUIClassID
    95      * @see #getUIClassID
    95      * @see #readObject
    96      * @see #readObject
  1994      * This class implements accessibility support for the
  1995      * This class implements accessibility support for the
  1995      * <code>JFileChooser</code> class.  It provides an implementation of the
  1996      * <code>JFileChooser</code> class.  It provides an implementation of the
  1996      * Java Accessibility API appropriate to file chooser user-interface
  1997      * Java Accessibility API appropriate to file chooser user-interface
  1997      * elements.
  1998      * elements.
  1998      */
  1999      */
       
  2000     @SuppressWarnings("serial") // Superclass is not serializable across versions
  1999     protected class AccessibleJFileChooser extends AccessibleJComponent {
  2001     protected class AccessibleJFileChooser extends AccessibleJComponent {
  2000 
  2002 
  2001         /**
  2003         /**
  2002          * Gets the role of this object.
  2004          * Gets the role of this object.
  2003          *
  2005          *