|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SWTGridCell in org.eclipse.emf.ecp.view.custom.ui.swt.test |
---|
Methods in org.eclipse.emf.ecp.view.custom.ui.swt.test with parameters of type SWTGridCell | |
---|---|
org.eclipse.swt.widgets.Control |
CustomControlStub.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the control. |
org.eclipse.swt.widgets.Control |
ValidationCustomControl.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the control. |
org.eclipse.swt.widgets.Control |
CustomControlStub2.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the control. |
org.eclipse.swt.widgets.Control |
ECPAbstractCustomControlSWTStub.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the control. |
org.eclipse.swt.widgets.Control |
CustomControlStub3.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the control. |
Uses of SWTGridCell in org.eclipse.emf.ecp.view.spi.custom.swt |
---|
Methods in org.eclipse.emf.ecp.view.spi.custom.swt with parameters of type SWTGridCell | |
---|---|
abstract org.eclipse.swt.widgets.Control |
ECPAbstractCustomControlSWT.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the control. |
Method parameters in org.eclipse.emf.ecp.view.spi.custom.swt with type arguments of type SWTGridCell | |
---|---|
void |
ECPAbstractCustomControlSWT.applyEnable(Map<SWTGridCell,org.eclipse.swt.widgets.Control> controls)
Applies the current enable state. |
void |
ECPAbstractCustomControlSWT.applyReadOnly(Map<SWTGridCell,org.eclipse.swt.widgets.Control> controls)
Applies the current readOnlyState. |
Uses of SWTGridCell in org.eclipse.emf.ecp.view.spi.swt |
---|
Methods in org.eclipse.emf.ecp.view.spi.swt with parameters of type SWTGridCell | |
---|---|
org.eclipse.swt.widgets.Control |
AbstractSWTRenderer.render(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed VElement . |
Uses of SWTGridCell in org.eclipse.emf.ecp.view.spi.swt.layout |
---|
Methods in org.eclipse.emf.ecp.view.spi.swt.layout with parameters of type SWTGridCell | |
---|---|
static Object |
LayoutProviderHelper.getLayoutData(SWTGridCell gridCell,
SWTGridDescription controlGridDescription,
SWTGridDescription currentRowGridDescription,
SWTGridDescription fullGridDescription,
VElement vElement,
org.eclipse.swt.widgets.Control control)
Eases the access to the layout provider extension point. |
Object |
LayoutProvider.getLayoutData(SWTGridCell gridCell,
SWTGridDescription controlGridDescription,
SWTGridDescription currentRowGridDescription,
SWTGridDescription fullGridDescription,
VElement vElement,
org.eclipse.swt.widgets.Control control)
The LayoutData to use. |
Constructor parameters in org.eclipse.emf.ecp.view.spi.swt.layout with type arguments of type SWTGridCell | |
---|---|
SWTGridDescription(int rows,
int columns,
List<SWTGridCell> grid)
Creating a filled grid. |
Uses of SWTGridCell in org.eclipse.emf.ecp.view.swt.internal.layout |
---|
Methods in org.eclipse.emf.ecp.view.swt.internal.layout with parameters of type SWTGridCell | |
---|---|
Object |
ECPLayoutProvider.getLayoutData(SWTGridCell gridCell,
SWTGridDescription controlGridDescription,
SWTGridDescription currentRowGridDescription,
SWTGridDescription fullGridDescription,
VElement vElement,
org.eclipse.swt.widgets.Control control)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |