Interface NodeEditor.ValueEditorComponent
- 
- All Known Implementing Classes:
- ValueEditor
 - Enclosing class:
- NodeEditor
 
 public static interface NodeEditor.ValueEditorComponentHeads up! If you implement this, you also must be a JComponent
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidblur()voidcommitEdit()voiddestroy()voidsetSchema(JsonSchema schema)
 
- 
- 
- 
Method Detail- 
setSchemavoid setSchema(@Nullable JsonSchema schema)
 - 
destroyvoid destroy() 
 - 
blurvoid blur() 
 - 
commitEditvoid commitEdit() 
 
- 
 
-