Interface XViewerControlFactory
-
- All Known Implementing Classes:
DefaultXViewerControlFactory
public interface XViewerControlFactory
interface to create the controls
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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
-
-
-
Method Detail
-
createControl
org.eclipse.swt.widgets.Control createControl(CellEditDescriptor ced, XViewer xv)
with the CellEditDescriptor u can get the type of the control and the style
-
-