org.fife.ui.rtextfilechooser
Interface FileChooserOwner

All Known Implementing Classes:
RText

public interface FileChooserOwner

A class that has an RTextFileChooser. This interface is used by FileChooserFavoritesOptionPanel to get the file chooser to configure.

Version:
1.0
Author:
Robert Futrell

Method Summary
 RTextFileChooser getFileChooser()
          Returns the file chooser to configure.
 

Method Detail

getFileChooser

RTextFileChooser getFileChooser()
Returns the file chooser to configure.

Returns:
The file chooser.