A B C D E F G H I J K M O P R S T W
All Classes All Packages
All Classes All Packages
=======
All Classes All Packages
I
- init() - Method in class com.coswald.jtalker.gui.CanvasPanel
-
Adds a
CurveCreator
to theCanvasPanel
. - init() - Method in class com.coswald.jtalker.gui.ColorChooserPanel
-
Adds all of the graphical and utility components to this panel.
- init() - Method in class com.coswald.jtalker.gui.JTalkerFrame
-
Initializes the
sub-components
and then itself. - init() - Method in class com.coswald.jtalker.gui.JTalkerMenuBar
-
Initializes each menu within the menu bar (file, edit, view, settings, and help).
- init() - Method in class com.coswald.jtalker.gui.TextEntryPanel
-
Initializes the entry panel by adding the components and making sure that the enter key also pushes the button.
- init() - Method in interface com.coswald.jtalker.Initializable
-
Finishes the construction (or initialization) of an object.
- init() - Method in class com.coswald.jtalker.net.TCPClient
-
Initializes the client by constructing the socket, creating its input and output streams, waits to be connected, receives a boolean value from the server, sends our unique identifier to the server, and starts the listening thread.
- init() - Method in class com.coswald.jtalker.net.TCPClientInstance
-
Initializes the client instance.
- init() - Method in class com.coswald.jtalker.net.TCPServer
-
Initializes the server by binding a
ServerSocket
to a port. - Initializable - Interface in com.coswald.jtalker
-
Describes an object that must call
init
before the object can be used. - initializableComponents - Variable in class com.coswald.jtalker.gui.JTalkerFrame
-
A list of every component within the frame that can be
initialized
. - input - Variable in class com.coswald.jtalker.net.TCPClientInstance
-
The input stream used for socket input.
- isBackground - Variable in class com.coswald.jtalker.gui.ColoredTextPane
-
Whether the current color is a background color.
- isBackgroundEscape(String) - Static method in class com.coswald.jtalker.gui.ANSIColorConstants
-
Determines whether a given escape code is a background color escape code.
- isEscape(String) - Static method in class com.coswald.jtalker.gui.ANSIColorConstants
-
Tests whether the given string is an escape sequence that we recognize.
- isReset(String) - Static method in class com.coswald.jtalker.gui.ANSIColorConstants
-
Determines whether a given escape code is the reset escape code.
- isRunning() - Method in class com.coswald.jtalker.net.TCPClient
-
Returns the boolean value that represents whether the client is running.
- isRunning() - Method in class com.coswald.jtalker.net.TCPServer
-
Returns the boolean value that represents whether the server is running.
All Classes All Packages
A C E F G I M O R S T W
All Classes All Packages
All Classes All Packages
>>>>>>> master
All Classes All Packages
R
- remove(DataOutputStream) - Method in class com.coswald.jtalker.net.ServerOutputStream
-
Removes a
DataOutputStream
to the list of objects to use when writing. - run() - Method in class com.coswald.jtalker.net.TCPClient
-
Runs the sending thread if we have been initialized.
- run() - Method in class com.coswald.jtalker.net.TCPClientInstance
-
Runs the client instance by calling the
init
method, and handles message logic. - run() - Method in class com.coswald.jtalker.net.TCPServer
-
Waits for clients to connect and handles them when they do.
All Classes All Packages