org.topbraidcomposer.widgets.row
Class RowEditorFactory

java.lang.Object
  extended by org.topbraidcomposer.widgets.row.RowEditorFactory
All Implemented Interfaces:
IRowEditorFactory

public class RowEditorFactory
extends java.lang.Object
implements IRowEditorFactory


Constructor Summary
RowEditorFactory()
           
 
Method Summary
 IRowEditor createRowEditor(org.eclipse.swt.widgets.Composite parent, org.eclipse.ui.forms.widgets.FormToolkit toolkit, com.hp.hpl.jena.rdf.model.Statement statement, IRowEditorCallback callback)
           
static RowEditorFactory get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowEditorFactory

public RowEditorFactory()
Method Detail

get

public static RowEditorFactory get()

createRowEditor

public IRowEditor createRowEditor(org.eclipse.swt.widgets.Composite parent,
                                  org.eclipse.ui.forms.widgets.FormToolkit toolkit,
                                  com.hp.hpl.jena.rdf.model.Statement statement,
                                  IRowEditorCallback callback)
Specified by:
createRowEditor in interface IRowEditorFactory