org.eclipse.emf.facet.widgets.nattable.tableconfiguration
Interface TableConfiguration

All Known Subinterfaces:
TableConfiguration2

public interface TableConfiguration

A representation of the model object ' Table Configuration'.

The following features are supported:

See Also:
TableconfigurationPackage.getTableConfiguration()
Generated:
Model:

Method Summary
 ModelQuery getCanBePresentedInTheTable()
          Returns the value of the 'Can Be Presented In The Table' reference.
  getDefaultCustomizations()
          Returns the value of the 'Default Customizations' reference list.
  getDefaultFacets()
          Returns the value of the 'Default Facets' reference list.
 MetamodelView getDefaultLocalCustomization()
          Returns the value of the 'Default Local Customization' reference.
  getForcedCellEditors()
          Returns the value of the 'Forced Cell Editors' reference list.
  getInstantiationMethod()
          Returns the value of the 'Instantiation Method' containment reference list.
 void setCanBePresentedInTheTable(ModelQuery value)
          Sets the value of the 'Can Be Presented In The Table' reference.
 void setDefaultLocalCustomization(MetamodelView value)
          Sets the value of the 'Default Local Customization' reference.
 

Method Detail

getCanBePresentedInTheTable

ModelQuery getCanBePresentedInTheTable()
Returns the value of the 'Can Be Presented In The Table' reference.

If the meaning of the 'Can Be Presented In The Table' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Can Be Presented In The Table' reference.
See Also:
setCanBePresentedInTheTable(ModelQuery), TableconfigurationPackage.getTableConfiguration_CanBePresentedInTheTable()
Generated:
Model:

setCanBePresentedInTheTable

void setCanBePresentedInTheTable(ModelQuery value)
Sets the value of the 'Can Be Presented In The Table' reference.

Parameters:
value - the new value of the 'Can Be Presented In The Table' reference.
See Also:
getCanBePresentedInTheTable()
Generated:

getForcedCellEditors

 getForcedCellEditors()
Returns the value of the 'Forced Cell Editors' reference list. The list contents are of type AbstractModelCellEditor.

If the meaning of the 'Forced Cell Editors' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Forced Cell Editors' reference list.
See Also:
TableconfigurationPackage.getTableConfiguration_ForcedCellEditors()
Generated:
Model:

getDefaultFacets

 getDefaultFacets()
Returns the value of the 'Default Facets' reference list. The list contents are of type org.eclipse.emf.facet.infra.facet.Facet.

If the meaning of the 'Default Facets' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Default Facets' reference list.
See Also:
TableconfigurationPackage.getTableConfiguration_DefaultFacets()
Generated:
Model:

getDefaultCustomizations

 getDefaultCustomizations()
Returns the value of the 'Default Customizations' reference list. The list contents are of type org.eclipse.emf.facet.infra.browser.custom.MetamodelView.

If the meaning of the 'Default Customizations' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Default Customizations' reference list.
See Also:
TableconfigurationPackage.getTableConfiguration_DefaultCustomizations()
Generated:
Model:

getInstantiationMethod

 getInstantiationMethod()
Returns the value of the 'Instantiation Method' containment reference list. The list contents are of type InstantiationMethod.

If the meaning of the 'Instantiation Method' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Instantiation Method' containment reference list.
See Also:
TableconfigurationPackage.getTableConfiguration_InstantiationMethod()
Generated:
Model:
containment="true"

getDefaultLocalCustomization

MetamodelView getDefaultLocalCustomization()
Returns the value of the 'Default Local Customization' reference.

If the meaning of the 'Default Local Customization' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Default Local Customization' reference.
See Also:
setDefaultLocalCustomization(MetamodelView), TableconfigurationPackage.getTableConfiguration_DefaultLocalCustomization()
Generated:
Model:

setDefaultLocalCustomization

void setDefaultLocalCustomization(MetamodelView value)
Sets the value of the 'Default Local Customization' reference.

Parameters:
value - the new value of the 'Default Local Customization' reference.
See Also:
getDefaultLocalCustomization()
Generated: