|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.facet.widgets.celleditors.ecore.composite.ByteCompositeFactory
public class ByteCompositeFactory
| Constructor Summary | |
|---|---|
ByteCompositeFactory()
|
|
| Method Summary | |
|---|---|
AbstractCellEditorComposite<java.lang.Byte> |
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.Byte> |
getHandledType()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ByteCompositeFactory()
| Method Detail |
|---|
public AbstractCellEditorComposite<java.lang.Byte> 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.Byte>parent - the SWT parent of the new compositestyle - SWT style bits (SWT#BORDER, etc.)
public java.lang.Class<java.lang.Byte> getHandledType()
getHandledType in interface ICompositeEditorFactory<java.lang.Byte>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||