Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8091468

Inspector editors interface could be improved

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Won't Fix
    • Icon: P4 P4
    • tbd
    • 8
    • 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.
       

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

              Created:
              Updated:
              Resolved:
              Imported: