public void initEditor() throws IOException, BaseApplicationException {
Utility.log("<<<initEditor>>> node: " + node);
__sider = new SidePane();
__sider.setSide("plugins/gui/TabAccountEditor1.fxml", "plugins/gui/TabAccountEditor2.fxml");
__sider.setSideListener(this);
__tab_edit_pane_user = (Pane) Utility.getFromCacheNode("tab_edit_pane_user");
__tab_edit_pane_pass1 = (Pane) Utility.getFromCacheNode("tab_edit_pane_pass1");
__tab_edit_pane_pass2 = (Pane) Utility.getFromCacheNode("tab_edit_pane_pass2");