private HandbookRegistry(String s, String toc) { machine = null; offset = -1; parentindex = RotaryDescriptions.getCategoryCount(); isParent = true; item = null; title = s; crafted = null; name = toc; RotaryDescriptions.addCategory(this); }
protected void reloadXMLData() { RotaryDescriptions.reload(); }
public String getNotes() { return RotaryDescriptions.getNotes(this); }
public String getData() { if (this == TOC) return RotaryDescriptions.getTOC(); if (this == ALERTS || this == PACKMODS) return ""; return RotaryDescriptions.getData(this); }