Package com._1c.g5.v8.dt.md.pictures
Class CommonPictureRegistry
- java.lang.Object
-
- com._1c.g5.v8.dt.md.pictures.CommonPictureRegistry
-
public class CommonPictureRegistry extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static CommonPictureRegistryINSTANCEstatic Set<String>PICTURE_EXTENSIONS
-
Constructor Summary
Constructors Modifier Constructor Description protectedCommonPictureRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidassign(CommonPicture picture, File file, org.eclipse.core.runtime.IProgressMonitor monitor)voidclear(CommonPicture picture, org.eclipse.core.runtime.IProgressMonitor monitor)protected voidexecute(org.eclipse.core.resources.IWorkspaceRunnable operation, org.eclipse.core.runtime.jobs.ISchedulingRule rule, org.eclipse.core.runtime.IProgressMonitor monitor)voidsaveAs(CommonPicture picture, File file, org.eclipse.core.runtime.IProgressMonitor monitor)
-
-
-
Field Detail
-
INSTANCE
public static final CommonPictureRegistry INSTANCE
-
-
Method Detail
-
saveAs
public void saveAs(CommonPicture picture, File file, org.eclipse.core.runtime.IProgressMonitor monitor)
-
assign
public void assign(CommonPicture picture, File file, org.eclipse.core.runtime.IProgressMonitor monitor)
-
clear
public void clear(CommonPicture picture, org.eclipse.core.runtime.IProgressMonitor monitor)
-
execute
protected void execute(org.eclipse.core.resources.IWorkspaceRunnable operation, org.eclipse.core.runtime.jobs.ISchedulingRule rule, org.eclipse.core.runtime.IProgressMonitor monitor)
-
-