Class AbstractEditor<D>

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

    public abstract class AbstractEditor<D>
    extends Object
    implements Editor<D>
    Base class for editors that take their input from the ScriptContext.
    Since:
    8.2RC1
    Version:
    $Id: 2494760104d40ac51376231da6263ebee1eaf88d $