Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
SWTDiffMergeAddition.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.widgets.Control |
DIViewSWTRenderer.render(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
protected org.eclipse.swt.widgets.Control |
DIControlSWTRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
EmbeddedGroupSWTRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
DICustomControlSWTRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
org.eclipse.swt.widgets.Control |
DICustomControlSWT.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the control.
|
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
CollapsableGroupSWTRenderer.renderControl(SWTGridCell gridCell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
PGroupRenderer.renderControl(SWTGridCell gridCell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
MultiReferenceSWTRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
Modifier and Type | Method and Description |
---|---|
protected SWTGridCell |
BooleanControlSWTRenderer.createControlCell(int column)
Creates the control cell.
|
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
AbstractControl_PTest.renderControl(SWTGridCell gridCell) |
protected org.eclipse.swt.widgets.Control |
ViewSWTRenderer.renderControl(SWTGridCell gridCell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
protected void |
XMLDateControlSWTRenderer.setControlEnabled(SWTGridCell gridCell,
org.eclipse.swt.widgets.Control control,
boolean enabled) |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
EmptyVElementSWTRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
SWTCategorizationRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
protected org.eclipse.swt.widgets.Control |
AbstractSWTTabRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent) |
protected org.eclipse.swt.widgets.Control |
AbstractJFaceTreeRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
Modifier and Type | Method and Description |
---|---|
protected Object |
CompoundControlSWTRenderer.getLayoutData(SWTGridCell gridCell,
SWTGridDescription controlGridDescription,
SWTGridDescription currentRowGridDescription,
SWTGridDescription fullGridDescription,
VElement vElement,
org.eclipse.emf.ecore.EObject domainModel,
org.eclipse.swt.widgets.Control control)
For testing purposes.
|
protected org.eclipse.swt.widgets.Control |
CompoundControlSWTRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent) |
Modifier and Type | Method and Description |
---|---|
protected SWTGridCell |
SimpleControlSWTRenderer.createControlCell(int column)
Creates the control cell.
|
protected SWTGridCell |
SimpleControlSWTRenderer.createLabelCell(int column)
Creates the label cell if necessary.
|
protected SWTGridCell |
SimpleControlSWTRenderer.createValidationCell(int column)
Creates the validation cell.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractControlSWTRenderer.defaultHandleControlProcessorForCell(org.eclipse.swt.widgets.Control control,
SWTGridCell cell)
This method is called by {link
AbstractControlSWTRenderer.render(SWTGridCell, Composite) for each
control and cell if AbstractControlSWTRenderer.canHandleControlProcessor() returns false . |
org.eclipse.swt.widgets.Control |
AbstractControlSWTRenderer.render(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
protected org.eclipse.swt.widgets.Control |
ContainerSWTRenderer.renderControl(SWTGridCell gridCell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
protected org.eclipse.swt.widgets.Control |
SimpleControlSWTRenderer.renderControl(SWTGridCell gridCell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
protected void |
SimpleControlSWTRenderer.setControlEnabled(SWTGridCell gridCell,
org.eclipse.swt.widgets.Control control,
boolean enabled) |
protected void |
ContainerSWTRenderer.setLayoutDataForControl(SWTGridCell gridCell,
SWTGridDescription gridDescription,
SWTGridDescription currentRowGridDescription,
SWTGridDescription fullGridDescription,
VElement vElement,
org.eclipse.swt.widgets.Control control)
Sets the LayoutData for the specified control.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TextControlSWTRenderer.setControlEnabled(SWTGridCell gridCell,
org.eclipse.swt.widgets.Control control,
boolean enabled) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.widgets.Control |
CustomControlSWTRenderer.render(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
protected org.eclipse.swt.widgets.Control |
CustomControlSWTRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
abstract org.eclipse.swt.widgets.Control |
ECPAbstractCustomControlSWT.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the control.
|
protected void |
ECPAbstractCustomControlSWT.setControlEnabled(SWTGridCell gridCell,
org.eclipse.swt.widgets.Control control,
boolean enabled)
Override this to control which and how controls should be enabled/disabled.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
GroupedGridSWTRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
HorizontalLayoutSWTRenderer.renderControl(SWTGridCell gridCell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
LabelSWTRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent) |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
AbstractSectionSWTRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent) |
protected org.eclipse.swt.widgets.Control |
SectionedAreaSWTRenderer.renderControl(SWTGridCell gridCell,
org.eclipse.swt.widgets.Composite parent) |
protected void |
SectionedAreaSWTRenderer.setLayoutDataForControl(SWTGridCell gridCell,
SWTGridDescription gridDescription,
SWTGridDescription currentRowGridDescription,
SWTGridDescription fullGridDescription,
VElement vElement,
org.eclipse.swt.widgets.Control control)
Sets the LayoutData for the specified control.
|
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
SWTStackLayoutRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
UnknownVElementSWTRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
Modifier and Type | Method and Description |
---|---|
static Object |
LayoutProviderHelper.getLayoutData(SWTGridCell gridCell,
SWTGridDescription controlGridDescription,
SWTGridDescription currentRowGridDescription,
SWTGridDescription fullGridDescription,
VElement vElement,
org.eclipse.emf.ecore.EObject domainModel,
org.eclipse.swt.widgets.Control control)
Eases the access to the layout provider extension point.
|
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
TableControlSWTRenderer.renderControl(SWTGridCell gridCell,
org.eclipse.swt.widgets.Composite parent) |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
TableControlRCPRenderer.renderControl(SWTGridCell gridCell,
org.eclipse.swt.widgets.Composite parent) |
protected org.eclipse.swt.widgets.Control |
TableControlDetailPanelRCPRenderer.renderControl(SWTGridCell gridCell,
org.eclipse.swt.widgets.Composite parent) |
protected org.eclipse.swt.widgets.Control |
TableControlDetailDialogRCPRenderer.renderControl(SWTGridCell gridCell,
org.eclipse.swt.widgets.Composite parent) |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
TreeMasterDetailSWTRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
Modifier and Type | Method and Description |
---|---|
Object |
ECPLayoutProvider.getLayoutData(SWTGridCell gridCell,
SWTGridDescription controlGridDescription,
SWTGridDescription currentRowGridDescription,
SWTGridDescription fullGridDescription,
VElement vElement,
org.eclipse.emf.ecore.EObject domainModel,
org.eclipse.swt.widgets.Control control) |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
TypedElementBoundsRenderer.renderControl(SWTGridCell gridCell,
org.eclipse.swt.widgets.Composite parent) |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
ExpandBarCategorizationElementRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.layout.GridData |
ControlGridSWTRenderer.createGridDataForControlWithHorizontalGrab(SWTGridDescription swtGridDescription,
SWTGridCell swtGridCell,
org.eclipse.swt.widgets.Control control,
int hSpan)
Creates the
GridData which will be set on control which will take up horizontal space an will span over
the given amount of columns. |
protected org.eclipse.swt.layout.GridData |
ControlGridSWTRenderer.createGridDataForControlWithoutHorizontalGrab(SWTGridDescription swtGridDescription,
SWTGridCell swtGridCell,
org.eclipse.swt.widgets.Control control)
Creates the
GridData which will be set on control which will take a span of 1 column an have no
horizontal grab. |
protected org.eclipse.swt.widgets.Control |
ControlGridSWTRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent) |
Modifier and Type | Method and Description |
---|---|
protected Map<SWTGridCell,org.eclipse.swt.widgets.Control> |
AbstractSWTRenderer.getControls()
Returns a copy of the
GridCell to Control map. |
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.widgets.Control |
AbstractSWTRenderer.render(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
protected abstract org.eclipse.swt.widgets.Control |
AbstractSWTRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
protected void |
AbstractSWTRenderer.setControlEnabled(SWTGridCell gridCell,
org.eclipse.swt.widgets.Control control,
boolean enabled)
Wraps the call to enable/disable a control.
|
Modifier and Type | Method and Description |
---|---|
Object |
LayoutProvider.getLayoutData(SWTGridCell gridCell,
SWTGridDescription controlGridDescription,
SWTGridDescription currentRowGridDescription,
SWTGridDescription fullGridDescription,
VElement vElement,
org.eclipse.emf.ecore.EObject domainModel,
org.eclipse.swt.widgets.Control control)
The LayoutData to use.
|
Constructor and Description |
---|
SWTGridDescription(int rows,
int columns,
List<SWTGridCell> grid)
Creating a filled grid.
|
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Control |
MultiAttributeSWTRenderer.renderControl(SWTGridCell cell,
org.eclipse.swt.widgets.Composite parent)
Renders the passed
VElement . |
Copyright © 2016. All rights reserved.