T - the java type managed by this composite editor factory.public interface ICompositeEditorFactory<T>
AbstractCellEditorComposite dedicated to the edition of one java
type. The developer should register some factories using the dedicated
extension point "compositeEditors"| Modifier and Type | Method and Description |
|---|---|
AbstractCellEditorComposite<T> |
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<T> |
getHandledType() |
java.lang.Class<T> getHandledType()
AbstractCellEditorComposite<T> createCompositeEditor(Composite parent, int style)
AbstractCellEditorComposite, which is a SWT Composite suited for use as an
in-place editor for values of type <T>.parent - the SWT parent of the new compositestyle - SWT style bits (SWT#BORDER, etc.)