Class DefaultXViewerControlFactory

java.lang.Object
org.eclipse.nebula.widgets.xviewer.edit.DefaultXViewerControlFactory
All Implemented Interfaces:
XViewerControlFactory

public class DefaultXViewerControlFactory
extends java.lang.Object
implements XViewerControlFactory
Possible controls in the DefaultXViewerControlFactory(07.10.2010):
- org.eclipse.swt.widgets.Text
- org.eclipse.swt.widgets.Combo
- org.eclipse.swt.widgets.DateTime

if you need other controls create your own class implementing the XViewerControlFactory
  • Constructor Summary

    Constructors 
    Constructor Description
    DefaultXViewerControlFactory()  
  • Method Summary

    Modifier and Type Method Description
    org.eclipse.swt.widgets.Control createControl​(CellEditDescriptor ced, XViewer xv)
    with the CellEditDescriptor u can get the type of the control and the style

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait