|
|||||||||
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.SingleControl
org.eclipse.emf.ecp.edit.internal.swt.controls.AbstractTextControl
@Deprecated public abstract class AbstractTextControl
This abstract class is used as a common superclass for all widgets that use a Text
widget.
Constructor Summary | |
---|---|
AbstractTextControl()
Deprecated. |
Method Summary | |
---|---|
org.eclipse.core.databinding.Binding |
bindValue()
Deprecated. Triggers the control to perform the databinding. |
void |
dispose()
Deprecated. Disposes the control. |
org.eclipse.swt.widgets.Text |
getText()
Deprecated. |
void |
setEditable(boolean isEditable)
Deprecated. Sets the state of the widget to be either editable or not. |
Methods inherited from class org.eclipse.emf.ecp.edit.internal.swt.controls.SingleControl |
---|
handleValidation, resetValidation, showLabel |
Methods inherited from class org.eclipse.emf.ecp.edit.internal.swt.util.SWTControl |
---|
createControl, createControls, setObservableValue |
Methods inherited from class org.eclipse.emf.ecp.edit.spi.ECPAbstractControl |
---|
getDataBindingContext, getFirstSetting, getFirstStructuralFeature, getItemPropertyDescriptor, init, setEmbedded |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractTextControl()
Method Detail |
---|
public void setEditable(boolean isEditable)
setEditable
in class ECPAbstractControl
isEditable
- whether to set the widget editablepublic org.eclipse.core.databinding.Binding bindValue()
SWTControl
Binding
public void dispose()
SingleControl
dispose
in class SingleControl
public org.eclipse.swt.widgets.Text getText()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |