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

org.fife.ui.rtextfilechooser.FileChooserOwner Maven / Gradle / Ivy

/*
 * 10/27/2004
 *
 * FileChooserOwner.java - A class that "owns" an RTextFileChooser.
 * Copyright (C) 2004 Robert Futrell
 * http://fifesoft.com/rtext
 * Licensed under a modified BSD license.
 * See the included license file for details.
 */
package org.fife.ui.rtextfilechooser;


/**
 * A class that has an {@link RTextFileChooser}.  This interface is used by
 * {@link FileChooserFavoritesOptionPanel} to get the file chooser to
 * configure.
 *
 * @author Robert Futrell
 * @version 1.0
 */
public interface FileChooserOwner {


	/**
	 * Returns the file chooser to configure.
	 *
	 * @return The file chooser.
	 */
	public RTextFileChooser getFileChooser();


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy