/[classpath]/classpath/javax/swing/plaf/FileChooserUI.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/FileChooserUI.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by mark, Sat Jul 2 20:32:50 2005 UTC revision 1.6 by trebligd, Thu Jul 21 16:45:03 2005 UTC
# Line 98  public abstract class FileChooserUI Line 98  public abstract class FileChooserUI
98     * @param chooser the <code>JFileChooser</code> whose     * @param chooser the <code>JFileChooser</code> whose
99     *        button text is requested.     *        button text is requested.
100     *     *
101     * @see javax.swing.JFileChoose#getApproveButtonText     * @see javax.swing.JFileChooser#getApproveButtonText
102     */     */
103    public abstract String getApproveButtonText(JFileChooser chooser);    public abstract String getApproveButtonText(JFileChooser chooser);
104    
# Line 111  public abstract class FileChooserUI Line 111  public abstract class FileChooserUI
111     * @param chooser the <code>JFileChooser</code> whose     * @param chooser the <code>JFileChooser</code> whose
112     *        dialog title is requested.     *        dialog title is requested.
113     *     *
114     * @see javax.swing.JFileChoose#getDialogtitle     * @see javax.swing.JFileChooser#getDialogTitle
115     */     */
116    public abstract String getDialogTitle(JFileChooser chooser);    public abstract String getDialogTitle(JFileChooser chooser);
117    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26