}
public static DocumentPlugin buildSpellBookDocumentPlugin()
throws IOException {
DocumentPlugin doc = new DocumentPlugin(
DocumentTypeConstant.SPELL_BOOK, new NullImageIconFactory(),
new PanelCreateSpellBook(), new PanelSpellBookViewer());
return doc;
}