public class GridChildImpl extends ChildImpl implements GridChild
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 |
GRAB_HORIZONTAL_SPACE_EDEFAULT
The default value of the '
Grab Horizontal Space ' attribute. |
protected static boolean |
GRAB_VERTICAL_SPACE_EDEFAULT
The default value of the '
Grab Vertical Space ' attribute. |
protected boolean |
grabHorizontalSpace
The cached value of the '
Grab Horizontal Space ' attribute. |
protected boolean |
grabVerticalSpace
The cached value of the '
Grab Vertical Space ' attribute. |
protected static Integer |
HEIGHT_HINT_EDEFAULT
The default value of the '
Height Hint ' attribute. |
protected Integer |
heightHint
The cached value of the '
Height Hint ' attribute. |
protected static GridAlignment |
HORIZONTAL_ALIGNMENT_EDEFAULT
The default value of the '
Horizontal Alignment ' attribute. |
protected GridAlignment |
horizontalAlignment
The cached value of the '
Horizontal Alignment ' attribute. |
protected static int |
SPAN_COLS_EDEFAULT
The default value of the '
Span Cols ' attribute. |
protected static Integer |
SPAN_ROWS_EDEFAULT
The default value of the '
Span Rows ' attribute. |
protected int |
spanCols
The cached value of the '
Span Cols ' attribute. |
protected Integer |
spanRows
The cached value of the '
Span Rows ' attribute. |
protected static GridAlignment |
VERTICAL_ALIGNMENT_EDEFAULT
The default value of the '
Vertical Alignment ' attribute. |
protected GridAlignment |
verticalAlignment
The cached value of the '
Vertical Alignment ' attribute. |
protected static Integer |
WIDTH_HINT_EDEFAULT
The default value of the '
Width Hint ' attribute. |
protected Integer |
widthHint
The cached value of the '
Width Hint ' attribute. |
element, name, NAME_EDEFAULT
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
Modifier | Constructor and Description |
---|---|
protected |
GridChildImpl() |
Modifier and Type | Method and Description |
---|---|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
protected org.eclipse.emf.ecore.EClass |
eStaticClass() |
void |
eUnset(int featureID) |
Integer |
getHeightHint() |
GridAlignment |
getHorizontalAlignment() |
int |
getSpanCols() |
Integer |
getSpanRows() |
GridAlignment |
getVerticalAlignment() |
Integer |
getWidthHint() |
boolean |
isGrabHorizontalSpace() |
boolean |
isGrabVerticalSpace() |
void |
setGrabHorizontalSpace(boolean newGrabHorizontalSpace) |
void |
setGrabVerticalSpace(boolean newGrabVerticalSpace) |
void |
setHeightHint(Integer newHeightHint) |
void |
setHorizontalAlignment(GridAlignment newHorizontalAlignment) |
void |
setSpanCols(int newSpanCols) |
void |
setSpanRows(Integer newSpanRows) |
void |
setVerticalAlignment(GridAlignment newVerticalAlignment) |
void |
setWidthHint(Integer newWidthHint) |
String |
toString() |
basicSetElement, eInverseRemove, getElement, getName, setElement, setName
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
getElement, getName, setElement, setName
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
protected static final GridAlignment HORIZONTAL_ALIGNMENT_EDEFAULT
Horizontal Alignment
' attribute.
getHorizontalAlignment()
protected GridAlignment horizontalAlignment
Horizontal Alignment
' attribute.
getHorizontalAlignment()
protected static final GridAlignment VERTICAL_ALIGNMENT_EDEFAULT
Vertical Alignment
' attribute.
getVerticalAlignment()
protected GridAlignment verticalAlignment
Vertical Alignment
' attribute.
getVerticalAlignment()
protected static final boolean GRAB_HORIZONTAL_SPACE_EDEFAULT
Grab Horizontal Space
' attribute.
isGrabHorizontalSpace()
,
Constant Field Valuesprotected boolean grabHorizontalSpace
Grab Horizontal Space
' attribute.
isGrabHorizontalSpace()
protected static final boolean GRAB_VERTICAL_SPACE_EDEFAULT
Grab Vertical Space
' attribute.
isGrabVerticalSpace()
,
Constant Field Valuesprotected boolean grabVerticalSpace
Grab Vertical Space
' attribute.
isGrabVerticalSpace()
protected static final int SPAN_COLS_EDEFAULT
Span Cols
' attribute.
getSpanCols()
,
Constant Field Valuesprotected int spanCols
Span Cols
' attribute.
getSpanCols()
protected static final Integer SPAN_ROWS_EDEFAULT
Span Rows
' attribute.
getSpanRows()
protected Integer spanRows
Span Rows
' attribute.
getSpanRows()
protected static final Integer WIDTH_HINT_EDEFAULT
Width Hint
' attribute.
getWidthHint()
protected Integer widthHint
Width Hint
' attribute.
getWidthHint()
protected static final Integer HEIGHT_HINT_EDEFAULT
Height Hint
' attribute.
getHeightHint()
protected Integer heightHint
Height Hint
' attribute.
getHeightHint()
protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass
in class ChildImpl
public GridAlignment getHorizontalAlignment()
getHorizontalAlignment
in interface GridChild
GridAlignment
,
GridChild.setHorizontalAlignment(GridAlignment)
,
VisualInterfacePackage.getGridChild_HorizontalAlignment()
public void setHorizontalAlignment(GridAlignment newHorizontalAlignment)
setHorizontalAlignment
in interface GridChild
newHorizontalAlignment
- the new value of the 'Horizontal Alignment' attribute.GridAlignment
,
GridChild.getHorizontalAlignment()
public GridAlignment getVerticalAlignment()
getVerticalAlignment
in interface GridChild
GridAlignment
,
GridChild.setVerticalAlignment(GridAlignment)
,
VisualInterfacePackage.getGridChild_VerticalAlignment()
public void setVerticalAlignment(GridAlignment newVerticalAlignment)
setVerticalAlignment
in interface GridChild
newVerticalAlignment
- the new value of the 'Vertical Alignment' attribute.GridAlignment
,
GridChild.getVerticalAlignment()
public boolean isGrabHorizontalSpace()
isGrabHorizontalSpace
in interface GridChild
GridChild.setGrabHorizontalSpace(boolean)
,
VisualInterfacePackage.getGridChild_GrabHorizontalSpace()
public void setGrabHorizontalSpace(boolean newGrabHorizontalSpace)
setGrabHorizontalSpace
in interface GridChild
newGrabHorizontalSpace
- the new value of the 'Grab Horizontal Space' attribute.GridChild.isGrabHorizontalSpace()
public boolean isGrabVerticalSpace()
isGrabVerticalSpace
in interface GridChild
GridChild.setGrabVerticalSpace(boolean)
,
VisualInterfacePackage.getGridChild_GrabVerticalSpace()
public void setGrabVerticalSpace(boolean newGrabVerticalSpace)
setGrabVerticalSpace
in interface GridChild
newGrabVerticalSpace
- the new value of the 'Grab Vertical Space' attribute.GridChild.isGrabVerticalSpace()
public int getSpanCols()
getSpanCols
in interface GridChild
GridChild.setSpanCols(int)
,
VisualInterfacePackage.getGridChild_SpanCols()
public void setSpanCols(int newSpanCols)
setSpanCols
in interface GridChild
newSpanCols
- the new value of the 'Span Cols' attribute.GridChild.getSpanCols()
public Integer getSpanRows()
getSpanRows
in interface GridChild
GridChild.setSpanRows(Integer)
,
VisualInterfacePackage.getGridChild_SpanRows()
public void setSpanRows(Integer newSpanRows)
setSpanRows
in interface GridChild
newSpanRows
- the new value of the 'Span Rows' attribute.GridChild.getSpanRows()
public Integer getWidthHint()
getWidthHint
in interface GridChild
GridChild.setWidthHint(Integer)
,
VisualInterfacePackage.getGridChild_WidthHint()
public void setWidthHint(Integer newWidthHint)
setWidthHint
in interface GridChild
newWidthHint
- the new value of the 'Width Hint' attribute.GridChild.getWidthHint()
public Integer getHeightHint()
getHeightHint
in interface GridChild
GridChild.setHeightHint(Integer)
,
VisualInterfacePackage.getGridChild_HeightHint()
public void setHeightHint(Integer newHeightHint)
setHeightHint
in interface GridChild
newHeightHint
- the new value of the 'Height Hint' attribute.GridChild.getHeightHint()
public Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.