public class VTableControlImpl extends VControlImpl implements VTableControl
The following features are implemented:
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
Modifier and Type | Field and Description |
---|---|
protected static boolean |
ADD_REMOVE_DISABLED_EDEFAULT
The default value of the '
Add Remove Disabled ' attribute. |
protected boolean |
addRemoveDisabled
The cached value of the '
Add Remove Disabled ' attribute. |
protected org.eclipse.emf.common.util.EList<VTableColumnConfiguration> |
columnConfigurations
The cached value of the '
Column Configurations ' containment reference
list. |
protected static DetailEditing |
DETAIL_EDITING_EDEFAULT
The default value of the '
Detail Editing ' attribute. |
protected DetailEditing |
detailEditing
The cached value of the '
Detail Editing ' attribute. |
protected VView |
detailView
The cached value of the '
Detail View ' containment reference. |
protected static boolean |
ENABLE_DETAIL_EDITING_DIALOG_EDEFAULT
The default value of the '
Enable Detail Editing Dialog '
attribute. |
protected boolean |
enableDetailEditingDialog
The cached value of the '
Enable Detail Editing Dialog ' attribute. |
domainModelReference, LABEL_ALIGNMENT_EDEFAULT, labelAlignment
attachments, diagnostic, enabled, ENABLED_EDEFAULT, label, LABEL_EDEFAULT, name, NAME_EDEFAULT, readonly, READONLY_EDEFAULT, uuid, UUID_EDEFAULT, visible, VISIBLE_EDEFAULT
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
Modifier | Constructor and Description |
---|---|
protected |
VTableControlImpl() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
basicSetDetailView(VView newDetailView,
org.eclipse.emf.common.notify.NotificationChain msgs) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
protected org.eclipse.emf.ecore.EClass |
eStaticClass() |
void |
eUnset(int featureID) |
org.eclipse.emf.common.util.EList<VTableColumnConfiguration> |
getColumnConfigurations() |
DetailEditing |
getDetailEditing() |
VView |
getDetailView() |
boolean |
isAddRemoveDisabled() |
boolean |
isEnableDetailEditingDialog()
Deprecated.
|
void |
setAddRemoveDisabled(boolean newAddRemoveDisabled) |
void |
setDetailEditing(DetailEditing newDetailEditing) |
void |
setDetailView(VView newDetailView) |
void |
setEnableDetailEditingDialog(boolean newEnableDetailEditingDialog)
Deprecated.
|
String |
toString() |
basicSetDomainModelReference, getDomainModelReference, getLabelAlignment, setDomainModelReference, setDomainModelReference, setDomainModelReference, setLabelAlignment
basicSetDiagnostic, getAttachments, getDiagnostic, getLabel, getName, getUuid, isEnabled, isReadonly, isVisible, setDiagnostic, setEnabled, setLabel, setName, setReadonly, setUuid, setVisible
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDomainModelReference, getLabelAlignment, setDomainModelReference, setDomainModelReference, setDomainModelReference, setLabelAlignment
getAttachments, getDiagnostic, getLabel, getName, getUuid, isEnabled, isReadonly, isVisible, setDiagnostic, setEnabled, setLabel, setName, setReadonly, setUuid, setVisible
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
protected static final boolean ADD_REMOVE_DISABLED_EDEFAULT
Add Remove Disabled
' attribute.
isAddRemoveDisabled()
,
Constant Field Valuesprotected boolean addRemoveDisabled
Add Remove Disabled
' attribute.
isAddRemoveDisabled()
protected org.eclipse.emf.common.util.EList<VTableColumnConfiguration> columnConfigurations
Column Configurations
' containment reference
list.
getColumnConfigurations()
protected static final DetailEditing DETAIL_EDITING_EDEFAULT
Detail Editing
' attribute.
getDetailEditing()
protected DetailEditing detailEditing
Detail Editing
' attribute.
getDetailEditing()
protected VView detailView
Detail View
' containment reference.
getDetailView()
protected static final boolean ENABLE_DETAIL_EDITING_DIALOG_EDEFAULT
Enable Detail Editing Dialog
'
attribute.
protected boolean enableDetailEditingDialog
Enable Detail Editing Dialog
' attribute.
isEnableDetailEditingDialog()
protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass
in class VControlImpl
public boolean isAddRemoveDisabled()
isAddRemoveDisabled
in interface VTableControl
VTableControl.setAddRemoveDisabled(boolean)
,
VTablePackage.getTableControl_AddRemoveDisabled()
public void setAddRemoveDisabled(boolean newAddRemoveDisabled)
setAddRemoveDisabled
in interface VTableControl
newAddRemoveDisabled
- the new value of the 'Add Remove Disabled' attribute.VTableControl.isAddRemoveDisabled()
public org.eclipse.emf.common.util.EList<VTableColumnConfiguration> getColumnConfigurations()
getColumnConfigurations
in interface VTableControl
VTablePackage.getTableControl_ColumnConfigurations()
public DetailEditing getDetailEditing()
getDetailEditing
in interface VTableControl
DetailEditing
,
VTableControl.setDetailEditing(DetailEditing)
,
VTablePackage.getTableControl_DetailEditing()
public void setDetailEditing(DetailEditing newDetailEditing)
setDetailEditing
in interface VTableControl
newDetailEditing
- the new value of the 'Detail Editing' attribute.DetailEditing
,
VTableControl.getDetailEditing()
public VView getDetailView()
getDetailView
in interface VTableControl
VTableControl.setDetailView(VView)
,
VTablePackage.getTableControl_DetailView()
public org.eclipse.emf.common.notify.NotificationChain basicSetDetailView(VView newDetailView, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setDetailView(VView newDetailView)
setDetailView
in interface VTableControl
newDetailView
- the new value of the 'Detail View' containment reference.VTableControl.getDetailView()
@Deprecated public boolean isEnableDetailEditingDialog()
isEnableDetailEditingDialog
in interface VTableControl
VTableControl.setEnableDetailEditingDialog(boolean)
,
VTablePackage.getTableControl_EnableDetailEditingDialog()
@Deprecated public void setEnableDetailEditingDialog(boolean newEnableDetailEditingDialog)
setEnableDetailEditingDialog
in interface VTableControl
newEnableDetailEditingDialog
- the new value of the 'Enable Detail Editing Dialog' attribute.VTableControl.isEnableDetailEditingDialog()
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove
in class VControlImpl
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class VControlImpl
public void eSet(int featureID, Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class VControlImpl
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class VControlImpl
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class VControlImpl
public String toString()
toString
in class VControlImpl
Copyright © 2016. All rights reserved.