GNU Classpath (0.95) | |
Frames | No Frames |
Methods with return type javax.swing.filechooser.FileFilter | |
FileFilter | Returns a FileFilter that accepts every file. |
Methods with return type javax.swing.filechooser.FileFilter | |
FileFilter | Calls the FileChooserUI.getAcceptAllFileFilter(JFileChooser) method
for all the UI delegates managed by this MultiFileChooserUI ,
returning the filter for the UI delegate from the primary look and
feel.
|
Methods with parameter type javax.swing.filechooser.FileFilter | |
void | Adds a file filter to the list of available filters and sends a
PropertyChangeEvent (with the property name
CHOOSABLE_FILE_FILTER_CHANGED_PROPERTY ) to all registered
listeners.
|
boolean | Removes a file filter from the list of available filters and sends a
PropertyChangeEvent (with the property name
CHOOSABLE_FILE_FILTER_CHANGED_PROPERTY ) to all registered
listeners.
|
void | Sets the file filter and sends a PropertyChangeEvent (with the
property name FILE_FILTER_CHANGED_PROPERTY ) to all registered
listeners.
|
Methods with return type javax.swing.filechooser.FileFilter | |
FileFilter | Returns the 'accept all' file filter from the UI delegate.
|
FileFilter[] | Returns the available file filters for this file chooser.
|
FileFilter | Returns the file filter.
|
Fields of type javax.swing.filechooser.FileFilter | |
FileFilter[] | Storage for the filters in the model. |
Classes derived from javax.swing.filechooser.FileFilter | |
class | A file filter that accepts all files.
|
Methods with return type javax.swing.filechooser.FileFilter | |
FileFilter | Returns the "accept all" file filter.
|
GNU Classpath (0.95) |