Package com._1c.g5.v8.dt.md.pictures
Class CommonPictureRegistry
java.lang.Object
com._1c.g5.v8.dt.md.pictures.CommonPictureRegistry
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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 Details
-
PICTURE_EXTENSIONS
-
INSTANCE
-
-
Constructor Details
-
CommonPictureRegistry
protected CommonPictureRegistry()
-
-
Method Details
-
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
-
execute
protected void execute(org.eclipse.core.resources.IWorkspaceRunnable operation, org.eclipse.core.runtime.jobs.ISchedulingRule rule, org.eclipse.core.runtime.IProgressMonitor monitor)
-