28293031323334
public class BoolAdapter implements PropertyAdapter { private TableEditor boolEditor = null; public BoolAdapter() { boolEditor = new BooleanEditor(); }