Class TableColumnConfiguration


  • @Deprecated
    public class TableColumnConfiguration
    extends java.lang.Object
    Deprecated.
    This is used only in the deprecated TableControl and the TableControlConfiguration
    The table column configuration defines whether a column is visible and what attribute should be bound to the column.
    Author:
    Eugen Neufeld
    • Constructor Summary

      Constructors 
      Constructor Description
      TableColumnConfiguration​(boolean readOnly, org.eclipse.emf.ecore.EAttribute columnAttribute)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)
      Deprecated.
       
      org.eclipse.emf.ecore.EAttribute getColumnAttribute()
      Deprecated.
      The EAttribute to bind to the column.
      int hashCode()
      Deprecated.
       
      boolean isReadOnly()
      Deprecated.
      Whether the column is read only.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TableColumnConfiguration

        public TableColumnConfiguration​(boolean readOnly,
                                        org.eclipse.emf.ecore.EAttribute columnAttribute)
        Deprecated.
        Parameters:
        readOnly - whether the column is read-only
        columnAttribute - the EAttribute to be displayed in this column
    • Method Detail

      • isReadOnly

        public boolean isReadOnly()
        Deprecated.
        Whether the column is read only.
        Returns:
        if the column is read-only
      • getColumnAttribute

        public org.eclipse.emf.ecore.EAttribute getColumnAttribute()
        Deprecated.
        The EAttribute to bind to the column.
        Returns:
        the EAttribute to bind
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Deprecated.
        Overrides:
        equals in class java.lang.Object