Interface CellRendererMode


public interface CellRendererMode
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The cell can be clicked.
    static final int
    The cell can be edited or otherwise modified.
    static final int
    The cell is just for display
    and cannot be interacted with.
  • Field Details

    • INERT

      static final int INERT
      The cell is just for display
      and cannot be interacted with. Note that this doesn’t mean that eg. the
      row being drawn can’t be selected -- just that a particular element of
      it cannot be individually modified.
      See Also:
    • ACTIVATABLE

      static final int ACTIVATABLE
      The cell can be clicked.
      See Also:
    • EDITABLE

      static final int EDITABLE
      The cell can be edited or otherwise modified.
      See Also: