-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChatUI.ctxt
More file actions
50 lines (50 loc) · 1.84 KB
/
Copy pathChatUI.ctxt
File metadata and controls
50 lines (50 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#BlueJ class context
comment0.params=cc
comment0.target=ChatUI(ChatClientCSD)
comment1.params=
comment1.target=void\ show()
comment10.params=msg
comment10.target=void\ showErrorMessage(java.lang.String)
comment11.params=msg
comment11.target=void\ showMessage(java.lang.String)
comment12.params=
comment12.target=void\ onMessageTyped()
comment13.params=
comment13.target=void\ onChannelSelected()
comment14.params=
comment14.target=void\ onUserSelected()
comment15.params=
comment15.target=void\ onConnectionParamsChanged()
comment16.params=
comment16.target=void\ onConnectButtonPressed()
comment17.params=
comment17.target=void\ onWindowClose()
comment18.params=src\ dst\ str
comment18.target=void\ showPrivateMessage(java.lang.String,\ java.lang.String,\ java.lang.String)
comment19.params=src\ dst\ str
comment19.target=void\ showChannelMessage(java.lang.String,\ java.lang.String,\ java.lang.String)
comment2.params=
comment2.target=void\ createUI()
comment20.params=channel\ nick
comment20.target=void\ showUserLeavesChannel(java.lang.String,\ java.lang.String)
comment21.params=channel\ nick
comment21.target=void\ showUserEntersChannel(java.lang.String,\ java.lang.String)
comment22.params=
comment22.target=void\ connect()
comment23.params=
comment23.target=void\ disconnect()
comment3.params=e
comment3.target=void\ windowClosing(java.awt.event.WindowEvent)
comment4.params=e
comment4.target=void\ actionPerformed(java.awt.event.ActionEvent)
comment5.params=e
comment5.target=void\ actionPerformed(java.awt.event.ActionEvent)
comment6.params=e
comment6.target=void\ actionPerformed(java.awt.event.ActionEvent)
comment7.params=e
comment7.target=void\ actionPerformed(java.awt.event.ActionEvent)
comment8.params=e
comment8.target=void\ actionPerformed(java.awt.event.ActionEvent)
comment9.params=e
comment9.target=void\ actionPerformed(java.awt.event.ActionEvent)
numComments=24