public final BooleanProperty editableProperty ()

A property representing whether this cell is allowed to be put into an editing state. By default editable is set to true in Cells (although for a subclass of Cell to be allowed to enter its editing state, it may have to satisfy additional criteria. For example, ListCell requires that the ListView editable property is also true.

Returns:  the representation of whether this cell is allowed to be put into an editing state