|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.ecp.edit.spi.ECPAbstractControl
org.eclipse.emf.ecp.edit.internal.swt.util.SWTControl
org.eclipse.emf.ecp.edit.internal.swt.controls.TableControl
@Deprecated public class TableControl
The class describing a table control.
Nested Class Summary | |
---|---|
class |
TableControl.ECPCellLabelProvider
Deprecated. ECP specficic cell label provider that does also implement IColorProvider in
order to correctly. |
Constructor Summary | |
---|---|
TableControl()
Deprecated. |
Method Summary | |
---|---|
org.eclipse.swt.widgets.Composite |
createControl(org.eclipse.swt.widgets.Composite parent)
Deprecated. This method is called to render the control on a parent. |
List<RenderingResultRow<org.eclipse.swt.widgets.Control>> |
createControls(org.eclipse.swt.widgets.Composite parent)
Deprecated. Renders a control on the provided parent and returning a list of RenderingResultRows . |
void |
dispose()
Deprecated. Disposes the control. |
void |
setEditable(boolean isEditable)
Deprecated. |
void |
setTableControlConfiguration(TableControlConfiguration tableControlConfiguration)
Deprecated. |
boolean |
showLabel()
Deprecated. |
Methods inherited from class org.eclipse.emf.ecp.edit.internal.swt.util.SWTControl |
---|
setObservableValue |
Methods inherited from class org.eclipse.emf.ecp.edit.spi.ECPAbstractControl |
---|
getDataBindingContext, getFirstSetting, getFirstStructuralFeature, getItemPropertyDescriptor, handleValidation, init, resetValidation, setEmbedded |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableControl()
Method Detail |
---|
public final void setTableControlConfiguration(TableControlConfiguration tableControlConfiguration)
tableControlConfiguration
- the TableControlConfiguration
to use when creating the tablepublic List<RenderingResultRow<org.eclipse.swt.widgets.Control>> createControls(org.eclipse.swt.widgets.Composite parent)
RenderingResultRows
.
createControls
in interface ECPControlSWT
createControls
in class SWTControl
parent
- the Composite
to render onto
RenderingResultRows
ECPControlSWT.createControls(org.eclipse.swt.widgets.Composite)
public org.eclipse.swt.widgets.Composite createControl(org.eclipse.swt.widgets.Composite parent)
SWTControl
createControl
in class SWTControl
parent
- the Composite
which is the parent
Composite
public void dispose()
dispose
in class SWTControl
@Deprecated public void setEditable(boolean isEditable)
setEditable
in class ECPAbstractControl
isEditable
- whether to set the widget editable@Deprecated public boolean showLabel()
showLabel
in class ECPAbstractControl
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |