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 CommonPictureRegistry
INSTANCE
static Set<String>
PICTURE_EXTENSIONS
-
Constructor Summary
Constructors Modifier Constructor Description protected
CommonPictureRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
assign(CommonPicture picture, File file, org.eclipse.core.runtime.IProgressMonitor monitor)
void
clear(CommonPicture picture, org.eclipse.core.runtime.IProgressMonitor monitor)
protected void
execute(org.eclipse.core.resources.IWorkspaceRunnable operation, org.eclipse.core.runtime.jobs.ISchedulingRule rule, org.eclipse.core.runtime.IProgressMonitor monitor)
void
saveAs(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)
-
-