All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.tidalwave.javax.swing.JFileChooser Maven / Gradle / Ivy

There is a newer version: 1.0.11
Show newest version
/***********************************************************************************************************************
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 **********************************************************************************************************************/
package it.tidalwave.javax.swing;

import it.tidalwave.java.awt.event.ActionListener;
import it.tidalwave.javax.swing.plaf.FileChooserUI;

/***********************************************************************************************************************
 *
 * @author  Fabrizio Giudici
 * @version $Id: $
 *
 **********************************************************************************************************************/
public class JFileChooser extends JComponent
  {
    public void setDialogType (int type)
      {
        throw new RuntimeException("Stub!");
      }

    public void setApproveButtonText (String string)
      {
        throw new RuntimeException("Stub!");
      }

    public String getDialogTitle()
      {
        throw new RuntimeException("Stub!");
      }

    public FileChooserUI getUI()
      {
        throw new RuntimeException("Stub!");
      }

    public void rescanCurrentDirectory()
      {
        throw new RuntimeException("Stub!");
      }

    public void addActionListener (ActionListener actionListener)
      {
        throw new RuntimeException("Stub!");
      }
  }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy