Uses of Interface
org.eclipse.emf.facet.widgets.nattable.instance.tableinstance.TableInstance

Packages that use TableInstance
org.eclipse.emf.facet.widgets.nattable   
org.eclipse.emf.facet.widgets.nattable.instance.tableinstance   
org.eclipse.emf.facet.widgets.nattable.instance.tableinstance2   
 

Uses of TableInstance in org.eclipse.emf.facet.widgets.nattable
 

Methods in org.eclipse.emf.facet.widgets.nattable that return TableInstance
 TableInstance INatTableWidget.getTableInstance()
          This method returns the TableInstance attached to the table.
 TableInstance INatTableWidget2.getTableInstance()
          This method returns the TableInstance attached to the table.
 

Methods in org.eclipse.emf.facet.widgets.nattable with parameters of type TableInstance
 boolean INatTableUtils.checkInput(TableInstance tableInstance)
          This method uses the given TableConfiguration (contained in the tableInstance parameter) to validate every input elements.
 INatTableWidget INatTableWidgetFactory.createNatTableWidget(Composite parent, IEditingDomainProvider editingDomainProvider, TableInstance tableInstanceParam, MenuManager menuMgr)
          This method instantiates a new NatTableWidget initialized with the given parameters.
 

Uses of TableInstance in org.eclipse.emf.facet.widgets.nattable.instance.tableinstance
 

Subinterfaces of TableInstance in org.eclipse.emf.facet.widgets.nattable.instance.tableinstance
 interface QueryTableInstance
          A representation of the model object 'Query Table Instance'.
 

Methods in org.eclipse.emf.facet.widgets.nattable.instance.tableinstance that return TableInstance
 TableInstance TableinstanceFactory.createTableInstance()
          Returns a new object of class 'Table Instance'.
 

Uses of TableInstance in org.eclipse.emf.facet.widgets.nattable.instance.tableinstance2
 

Subinterfaces of TableInstance in org.eclipse.emf.facet.widgets.nattable.instance.tableinstance2
 interface QueryTableInstance2
          A representation of the model object 'Query Table Instance2'.
 interface TableInstance2
          A representation of the model object 'Table Instance2'.