| Class | Description |
|---|---|
| AllFilesFilter |
The file filter that accepts everything.
|
| AutoReimporter |
A timer task for triggering auto-reimport of projects.
|
| AutoReimporter.Options |
Class that encapsulates the auto-reimport options.
|
| CompositeImporterFileFilter |
A composite filter that requires acceptance by two filters.
|
| CVSEntriesFilter |
Filter that uses the CVS/Entries file to decide if a file should be accepted
or not.
|
| FileImporter |
Imports files and/or directories into a project.
|
| GlobFilter |
Filter that uses the settings provided by the user (in jEdit's options)
to select the files.
|
| Importer |
Base class for importers.
|
| ImporterFileFilter |
File filter implementation used when importing files into a project.
|
| ImportUtils |
A collection of functions useful when dealing with importing
files.
|
| NewFileImporter |
Imports a single file into a project.
|
| NonProjectFileFilter |
A FileFilter that filters out files already added to the project.
|
| ReImporter |
Re-imports files and/or directories from the project root and from other
nodes that are not under the root.
|
| RootImporter |
Imports files and/or directories from the project root.
|
ProjectViewer allows other plugins to add custom file filters to the built-in import dialogs. These file filters control both what the user sees in the Swing file chooser and what files are imported when recursing into directories.
To create a custom file filter, extend the class
ImporterFileFilter
and add an entry to your plugin's services.xml file.