1 package org.argeo.docbook.ui;
5 import org.argeo.cms.ui.CmsEditable;
6 import org.argeo.cms.ui.viewers.Section;
7 import org.eclipse.swt.widgets.Composite;
10 * Manages hardcoded sections as an arbitrary hierarchy under the main section,
11 * which contains no text and no title.
13 public class CustomDbkEditor extends AbstractDbkViewer {
14 private static final long serialVersionUID = 656302500183820802L;
16 protected CustomDbkEditor(Composite parent, int style, Node textNode, CmsEditable cmsEditable) {
17 this(new Section(parent, style, textNode), style, cmsEditable);
20 protected CustomDbkEditor(Section parent, int style, CmsEditable cmsEditable) {
21 super(parent, style, cmsEditable);