]> source.dussan.org Git - vaadin-framework.git/commit
Refactor the debug window hierarchy section (#12471)
authorHenri Sara <hesara@vaadin.com>
Fri, 30 Aug 2013 05:37:27 +0000 (08:37 +0300)
committerHenri Sara <hesara@vaadin.com>
Fri, 30 Aug 2013 05:37:27 +0000 (08:37 +0300)
commit277e697f7d9258983e52042757baac09b4fe1908
tree8ec57e33a8b9505932a6279123924e3b53fcb759
parent6dc46c5cfc66defaa7ed2350f20bf2224b419d82
Refactor the debug window hierarchy section (#12471)

Various parts of the hierarchy section are split out to separate classes
to permit reusing some of them in other parts of the debug window.

Change-Id: I32ed562bc9d95df2d3c899d9a17a60d45aa703fd
client/src/com/vaadin/client/debug/internal/AnalyzeLayoutsPanel.java [new file with mode: 0644]
client/src/com/vaadin/client/debug/internal/ConnectorInfoPanel.java [new file with mode: 0644]
client/src/com/vaadin/client/debug/internal/HierarchyPanel.java [new file with mode: 0644]
client/src/com/vaadin/client/debug/internal/HierarchySection.java
client/src/com/vaadin/client/debug/internal/Highlight.java
client/src/com/vaadin/client/debug/internal/OptimizedWidgetsetPanel.java [new file with mode: 0644]
client/src/com/vaadin/client/debug/internal/SelectConnectorListener.java [new file with mode: 0644]