org.eclipse.emf.ecp.edit.internal.swt.controls
Class BooleanControl

java.lang.Object
  extended by org.eclipse.emf.ecp.edit.spi.ECPAbstractControl
      extended by org.eclipse.emf.ecp.edit.internal.swt.util.SWTControl
          extended by org.eclipse.emf.ecp.edit.internal.swt.controls.SingleControl
              extended by org.eclipse.emf.ecp.edit.internal.swt.controls.BooleanControl
All Implemented Interfaces:
ECPControlSWT

Deprecated.

@Deprecated
public class BooleanControl
extends SingleControl

This class defines a BooleanControl which is used for displaying EStructuralFeatures which have a Boolean value.

Author:
Eugen Neufeld

Constructor Summary
BooleanControl()
          Deprecated.  
 
Method Summary
 org.eclipse.core.databinding.Binding bindValue()
          Deprecated. Triggers the control to perform the databinding.
 void dispose()
          Deprecated. Disposes the control.
 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

BooleanControl

public BooleanControl()
Deprecated. 
Method Detail

setEditable

public void setEditable(boolean isEditable)
Deprecated. 
Sets the state of the widget to be either editable or not.

Overrides:
setEditable in class ECPAbstractControl
Parameters:
isEditable - whether to set the widget editable

dispose

public void dispose()
Deprecated. 
Description copied from class: SingleControl
Disposes the control. A control which needs specific dispose handling must still call super.dispose.

Overrides:
dispose in class SingleControl

bindValue

public org.eclipse.core.databinding.Binding bindValue()
Deprecated. 
Description copied from class: SWTControl
Triggers the control to perform the databinding.

Returns:
The Binding


Copyright © 2015. All Rights Reserved.