Class InstancesColumnComboBox.ColumnContainer

    • Field Detail

      • m_Name

        protected String m_Name
        the column name.
      • m_NameLowerCase

        protected String m_NameLowerCase
        the lower case name.
      • m_Column

        protected int m_Column
        the column index.
    • Constructor Detail

      • ColumnContainer

        public ColumnContainer​(String name,
                               int column)
        Initializes the container.
        Parameters:
        name - the name of the column
        column - the column index
    • Method Detail

      • getName

        public String getName()
        Returns the name of the column.
        Returns:
        the name
      • getNameLowerCase

        public String getNameLowerCase()
        Returns the name of the column in lowercase.
        Returns:
        the name in lowercase
      • getColumn

        public int getColumn()
        Returns the column index.
        Returns:
        the index
      • toString

        public String toString()
        Returns the name and index of the column as string representation.
        Overrides:
        toString in class Object
        Returns:
        the string representation