Package thijzert.chatty.data
Class Data
java.lang.Object
thijzert.chatty.data.Data
Collection of the data of the program. These are the same as in
Constants
,
however, these are changeable.- Author:
- Thijzert
-
Field Summary
Modifier and TypeFieldDescriptionstatic ChatClientGui
TheChatClientGui
.static ConnectScene
TheConnectScene
.static MainScene
TheMainScene
.static ObjectInputStream
static ObjectOutputStream
TheObjectOutputStream
.static Path
static WindowData
TheWindowData
of a window. -
Constructor Summary
-
Method Summary
-
Field Details
-
serverTempDir_
-
connectScene_
TheConnectScene
.- See Also:
-
mainScene_
TheMainScene
.- See Also:
-
chatClientGui_
TheChatClientGui
.- See Also:
-
objectOutputStream_
TheObjectOutputStream
. Here a client can write anything to.- See Also:
-
objectInputStream_
-
windowData_
TheWindowData
of a window.- See Also:
-
-
Constructor Details
-
Data
public Data()
-