Interface CellRendererState


public interface CellRendererState
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The cell is in a row that can be expanded
    static final int
    The cell is in a row that is expanded
    static final int
    The cell is in the focus row.
    static final int
    The cell is drawn in an insensitive manner
    static final int
    The mouse is hovering over the cell.
    static final int
    The cell is currently selected, and
    probably has a selection colored background to render to.
    static final int
    The cell is in a sorted row
  • Field Details

    • SELECTED

      static final int SELECTED
      The cell is currently selected, and
      probably has a selection colored background to render to.
      See Also:
    • PRELIT

      static final int PRELIT
      The mouse is hovering over the cell.
      See Also:
    • INSENSITIVE

      static final int INSENSITIVE
      The cell is drawn in an insensitive manner
      See Also:
    • SORTED

      static final int SORTED
      The cell is in a sorted row
      See Also:
    • FOCUSED

      static final int FOCUSED
      The cell is in the focus row.
      See Also:
    • EXPANDABLE

      static final int EXPANDABLE
      The cell is in a row that can be expanded
      See Also:
    • EXPANDED

      static final int EXPANDED
      The cell is in a row that is expanded
      See Also: