| 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 java.lang.Integer |
HEIGHT_HINT_EDEFAULT
The default value of the '
Height Hint' attribute. |
protected java.lang.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 java.lang.Integer |
SPAN_ROWS_EDEFAULT
The default value of the '
Span Rows' attribute. |
protected int |
spanCols
The cached value of the '
Span Cols' attribute. |
protected java.lang.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 java.lang.Integer |
WIDTH_HINT_EDEFAULT
The default value of the '
Width Hint' attribute. |
protected java.lang.Integer |
widthHint
The cached value of the '
Width Hint' attribute. |
element, name, NAME_EDEFAULT| Modifier | Constructor and Description |
|---|---|
protected |
GridChildImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
java.lang.Integer |
getHeightHint() |
GridAlignment |
getHorizontalAlignment() |
int |
getSpanCols() |
java.lang.Integer |
getSpanRows() |
GridAlignment |
getVerticalAlignment() |
java.lang.Integer |
getWidthHint() |
boolean |
isGrabHorizontalSpace() |
boolean |
isGrabVerticalSpace() |
void |
setGrabHorizontalSpace(boolean newGrabHorizontalSpace) |
void |
setGrabVerticalSpace(boolean newGrabVerticalSpace) |
void |
setHeightHint(java.lang.Integer newHeightHint) |
void |
setHorizontalAlignment(GridAlignment newHorizontalAlignment) |
void |
setSpanCols(int newSpanCols) |
void |
setSpanRows(java.lang.Integer newSpanRows) |
void |
setVerticalAlignment(GridAlignment newVerticalAlignment) |
void |
setWidthHint(java.lang.Integer newWidthHint) |
java.lang.String |
toString() |
basicSetElement, eInverseRemove, getElement, getName, setElement, setNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetElement, getName, setElement, setNameprotected 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 java.lang.Integer SPAN_ROWS_EDEFAULT
Span Rows' attribute.
getSpanRows()protected java.lang.Integer spanRows
Span Rows' attribute.
getSpanRows()protected static final java.lang.Integer WIDTH_HINT_EDEFAULT
Width Hint' attribute.
getWidthHint()protected java.lang.Integer widthHint
Width Hint' attribute.
getWidthHint()protected static final java.lang.Integer HEIGHT_HINT_EDEFAULT
Height Hint' attribute.
getHeightHint()protected java.lang.Integer heightHint
Height Hint' attribute.
getHeightHint()protected EClass eStaticClass()
eStaticClass in class ChildImplpublic GridAlignment getHorizontalAlignment()
getHorizontalAlignment in interface GridChildGridAlignment,
GridChild.setHorizontalAlignment(GridAlignment),
VisualInterfacePackage.getGridChild_HorizontalAlignment()public void setHorizontalAlignment(GridAlignment newHorizontalAlignment)
setHorizontalAlignment in interface GridChildnewHorizontalAlignment - the new value of the 'Horizontal Alignment' attribute.GridAlignment,
GridChild.getHorizontalAlignment()public GridAlignment getVerticalAlignment()
getVerticalAlignment in interface GridChildGridAlignment,
GridChild.setVerticalAlignment(GridAlignment),
VisualInterfacePackage.getGridChild_VerticalAlignment()public void setVerticalAlignment(GridAlignment newVerticalAlignment)
setVerticalAlignment in interface GridChildnewVerticalAlignment - the new value of the 'Vertical Alignment' attribute.GridAlignment,
GridChild.getVerticalAlignment()public boolean isGrabHorizontalSpace()
isGrabHorizontalSpace in interface GridChildGridChild.setGrabHorizontalSpace(boolean),
VisualInterfacePackage.getGridChild_GrabHorizontalSpace()public void setGrabHorizontalSpace(boolean newGrabHorizontalSpace)
setGrabHorizontalSpace in interface GridChildnewGrabHorizontalSpace - the new value of the 'Grab Horizontal Space' attribute.GridChild.isGrabHorizontalSpace()public boolean isGrabVerticalSpace()
isGrabVerticalSpace in interface GridChildGridChild.setGrabVerticalSpace(boolean),
VisualInterfacePackage.getGridChild_GrabVerticalSpace()public void setGrabVerticalSpace(boolean newGrabVerticalSpace)
setGrabVerticalSpace in interface GridChildnewGrabVerticalSpace - the new value of the 'Grab Vertical Space' attribute.GridChild.isGrabVerticalSpace()public int getSpanCols()
getSpanCols in interface GridChildGridChild.setSpanCols(int),
VisualInterfacePackage.getGridChild_SpanCols()public void setSpanCols(int newSpanCols)
setSpanCols in interface GridChildnewSpanCols - the new value of the 'Span Cols' attribute.GridChild.getSpanCols()public java.lang.Integer getSpanRows()
getSpanRows in interface GridChildGridChild.setSpanRows(Integer),
VisualInterfacePackage.getGridChild_SpanRows()public void setSpanRows(java.lang.Integer newSpanRows)
setSpanRows in interface GridChildnewSpanRows - the new value of the 'Span Rows' attribute.GridChild.getSpanRows()public java.lang.Integer getWidthHint()
getWidthHint in interface GridChildGridChild.setWidthHint(Integer),
VisualInterfacePackage.getGridChild_WidthHint()public void setWidthHint(java.lang.Integer newWidthHint)
setWidthHint in interface GridChildnewWidthHint - the new value of the 'Width Hint' attribute.GridChild.getWidthHint()public java.lang.Integer getHeightHint()
getHeightHint in interface GridChildGridChild.setHeightHint(Integer),
VisualInterfacePackage.getGridChild_HeightHint()public void setHeightHint(java.lang.Integer newHeightHint)
setHeightHint in interface GridChildnewHeightHint - the new value of the 'Height Hint' attribute.GridChild.getHeightHint()public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0