Class ArrayCell

    • Field Detail

      • CELLSORT_CASE_INSENSITIVE

        public static final int CELLSORT_CASE_INSENSITIVE
        See Also:
        Constant Field Values
      • CELLSORT_CASE_SENSITIVE

        public static final int CELLSORT_CASE_SENSITIVE
        See Also:
        Constant Field Values
      • m_SortMode

        protected int m_SortMode
        the default sort mode, that may or may not be interpreted by the descendants of this class, depending on their contents. They could define other modes, but the most common sould reasonnably be put in here
    • Constructor Detail

      • ArrayCell

        public ArrayCell​(ArrayLine line)
        Constructor declaration
        Parameters:
        line -
    • Method Detail

      • setStyleSheet

        public void setStyleSheet​(String css)
        Method declaration
        Parameters:
        css -
      • getStyleSheet

        public String getStyleSheet()
        Method declaration
        Returns:
      • setSortMode

        public void setSortMode​(int mode)
        Method declaration
        Parameters:
        mode -