Interface XViewerControlFactory
- All Known Implementing Classes:
DefaultXViewerControlFactory
public interface XViewerControlFactory
interface to create the controls
-
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
-
Method Details
-
createControl
with the CellEditDescriptor u can get the type of the control and the style
-