|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectprojectviewer.importer.Importer
projectviewer.importer.VFSFileImporter
public class VFSFileImporter
Imports files from a VFS into a project. If any selected file is actually from the "File" VFS, a normal file is added instead of using the VFS facilities.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class projectviewer.importer.Importer |
|---|
Importer.NodeStructureChange, Importer.ShowNode |
| Field Summary | |
|---|---|
protected int |
fileCount
|
| Fields inherited from class projectviewer.importer.Importer |
|---|
added, fireEvent, postAction, project, removed, selected, viewer |
| Constructor Summary | |
|---|---|
VFSFileImporter(VPTNode node,
ProjectViewer viewer)
|
|
| Method Summary | |
|---|---|
protected java.util.Collection |
internalDoImport()
Queries the user for files to be added by showing a jEdit file chooser dialog. |
protected void |
showFileCount()
Shows a message in the status bar indicating how many files were imported. |
| Methods inherited from class projectviewer.importer.Importer |
|---|
doImport, findDirectory, fireProjectEvent, importNode, importNode, loadImportFilterStatus, makePathTo, registerFile, run, saveImportFilterStatus, setViewerEnabled, unregisterFile |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int fileCount
| Constructor Detail |
|---|
public VFSFileImporter(VPTNode node,
ProjectViewer viewer)
| Method Detail |
|---|
protected java.util.Collection internalDoImport()
internalDoImport in class Importerprotected void showFileCount()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||