// ---------------//
 // getCheckBoard //
 // ---------------//
 public CheckBoard<GlyphContext> getCheckBoard() {
   return new BarCheckBoard(
       getSuite(), sheet.getNest().getGlyphService(), new Class<?>[] {GlyphEvent.class});
 }