public class ProjectTreeController extends Object
Constructor and Description |
---|
ProjectTreeController(ProjectTreeModel model)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
cleanFile(File file)
Create an anonymized version of the original file.
|
void |
loadFile(File file,
ProjectFile projectFile)
Command to load a file.
|
void |
saveFile(File file,
String type)
Save the current file as the given type.
|
public ProjectTreeController(ProjectTreeModel model)
model
- PoiTree modelpublic void loadFile(File file, ProjectFile projectFile)
file
- original fileprojectFile
- parsed project filepublic void saveFile(File file, String type)
file
- target filetype
- file typepublic void cleanFile(File file)
file
- output fileCopyright © 2000–2024 Packwood Software. All rights reserved.