Uses of Class
de.grogra.pf.ui.registry.SourceFile
-
Uses of SourceFile in de.grogra.imp
Modifier and TypeMethodDescriptionstatic SourceFile
IMP.addSourceFile
(File file, MimeType mt, Context ctx) static SourceFile
IMP.addSourceFile
(File file, MimeType mt, Context ctx, Object dest) static SourceFile
IMP.toSourceFile
(File file, MimeType mt, Context ctx) static SourceFile
IMP.toSourceFile
(File file, MimeType mt, Context ctx, Object dest) -
Uses of SourceFile in de.grogra.pf.ui
Modifier 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 SourceFile
ProjectWorkbench.getFileNode
(String name) Project.toSourceFile
(File file, MimeType mt, Object dest) create a sourceFile form a fileModifier and TypeMethodDescriptionvoid
Project.removeFile
(SourceFile sf, Context context) void
Project.renameFile
(SourceFile file, String newName, Context context) void
Project.setSourceFileContent
(SourceFile file, InputStream ins) -
Uses of SourceFile in de.grogra.pf.ui.registry
Modifier and TypeMethodDescriptionstatic SourceFile
SourceFile.get
(RegistryContext ctx, String systemId) Modifier and TypeMethodDescriptionstatic void
SourceFile.refresh
(Item dir, SourceFile file, String category, Command afterRefresh) static void
SourceFile.shutdown
(Item dir, SourceFile file, String category, boolean force)