Serialized Form


Package ch.epfl.lpd.ids.gui

Class ch.epfl.lpd.ids.gui.ClientGUI extends JFrame implements Serializable

Serialized Fields

icc

IChatClient icc
The IChatClient representing a chat client. We do not make a reference to a chat client in order to preserve the encapsulation of the chat client as well as for being independant on the implementation of a chat client.


username

String username
The username of the user.


jButton1

JButton jButton1

jButton2

JButton jButton2

jList1

JList jList1

jPanel1

JPanel jPanel1

jPanel2

JPanel jPanel2

jPanel3

JPanel jPanel3

jPanel4

JPanel jPanel4

jScrollPane1

JScrollPane jScrollPane1

jScrollPane2

JScrollPane jScrollPane2

jTextArea1

JTextArea jTextArea1

jTextField1

JTextField jTextField1

jTextField2

JTextField jTextField2

Package ch.epfl.lpd.ids.serialization

Class ch.epfl.lpd.ids.serialization.Message extends Object implements Serializable

Serialized Fields

header

String header
The header of the message.


data

byte[] data
The data of the message.