Class AbstractTemplateEditor<D>

  • Type Parameters:
    D - the type of data that can be edited by this editor
    All Implemented Interfaces:
    Editor<D>

    public abstract class AbstractTemplateEditor<D>
    extends AbstractEditor<D>
    Base class for editors that are based on a template.
    Since:
    8.2RC1
    Version:
    $Id: 7da6c1648f677fd3f62dcf891da4881728fc3f28 $
    • Constructor Detail

      • AbstractTemplateEditor

        public AbstractTemplateEditor()