OSDN Git Service

Save/Restore the width of all columns in the LogCatPanel table.
authorSiva Velusamy <vsiva@google.com>
Thu, 4 Aug 2011 21:38:05 +0000 (14:38 -0700)
committerSiva Velusamy <vsiva@google.com>
Tue, 9 Aug 2011 20:44:00 +0000 (13:44 -0700)
commit625b7ea2b82c3f4948bb8bae55f631f85e9c04a9
treed3f899a550ce0ee883ae648ad176933f7fbc0842
parent5c54ae2405b836a433d850a907ec92c6fd20d345
Save/Restore the width of all columns in the LogCatPanel table.

Create all columns using TableHelper.createTableColumn which adds
listeners that save the column width whenever they are resized by
the user, and restores them on subsequent creations.

Change-Id: I35d09a981b94aa086899e3bf74f2243029c60b2b
ddms/app/src/com/android/ddms/UIThread.java
ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/LogCatPanel.java