public class CharCompositeFactory extends java.lang.Object implements ICompositeEditorFactory<java.lang.Character>
| Constructor and Description |
|---|
CharCompositeFactory() |
| Modifier and Type | Method and Description |
|---|---|
AbstractCellEditorComposite<java.lang.Character> |
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.Character> |
getHandledType() |
public AbstractCellEditorComposite<java.lang.Character> 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.Character>parent - the SWT parent of the new compositestyle - SWT style bits (SWT#BORDER, etc.)public java.lang.Class<java.lang.Character> getHandledType()
getHandledType in interface ICompositeEditorFactory<java.lang.Character>