org.eclipse.gmt.modisco.infra.discoverymanager.ui.launch.utils
Class BooleanCellEditor

java.lang.Object
  extended by CellEditor
      extended by org.eclipse.gmt.modisco.infra.discoverymanager.ui.launch.utils.BooleanCellEditor

Deprecated. use org.eclipse.modisco.infra.discovery.core framework

@Deprecated
public class BooleanCellEditor
extends CellEditor

Author:
gbarbier

Constructor Summary
BooleanCellEditor()
          Deprecated.  
 
Method Summary
 LayoutData getLayoutData()
          Deprecated. The ComboBoxCellEditor implementation of this CellEditor framework method sets the minimum width of the cell.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanCellEditor

public BooleanCellEditor()
Deprecated. 
Method Detail

getLayoutData

public LayoutData getLayoutData()
Deprecated. 
The ComboBoxCellEditor implementation of this CellEditor framework method sets the minimum width of the cell. The minimum width is 10 characters if comboBox is not null or disposed else it is 60 pixels to make sure the arrow button and some text is visible. The list of CCombo will be wide enough to show its longest item.