|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectprojectviewer.importer.Importer
projectviewer.importer.NewFileImporter
Imports a single file into a project. This importer is designed to import single files that are below the project root, adding all paths up to the given file. Do not use it for other types of imports.
Nested Class Summary |
Nested classes inherited from class projectviewer.importer.Importer |
Importer.NodeStructureChange, Importer.ShowNode |
Field Summary | |
protected java.lang.String |
path
|
Fields inherited from class projectviewer.importer.Importer |
added, fireEvent, postAction, project, removed, selected, viewer |
Constructor Summary | |
NewFileImporter(VPTNode node,
ProjectViewer viewer,
java.lang.String path)
|
Method Summary | |
protected java.util.Collection |
internalDoImport()
Imports the file given in the constructor into the project. |
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 java.lang.String path
Constructor Detail |
public NewFileImporter(VPTNode node, ProjectViewer viewer, java.lang.String path)
Method Detail |
protected java.util.Collection internalDoImport()
internalDoImport
in class Importer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |