Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 17c5f13

Browse files
committed
Added the idea of UI utilities.
1 parent f1d0529 commit 17c5f13

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
package org.codeoverflow.chatoverflow.ui.common
2+
3+
import org.codeoverflow.chatoverflow.ChatOverflow
4+
5+
/**
6+
* UIUtilities encapsulate common requests to the chat overflow framework that
7+
* are used by more than one UIs, e.g. REPL and GUI.
8+
*
9+
* @param chatOverflow the chat overflow framework object to operate on
10+
*/
11+
class UIUtilities(chatOverflow: ChatOverflow) {
12+
// TODO: Refactor REPL & WIP-GUI. Most of the work should be brought together, here.
13+
}

0 commit comments

Comments
 (0)