public class ShortCompositeFactory extends java.lang.Object implements ICompositeEditorFactory<java.lang.Short>
Constructor and Description |
---|
ShortCompositeFactory() |
Modifier and Type | Method and Description |
---|---|
AbstractCellEditorComposite<java.lang.Short> |
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.Short> |
getHandledType() |
public AbstractCellEditorComposite<java.lang.Short> createCompositeEditor(Composite parent, int style)
ICompositeEditorFactory
AbstractCellEditorComposite
, which is a SWT Composite
suited for use as an
in-place editor for values of type <T>.createCompositeEditor
in interface ICompositeEditorFactory<java.lang.Short>
parent
- the SWT parent of the new compositestyle
- SWT style bits (SWT#BORDER
, etc.)public java.lang.Class<java.lang.Short> getHandledType()
getHandledType
in interface ICompositeEditorFactory<java.lang.Short>