Package projectviewer.importer

Project import.

See:
          Description

Class Summary
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.
NewFileImporter Imports a single file into a project.
NonProjectFileFilter A FileFilter that filters out files already added to the project.
OldStyleFileImporter Imports files and/or directories into a project, using the import style used by the old version of the plugin.
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.
VFSFileImporter Imports files from a VFS into a project.
 

Package projectviewer.importer Description

Project import.

Adding custom file filters

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 declare the following property: