public class GridContainerImpl extends EObjectImpl implements GridContainer
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected |
children
The cached value of the '
Children' containment reference list. |
protected int |
columns
The cached value of the '
Columns' attribute. |
protected static int |
COLUMNS_EDEFAULT
The default value of the '
Columns' attribute. |
protected static boolean |
EQUAL_WIDTH_EDEFAULT
The default value of the '
Equal Width' attribute. |
protected boolean |
equalWidth
The cached value of the '
Equal Width' attribute. |
protected static int |
HORIZONTAL_SPACING_EDEFAULT
The default value of the '
Horizontal Spacing' attribute. |
protected int |
horizontalSpacing
The cached value of the '
Horizontal Spacing' attribute. |
protected static int |
MARGIN_HEIGHT_EDEFAULT
The default value of the '
Margin Height' attribute. |
protected static int |
MARGIN_WIDTH_EDEFAULT
The default value of the '
Margin Width' attribute. |
protected int |
marginHeight
The cached value of the '
Margin Height' attribute. |
protected int |
marginWidth
The cached value of the '
Margin Width' attribute. |
protected java.lang.String |
name
The cached value of the '
Name' attribute. |
protected static java.lang.String |
NAME_EDEFAULT
The default value of the '
Name' attribute. |
protected static int |
VERTICAL_SPACING_EDEFAULT
The default value of the '
Vertical Spacing' attribute. |
protected int |
verticalSpacing
The cached value of the '
Vertical Spacing' attribute. |
| Modifier | Constructor and Description |
|---|---|
protected |
GridContainerImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
|
getChildren() |
int |
getColumns() |
int |
getHorizontalSpacing() |
int |
getMarginHeight() |
int |
getMarginWidth() |
java.lang.String |
getName() |
int |
getVerticalSpacing() |
boolean |
isEqualWidth() |
void |
setColumns(int newColumns) |
void |
setEqualWidth(boolean newEqualWidth) |
void |
setHorizontalSpacing(int newHorizontalSpacing) |
void |
setMarginHeight(int newMarginHeight) |
void |
setMarginWidth(int newMarginWidth) |
void |
setName(java.lang.String newName) |
void |
setVerticalSpacing(int newVerticalSpacing) |
java.lang.String |
toString() |
protected static final java.lang.String NAME_EDEFAULT
Name' attribute.
getName()protected static final int COLUMNS_EDEFAULT
Columns' attribute.
getColumns(),
Constant Field Valuesprotected int columns
Columns' attribute.
getColumns()protected static final boolean EQUAL_WIDTH_EDEFAULT
Equal Width' attribute.
isEqualWidth(),
Constant Field Valuesprotected boolean equalWidth
Equal Width' attribute.
isEqualWidth()protectedchildren
Children' containment reference list.
getChildren()protected static final int HORIZONTAL_SPACING_EDEFAULT
Horizontal Spacing' attribute.
getHorizontalSpacing(),
Constant Field Valuesprotected int horizontalSpacing
Horizontal Spacing' attribute.
getHorizontalSpacing()protected static final int VERTICAL_SPACING_EDEFAULT
Vertical Spacing' attribute.
getVerticalSpacing(),
Constant Field Valuesprotected int verticalSpacing
Vertical Spacing' attribute.
getVerticalSpacing()protected static final int MARGIN_WIDTH_EDEFAULT
Margin Width' attribute.
getMarginWidth(),
Constant Field Valuesprotected int marginWidth
Margin Width' attribute.
getMarginWidth()protected static final int MARGIN_HEIGHT_EDEFAULT
Margin Height' attribute.
getMarginHeight(),
Constant Field Valuesprotected int marginHeight
Margin Height' attribute.
getMarginHeight()protected EClass eStaticClass()
public java.lang.String getName()
getName in interface PrimitivePrimitive.setName(String),
VisualInterfacePackage.getPrimitive_Name()public void setName(java.lang.String newName)
setName in interface PrimitivenewName - the new value of the 'Name' attribute.Primitive.getName()public int getColumns()
getColumns in interface GridContainerGridContainer.setColumns(int),
VisualInterfacePackage.getGridContainer_Columns()public void setColumns(int newColumns)
setColumns in interface GridContainernewColumns - the new value of the 'Columns' attribute.GridContainer.getColumns()public boolean isEqualWidth()
isEqualWidth in interface GridContainerGridContainer.setEqualWidth(boolean),
VisualInterfacePackage.getGridContainer_EqualWidth()public void setEqualWidth(boolean newEqualWidth)
setEqualWidth in interface GridContainernewEqualWidth - the new value of the 'Equal Width' attribute.GridContainer.isEqualWidth()publicgetChildren()
getChildren in interface GridContainerVisualInterfacePackage.getGridContainer_Children()public int getHorizontalSpacing()
getHorizontalSpacing in interface GridContainerGridContainer.setHorizontalSpacing(int),
VisualInterfacePackage.getGridContainer_HorizontalSpacing()public void setHorizontalSpacing(int newHorizontalSpacing)
setHorizontalSpacing in interface GridContainernewHorizontalSpacing - the new value of the 'Horizontal Spacing' attribute.GridContainer.getHorizontalSpacing()public int getVerticalSpacing()
getVerticalSpacing in interface GridContainerGridContainer.setVerticalSpacing(int),
VisualInterfacePackage.getGridContainer_VerticalSpacing()public void setVerticalSpacing(int newVerticalSpacing)
setVerticalSpacing in interface GridContainernewVerticalSpacing - the new value of the 'Vertical Spacing' attribute.GridContainer.getVerticalSpacing()public int getMarginWidth()
getMarginWidth in interface GridContainerGridContainer.setMarginWidth(int),
VisualInterfacePackage.getGridContainer_MarginWidth()public void setMarginWidth(int newMarginWidth)
setMarginWidth in interface GridContainernewMarginWidth - the new value of the 'Margin Width' attribute.GridContainer.getMarginWidth()public int getMarginHeight()
getMarginHeight in interface GridContainerGridContainer.setMarginHeight(int),
VisualInterfacePackage.getGridContainer_MarginHeight()public void setMarginHeight(int newMarginHeight)
setMarginHeight in interface GridContainernewMarginHeight - the new value of the 'Margin Height' attribute.GridContainer.getMarginHeight()public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
public void eSet(int featureID,
java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public java.lang.String toString()
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