Move UI code from the main module to its own class.
authorBen Konrath <ben@bagu.org>
Sat, 2 Apr 2011 10:15:33 +0000 (12:15 +0200)
committerBen Konrath <ben@bagu.org>
Sat, 2 Apr 2011 10:15:33 +0000 (12:15 +0200)
commiteaaab67b5b4f6804b69f8ed3850c3bf5147d04e8
treeaf374f121be108cac17a8847387f1400bd706f6c
parent9e477bdc55fae567e9ea9f06575058a341794afa
Move UI code from the main module to its own class.

This is the first commit of a refactor that will allow OnlineGlom to be
used with multiple documents.

* src/main/java/org/glom/web/client/LayoutListView.java: Update
references to OnlineGlom to OnlineGlomView.
* src/main/java/org/glom/web/client/OnlineGlom.java: Move code to
OnlineGlomView and instantiate it here.
* src/main/java/org/glom/web/client/OnlineGlomView.java: New class that
represents the main OnlineGlomView with one document.
ChangeLog
src/main/java/org/glom/web/client/LayoutListView.java
src/main/java/org/glom/web/client/OnlineGlom.java
src/main/java/org/glom/web/client/OnlineGlomView.java [new file with mode: 0644]