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

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

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

Methods in org.eclipse.emf.facet.widgets.nattable that return types with arguments of type Column
 java.util.List<Column> INatTableWidget2.getVisibleColumns(boolean setAtTheTop)
          This method does not change the state of the widget.
 

Method parameters in org.eclipse.emf.facet.widgets.nattable with type arguments of type Column
 void INatTableWidget2.showHideColumns(java.util.List<Column> selectedColumns, boolean putOnTheTop)
           
 

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

Subinterfaces of Column in org.eclipse.emf.facet.widgets.nattable.instance.tableinstance
 interface AttributeColumn
          A representation of the model object 'Attribute Column'.
 interface ContextColumn
          A representation of the model object 'Context Column'.
 interface DefaultLabelColumn
          A representation of the model object 'Default Label Column'.
 interface EContainerColumn
          A representation of the model object 'EContainer Column'.
 interface FacetAttributeColumn
          A representation of the model object 'Facet Attribute Column'.
 interface FacetFeatureColumn
          A representation of the model object 'Facet Feature Column'.
 interface FacetReferenceColumn
          A representation of the model object 'Facet Reference Column'.
 interface FeatureColumn
          A representation of the model object 'Feature Column'.
 interface MetaClassColumn
          A representation of the model object 'Meta Class Column'.
 interface QueryColumn
          A representation of the model object 'Query Column'.
 interface ReferenceColumn
          A representation of the model object 'Reference Column'.
 

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

Subinterfaces of Column in org.eclipse.emf.facet.widgets.nattable.instance.tableinstance2
 interface ValueColumn
          A representation of the model object 'Value Column'.