Class EditingLibraryDistributionSupportProvider
java.lang.Object
com.e1c.g5.v8.dt.internal.library.distribution.EditingLibraryDistributionSupportProvider
- All Implemented Interfaces:
IModelEditingSupportProvider
public class EditingLibraryDistributionSupportProvider
extends Object
implements IModelEditingSupportProvider
Default implementation of
IModelEditingSupportProvider for
Distribution Support of 1C:Enterprise configurations.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanDelete(org.eclipse.emf.ecore.EObject eObject, EditingMode mode) Checks thateObjectis deletablebooleancanEdit(org.eclipse.emf.ecore.EObject eObject, EditingMode mode) Checks thateObjectis editable
-
Constructor Details
-
EditingLibraryDistributionSupportProvider
public EditingLibraryDistributionSupportProvider()
-
-
Method Details
-
canDelete
Description copied from interface:IModelEditingSupportProviderChecks thateObjectis deletable- Specified by:
canDeletein interfaceIModelEditingSupportProvider- Parameters:
eObject- checkingEObject, can't benullmode- the editing mode, can't benull- Returns:
trueif checking object can be deleted,falseotherwise
-
canEdit
Description copied from interface:IModelEditingSupportProviderChecks thateObjectis editable- Specified by:
canEditin interfaceIModelEditingSupportProvider- Parameters:
eObject- checkingEObject, can't benullmode- the editing mode, can't benull- Returns:
trueif checking object can be editted,falseotherwise
-