Uses of Interface
com.coswald.jtalker.Initializable
-
Packages that use Initializable Package Description com.coswald.jtalker.gui All GUI elements for the JTalker application.com.coswald.jtalker.net Utilizes java socket programming for use with the JTalker application. -
-
Uses of Initializable in com.coswald.jtalker.gui
Classes in com.coswald.jtalker.gui that implement Initializable Modifier and Type Class Description class
CanvasPanel
A panel that allows drawing on it using a mouse.class
ColorChooserPanel
A panel that allows the selection of one color.class
JTalkerFrame
The actual frame of the JTalker application.class
JTalkerMenuBar
A menu bar for the JTalker application.class
TextEntryPanel
A panel that allows entry and sending of text.Fields in com.coswald.jtalker.gui with type parameters of type Initializable Modifier and Type Field Description protected List<Initializable>
JTalkerFrame. initializableComponents
A list of every component within the frame that can beinitialized
. -
Uses of Initializable in com.coswald.jtalker.net
Classes in com.coswald.jtalker.net that implement Initializable Modifier and Type Class Description class
TCPClient
A TCP client for the JTalker application.class
TCPClientInstance
A listener that broadcasts all of what it "hears" from one client to the rest.class
TCPServer
A TCP server for the JTalker application.
-