Package ch.bailu.gtk.gtk
Schnittstelle CellRendererMode
public interface CellRendererMode
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic 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.
-
Felddetails
-
INERT
static final int INERTThe 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.- Siehe auch:
-
ACTIVATABLE
static final int ACTIVATABLEThe cell can be clicked.- Siehe auch:
-
EDITABLE
static final int EDITABLEThe cell can be edited or otherwise modified.- Siehe auch:
-