Inspector editors interface could be improved

XMLWordPrintable

    • Type: Task
    • Resolution: Won't Fix
    • Priority: P4
    • tbd
    • Affects Version/s: 8
    • Component/s: javafx

      The InspectorProperty generic class should provide a clear public interface. Some method are public, when they should not.

      For instance, a setValue() called from the InspectorController or the InfoPanelController need to call the following sequence to set a value:
                          controllerClassEditor.setUpdateFromModel(true);
                          controllerClassEditor.setValue(className);
                          controllerClassEditor.setUpdateFromModel(false);
      We should have 2 methods, one for an external usage that include the code above, and another one for the editor usage.
       

            Assignee:
            Unassigned
            Reporter:
            Jerome Cambon
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: