/** Returns this collection element's associated collection of cheatsheets. */
 public Object[] getCheatSheets() {
   return cheatsheets.getChildren();
 }