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 Detail

      • setSchema

        void setSchema​(@Nullable
                       JsonSchema schema)
      • destroy

        void destroy()
      • blur

        void blur()
      • commitEdit

        void commitEdit()