|
|||||||||
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
@Deprecated public abstract class SWTControl
This class defines a SWTCOntrol which is an abstract class defining an ECPAbstractControl
for SWT.
Constructor Summary | |
---|---|
SWTControl()
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 |
setObservableValue(org.eclipse.core.databinding.observable.value.IObservableValue modelValue)
Deprecated. Allows the user to set the IObservableValue to use in the control during databinding. |
Methods inherited from class org.eclipse.emf.ecp.edit.spi.ECPAbstractControl |
---|
getDataBindingContext, getFirstSetting, getFirstStructuralFeature, getItemPropertyDescriptor, handleValidation, init, resetValidation, setEditable, setEmbedded, showLabel |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SWTControl()
Method Detail |
---|
public List<RenderingResultRow<org.eclipse.swt.widgets.Control>> createControls(org.eclipse.swt.widgets.Composite parent)
RenderingResultRows
.
createControls
in interface ECPControlSWT
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)
parent
- the Composite
which is the parent
Composite
public void setObservableValue(org.eclipse.core.databinding.observable.value.IObservableValue modelValue)
IObservableValue
to use in the control during databinding.
modelValue
- the set IObservableValue
public void dispose()
ECPAbstractControl
dispose
in class ECPAbstractControl
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |