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 classCanvasPanelA panel that allows drawing on it using a mouse.classColorChooserPanelA panel that allows the selection of one color.classJTalkerFrameThe actual frame of the JTalker application.classJTalkerMenuBarA menu bar for the JTalker application.classTextEntryPanelA 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. initializableComponentsA 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 classTCPClientA TCP client for the JTalker application.classTCPClientInstanceA listener that broadcasts all of what it "hears" from one client to the rest.classTCPServerA TCP server for the JTalker application.
-