public interface IReactorEditorRegistry
ReactorFormEditor
s.
Implementations may expand the behavior to include additional features like
setting the ReactorFormInput
for one of the editors.Modifier and Type | Method and Description |
---|---|
void |
addReactorEditor(ReactorFormEditor editor,
int id)
Adds a
ReactorFormEditor to the registry with the specified ID. |
void |
removeReactorEditor(int id)
Removes a
ReactorFormEditor from the registry. |
void addReactorEditor(ReactorFormEditor editor, int id)
ReactorFormEditor
to the registry with the specified ID.
The ID is the same as the associated Item or Form.editor
- The ReactorFormEditor that has been created.id
- The ID of the editor. This should be the same as its
associated Item or Form.void removeReactorEditor(int id)
ReactorFormEditor
from the registry.id
- The ID of the editor. This should be the same as its
associated Item or Form.