public class BooleanCompositeFactory extends java.lang.Object implements ICompositeEditorFactory<java.lang.Boolean>
| Constructor and Description |
|---|
BooleanCompositeFactory() |
| Modifier and Type | Method and Description |
|---|---|
AbstractCellEditorComposite<java.lang.Boolean> |
createCompositeEditor(Composite parent,
int style)
Create a cell editor composite for a value of type <T>, as a subclass of
AbstractCellEditorComposite, which is a SWT Composite suited for use as an
in-place editor for values of type <T>. |
java.lang.Class<java.lang.Boolean> |
getHandledType() |
public AbstractCellEditorComposite<java.lang.Boolean> createCompositeEditor(Composite parent, int style)
ICompositeEditorFactoryAbstractCellEditorComposite, which is a SWT Composite suited for use as an
in-place editor for values of type <T>.createCompositeEditor in interface ICompositeEditorFactory<java.lang.Boolean>parent - the SWT parent of the new compositestyle - SWT style bits (SWT#BORDER, etc.)public java.lang.Class<java.lang.Boolean> getHandledType()
getHandledType in interface ICompositeEditorFactory<java.lang.Boolean>