Class EmfMoxelSpreadsheetLineModel
java.lang.Object
com._1c.g5.aef2.validators.Validable
com._1c.g5.aef2.models.Model
com._1c.g5.aef2.models.EditableModel
com._1c.g5.aef2.models.value.Value<T>
com._1c.g5.aef2.emf.models.EmfValue<org.eclipse.emf.common.util.Enumerator>
com._1c.g5.v8.dt.moxel.internal.ui.properties.models.EmfMoxelSpreadsheetLineModel
- All Implemented Interfaces:
IAttribute<org.eclipse.emf.ecore.EObject,
,org.eclipse.emf.ecore.EStructuralFeature> IEditableModel
,IEmfAttribute<org.eclipse.emf.ecore.EObject>
,IModel
,IEmfValueAttribute<org.eclipse.emf.common.util.Enumerator,
,org.eclipse.emf.ecore.EObject> IValue<org.eclipse.emf.common.util.Enumerator>
,IValidable
,ISpreadsheetLineModel
public class EmfMoxelSpreadsheetLineModel
extends EmfValue<org.eclipse.emf.common.util.Enumerator>
implements ISpreadsheetLineModel
SpreadsheetLine
model.-
Constructor Summary
ConstructorsConstructorDescriptionEmfMoxelSpreadsheetLineModel
(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, org.eclipse.emf.ecore.EObject owner, org.eclipse.emf.ecore.EStructuralFeature ownerFeature) Instantiates a new EMF value. -
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
Disposes this model.static EmfMoxelSpreadsheetLineModel
newInstance
(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature) Creates new model instance.void
set
(SpreadsheetLine selectedLine) Sets selected line.Methods inherited from class com._1c.g5.aef2.emf.models.EmfValue
getChange, getObject, getProperty
Methods inherited from class com._1c.g5.aef2.models.value.Value
addValueListener, createWorkingCopy, discard, get, getCommittedValue, getUncommittedValue, getValidatorTarget, isEqual, notifyValueChanged, queueNotifyValueChanged, removeValueListener, set, setCommittedValue, setUncommittedValue, setValue, toString
Methods inherited from class com._1c.g5.aef2.models.EditableModel
isEditable, setEditable
Methods inherited from class com._1c.g5.aef2.models.Model
addModelListener, beginExternalUpdate, checkOffline, checkOnline, commit, endExternalUpdate, getComponent, getCurrentChangeOrigin, getRunnableQueue, isOnline, notifyModelChanged, notifyModelCommitted, removeModelListener, setComponent, setOnline
Methods inherited from class com._1c.g5.aef2.validators.Validable
addValidator, removeValidator, validate, validate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com._1c.g5.aef2.models.IAttribute
getObject, getProperty
Methods inherited from interface com._1c.g5.aef2.models.IModel
addModelListener, commit, discard, getChange, getComponent, isOnline, removeModelListener, setComponent
Methods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate, validate
Methods inherited from interface com._1c.g5.aef2.models.value.IValue
addValueListener, createWorkingCopy, get, isEqual, removeValueListener, set
-
Constructor Details
-
EmfMoxelSpreadsheetLineModel
public EmfMoxelSpreadsheetLineModel(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, org.eclipse.emf.ecore.EObject owner, org.eclipse.emf.ecore.EStructuralFeature ownerFeature) Instantiates a new EMF value.- Parameters:
object
- the object.feature
- the feature.owner
- the object ownerownerFeature
- the object owner feature
-
-
Method Details
-
newInstance
public static EmfMoxelSpreadsheetLineModel newInstance(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature) Creates new model instance.- Parameters:
object
- the objectfeature
- the object feature- Returns:
- the model instance
-
dispose
public void dispose()Description copied from interface:IModel
Disposes this model. -
set
Description copied from interface:ISpreadsheetLineModel
Sets selected line.- Specified by:
set
in interfaceISpreadsheetLineModel
- Parameters:
selectedLine
- the selected line
-