636465666768697071
return doc; } public static DocumentPlugin buildNoteDocumentPlugin() throws IOException { DocumentPlugin doc = new DocumentPlugin(DocumentTypeConstant.NOTE, new NullImageIconFactory(), new PanelCreateNote(), new PanelViewNote()); return doc; }
545556575859606162