Interface NodeEditor.ValueEditorComponent

All Known Implementing Classes:
ValueEditor
Enclosing class:
NodeEditor

public static interface NodeEditor.ValueEditorComponent
Heads up! If you implement this, you also must be a JComponent
  • Method Details

    • setSchema

      void setSchema(@Nullable JsonSchema schema)
    • destroy

      void destroy()
    • blur

      void blur()
    • focus

      void focus()
    • commitEdit

      void commitEdit()