Uses of Class
de.grogra.pf.ui.registry.SourceFile
Packages that use SourceFile
- 
Uses of SourceFile in de.grogra.impMethods in de.grogra.imp that return SourceFileModifier and TypeMethodDescriptionstatic SourceFileIMP.addSourceFile(File file, MimeType mt, Context ctx) static SourceFileIMP.addSourceFile(File file, MimeType mt, Context ctx, Object dest) static SourceFileIMP.toSourceFile(File file, MimeType mt, Context ctx) static SourceFileIMP.toSourceFile(File file, MimeType mt, Context ctx, Object dest) 
- 
Uses of SourceFile in de.grogra.pf.uiMethods in de.grogra.pf.ui that return SourceFileModifier and TypeMethodDescriptionProject.addSourceFile(File file, MimeType mt) Add a new SourceFile to the ProjectProject.addSourceFile(File file, MimeType mt, Object dest) Add a new sourceFile to the project at a specific destination If no destination is null the file is added to the default locationProject.addSourceFile(String fileName, MimeType mt, InputStream ins, Object des) To add a SourceFile from a stream an empty file is created and the stream is written in itProjectWorkbench.addSourceFile(File file, MimeType mt) ProjectWorkbench.addSourceFile(File file, MimeType mt, Object dest) ProjectWorkbench.addSourceFile(String fileName, MimeType mt, InputStream ins, Object dest) protected SourceFileProjectWorkbench.getFileNode(String name) Project.toSourceFile(File file, MimeType mt, Object dest) create a sourceFile form a fileMethods in de.grogra.pf.ui with parameters of type SourceFileModifier and TypeMethodDescriptionvoidProject.removeFile(SourceFile sf, Context context) voidProject.renameFile(SourceFile file, String newName, Context context) voidProject.setSourceFileContent(SourceFile file, InputStream ins) 
- 
Uses of SourceFile in de.grogra.pf.ui.registrySubclasses of SourceFile in de.grogra.pf.ui.registryMethods in de.grogra.pf.ui.registry that return SourceFileModifier and TypeMethodDescriptionstatic SourceFileSourceFile.get(RegistryContext ctx, String systemId) Methods in de.grogra.pf.ui.registry with parameters of type SourceFileModifier and TypeMethodDescriptionstatic voidSourceFile.refresh(Item dir, SourceFile file, String category, Command afterRefresh) static voidSourceFile.shutdown(Item dir, SourceFile file, String category, boolean force)