Package com.iizigo.prop.editor
Interface IPropEditorExtenderProvider<EDITOR extends BaseEditor<PROP,VALUE>,PROP extends GProp<VALUE>,VALUE>
- All Known Implementing Classes:
- EditorLetsEncryptDomain,- EditorRuntimeBuilderProps,- EditorWebServerPortConfig
 - public interface IPropEditorExtenderProvider<EDITOR extends BaseEditor<PROP,VALUE>,PROP extends GProp<VALUE>,VALUE>Interface to implement on a PropCnr instance used to provide extensions in iiziGo and its property editors.- Author:
- Christopher Mindus
 
- Method Summary- All Methods Instance Methods Abstract Methods - Modifier and Type - Method - Description - IPropEditorExtender<EDITOR,PROP,VALUE>- getEditorExtender(EDITOR editor, Atom atom)Gets the extension for a property editor.