public class SimpleGridComponentImpl extends CompositeComponentImpl implements SimpleGridComponent
| Modifier and Type | Field and Description |
|---|---|
protected int |
cols
The cached value of the '
Cols' attribute. |
protected static int |
COLS_EDEFAULT
The default value of the '
Cols' attribute. |
protected boolean |
equally
The cached value of the '
Equally' attribute. |
protected static boolean |
EQUALLY_EDEFAULT
The default value of the '
Equally' attribute. |
childrenvisibility| Modifier | Constructor and Description |
|---|---|
protected |
SimpleGridComponentImpl() |
| 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) |
int |
getCols() |
boolean |
isEqually() |
void |
setCols(int newCols) |
void |
setEqually(boolean newEqually) |
java.lang.String |
toString() |
eInverseRemove, getChildrenbasicSetVisibility, getVisibility, setVisibilityclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetChildrengetVisibility, setVisibilityprotected static final boolean EQUALLY_EDEFAULT
Equally' attribute.
isEqually(),
Constant Field Valuesprotected boolean equally
Equally' attribute.
isEqually()protected static final int COLS_EDEFAULT
Cols' attribute.
getCols(),
Constant Field Valuesprotected EClass eStaticClass()
eStaticClass in class CompositeComponentImplpublic boolean isEqually()
isEqually in interface SimpleGridComponentSimpleGridComponent.setEqually(boolean),
DetailViewPackage.getSimpleGridComponent_Equally()public void setEqually(boolean newEqually)
setEqually in interface SimpleGridComponentnewEqually - the new value of the 'Equally' attribute.SimpleGridComponent.isEqually()public int getCols()
getCols in interface SimpleGridComponentSimpleGridComponent.setCols(int),
DetailViewPackage.getSimpleGridComponent_Cols()public void setCols(int newCols)
setCols in interface SimpleGridComponentnewCols - the new value of the 'Cols' attribute.SimpleGridComponent.getCols()public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in class CompositeComponentImplpublic void eSet(int featureID,
java.lang.Object newValue)
eSet in class CompositeComponentImplpublic void eUnset(int featureID)
eUnset in class CompositeComponentImplpublic boolean eIsSet(int featureID)
eIsSet in class CompositeComponentImplpublic 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