org.eclipse.emf.ecp.view.template.controls.swt
Class TemplateColorControl

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.AbstractTextControl
                  extended by org.eclipse.emf.ecp.view.template.controls.swt.TemplateColorControl
All Implemented Interfaces:
ECPControlSWT

public class TemplateColorControl
extends AbstractTextControl

Control for selecting a color.

Author:
Eugen Neufeld

Constructor Summary
TemplateColorControl()
           
 
Method Summary
 void dispose()
          Disposes the control.
 
Methods inherited from class org.eclipse.emf.ecp.edit.internal.swt.controls.AbstractTextControl
bindValue, getText, setEditable
 
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

TemplateColorControl

public TemplateColorControl()
Method Detail

dispose

public void dispose()
Disposes the control. A control which needs specific dispose handling must still call super.dispose.

Overrides:
dispose in class AbstractTextControl
See Also:
AbstractTextControl.dispose()


Copyright © 2014. All Rights Reserved.