Interface IPropEditorExtenderProvider<EDITOR extends BaseEditor<PROP,​VALUE>,​PROP extends GProp<VALUE>,​VALUE>

    • Method Detail

      • getEditorExtender

        IPropEditorExtender<EDITOR,​PROP,​VALUE> getEditorExtender​(EDITOR editor,
                                                                             Atom atom)
        Gets the extension for a property editor.
        Parameters:
        editor - The requesting editor.
        atom - The property atom being edited.
        Returns:
        The extender, or null for none.