TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.util.ui.propertysheet.impl.swt
Class ComboPropertyCell

java.lang.Object
  extended byorg.eclipse.tptp.platform.analysis.util.ui.propertysheet.impl.AbstractPropertyCell
      extended byorg.eclipse.tptp.platform.analysis.util.ui.propertysheet.impl.swt.ComboPropertyCell
All Implemented Interfaces:
IPropertyCell

public class ComboPropertyCell
extends AbstractPropertyCell

ComboPropertyCell


Constructor Summary
ComboPropertyCell()
           
 
Method Summary
protected  org.eclipse.swt.widgets.Control create(org.eclipse.swt.widgets.Composite parent)
           
 void dispose()
          Dispose the object.
protected  void updateEditor(java.lang.Object oNewValue)
           
 
Methods inherited from class org.eclipse.tptp.platform.analysis.util.ui.propertysheet.impl.AbstractPropertyCell
createComponent, error, getAsText, getComponent, getCurrentValue, getErrorColor, getModel, getNoErrorBackgroundColor, getParentSheet, getPropertyDescriptor, hasError, isFilled, noError, requiresLabel, setErrorComponentBackgroundColor, setListener, setParentSheet, updateModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComboPropertyCell

public ComboPropertyCell()
Method Detail

updateEditor

protected void updateEditor(java.lang.Object oNewValue)
Specified by:
updateEditor in class AbstractPropertyCell

create

protected org.eclipse.swt.widgets.Control create(org.eclipse.swt.widgets.Composite parent)
Specified by:
create in class AbstractPropertyCell

dispose

public void dispose()
Dispose the object.

Specified by:
dispose in interface IPropertyCell
Overrides:
dispose in class AbstractPropertyCell

TPTP 4.1.0 Platform Project
Public API Specification