Serialized Form


Package com.lyrisoft.awt

Class com.lyrisoft.awt.HyperlinkTextView implements Serializable

Serialized Fields

_hyperlinkReceiver

HyperlinkReceiver _hyperlinkReceiver

_frame

java.awt.Frame _frame

Class com.lyrisoft.awt.ImageButton implements Serializable

Serialized Fields

image

java.awt.Image image

command

java.lang.String command

selected

boolean selected

size

java.awt.Dimension size

Class com.lyrisoft.awt.ScrollView implements Serializable

Serialized Fields

_view

TextView _view

_scrollbar

java.awt.Scrollbar _scrollbar

Class com.lyrisoft.awt.TextView implements Serializable

Serialized Fields

_runs

java.util.Vector _runs

_defaultStyle

TextStyle _defaultStyle

_image

java.awt.Image _image

_graphics

java.awt.Graphics _graphics

_bufferSize

java.awt.Dimension _bufferSize

_fullHeight

int _fullHeight

_scrollView

ScrollView _scrollView

_yTranslation

int _yTranslation

_nextDrawPoint

java.awt.Point _nextDrawPoint

_scratchDimension

java.awt.Dimension _scratchDimension

_autoScrolling

boolean _autoScrolling

_firstRun

int _firstRun


Package com.lyrisoft.chat.client

Class com.lyrisoft.chat.client.ChatClientApplet implements Serializable

Serialized Fields

_guiFactory

IChatGUIFactory _guiFactory

_client

IChatClient _client

_host

java.lang.String _host

_port

int _port

_currentComponent

java.awt.Component _currentComponent

_userCommands

UserCommands _userCommands

_commandProcessor

CommandProcessorLocal _commandProcessor

_room

java.lang.String _room

_autoLogin

java.lang.String _autoLogin

_keepAlive

boolean _keepAlive

_tunnelReadUrl

java.lang.String _tunnelReadUrl

_tunnelWriteUrl

java.lang.String _tunnelWriteUrl

_tunnelOnly

boolean _tunnelOnly


Package com.lyrisoft.chat.client.command

Class com.lyrisoft.chat.client.command.NotEnoughArgumentsException implements Serializable


Package com.lyrisoft.chat.client.gui.awt102

Class com.lyrisoft.chat.client.gui.awt102.About implements Serializable

Serialized Fields

ok

java.awt.Button ok

textView

HyperlinkTextView textView

_inputReceiver

IChatClientInputReceiver _inputReceiver

Class com.lyrisoft.chat.client.gui.awt102.ChatPanel implements Serializable

Serialized Fields

bgColor

java.awt.Color bgColor

_inputReceiver

IChatClientInputReceiver _inputReceiver

_room

java.lang.String _room

_title

java.lang.String _title

_factory

IChatGUIFactory _factory

gridbag

java.awt.GridBagLayout gridbag

txtMessages

java.awt.TextArea txtMessages

lstUsers

java.awt.List lstUsers

txtInput

java.awt.TextField txtInput

_buttonPanel

java.awt.Panel _buttonPanel

btnClose

java.awt.Component btnClose

btnEmote

java.awt.Component btnEmote

btnPing

java.awt.Component btnPing

btnUserInfo

java.awt.Component btnUserInfo

btnEmotePrivate

java.awt.Component btnEmotePrivate

btnPrivate

java.awt.Component btnPrivate

btnStats

java.awt.Component btnStats

btnHelp

java.awt.Component btnHelp

miPrivate

java.awt.MenuItem miPrivate

miEmotePrivate

java.awt.MenuItem miEmotePrivate

miEmote

java.awt.MenuItem miEmote

miStats

java.awt.MenuItem miStats

miPing

java.awt.MenuItem miPing

miWhois

java.awt.MenuItem miWhois

_showingBigButtons

boolean _showingBigButtons

Class com.lyrisoft.chat.client.gui.awt102.ChatRoom implements Serializable

Serialized Fields

_chatPanel

EnhancedChatPanel _chatPanel

_room

java.lang.String _room

_mainGUI

ChatGUI _mainGUI

_server

IChatServer _server

_factory

IChatGUIFactory _factory

fileMenu

java.awt.Menu fileMenu

fontStyleMenu

java.awt.Menu fontStyleMenu

fontSizeMenu

java.awt.Menu fontSizeMenu

helpMenu

java.awt.Menu helpMenu

miButtonsOn

java.awt.CheckboxMenuItem miButtonsOn

miButtonsOff

java.awt.CheckboxMenuItem miButtonsOff

fontSizeMenuItems

java.awt.CheckboxMenuItem[] fontSizeMenuItems

fontStyleMenuItems

java.awt.CheckboxMenuItem[] fontStyleMenuItems

Class com.lyrisoft.chat.client.gui.awt102.Console implements Serializable

Serialized Fields

roomCnt

int roomCnt

userCnt

int userCnt

bgColor

java.awt.Color bgColor

_inputReceiver

IChatClientInputReceiver _inputReceiver

_server

IChatServer _server

lstRooms

java.awt.List lstRooms

lstUsers

java.awt.List lstUsers

_factory

IChatGUIFactory _factory

lblUserCnt

java.awt.Label lblUserCnt

lblRoomCnt

java.awt.Label lblRoomCnt

btnCreate

java.awt.Button btnCreate

btnUpdate

java.awt.Button btnUpdate

btnJoin

java.awt.Button btnJoin

btnExit

java.awt.Button btnExit

_txtMessages

MessageView _txtMessages

_keepGoing

boolean _keepGoing

Class com.lyrisoft.chat.client.gui.awt102.ConsoleFrame implements Serializable

Serialized Fields

_mainGUI

ChatGUI _mainGUI

_console

Console _console

_server

IChatServer _server

_factory

IChatGUIFactory _factory

miSoundOn

java.awt.CheckboxMenuItem miSoundOn

miSoundOff

java.awt.CheckboxMenuItem miSoundOff

miExit

java.awt.MenuItem miExit

miAbout

java.awt.MenuItem miAbout

Class com.lyrisoft.chat.client.gui.awt102.EnhancedChatPanel implements Serializable

Serialized Fields

_txtMessages

MessageView _txtMessages

Class com.lyrisoft.chat.client.gui.awt102.FixedPanel implements Serializable

Serialized Fields

_size

java.awt.Dimension _size

Class com.lyrisoft.chat.client.gui.awt102.LoginDialog implements Serializable

Serialized Fields

_loginPanel

LoginPanel _loginPanel

_client

IChatClientInputReceiver _client

Class com.lyrisoft.chat.client.gui.awt102.LoginPanel implements Serializable

Serialized Fields

txtLogin

java.awt.TextField txtLogin

txtPassword

java.awt.TextField txtPassword

gridBag

java.awt.GridBagLayout gridBag

lblLogin

java.awt.Label lblLogin

lblPassword

java.awt.Label lblPassword

lblStatus

java.awt.Label lblStatus

btnLogin

java.awt.Button btnLogin

btnCancel

java.awt.Button btnCancel

_inputReceiver

IChatClientInputReceiver _inputReceiver

showPassword

boolean showPassword

Class com.lyrisoft.chat.client.gui.awt102.MessageView implements Serializable

Serialized Fields

textView

TextView textView

scroller

ScrollView scroller

normalStyle

TextStyle normalStyle

errorStyle

TextStyle errorStyle

userStyle

TextStyle userStyle

privateStyle

TextStyle privateStyle

Class com.lyrisoft.chat.client.gui.awt102.PrivateChatPanel implements Serializable

Serialized Fields

_msgView

MessageView _msgView

_gridBag

java.awt.GridBagLayout _gridBag

_name

java.lang.String _name

_guiFactory

IChatGUIFactory _guiFactory

_chatGui

ChatGUI _chatGui

_inputReceiver

IChatClientInputReceiver _inputReceiver

_server

IChatServer _server

_inputField

java.awt.TextField _inputField

Class com.lyrisoft.chat.client.gui.awt102.PrivateChatRoom implements Serializable

Serialized Fields

_panel

PrivateChatPanel _panel

_name

java.lang.String _name

_chatGui

ChatGUI _chatGui

Class com.lyrisoft.chat.client.gui.awt102.Query implements Serializable

Serialized Fields

choice

java.awt.Choice choice

textField

java.awt.TextField textField

btnOk

java.awt.Button btnOk

btnCancel

java.awt.Button btnCancel

canceled

boolean canceled

_callback

IQueryCallback _callback

_callbackId

int _callbackId

_parent

java.awt.Frame _parent


Package com.lyrisoft.chat.client.gui.jfc

Class com.lyrisoft.chat.client.gui.jfc.ChatPanel implements Serializable

Serialized Fields

_text

SimpleTextPanel _text

_name

java.lang.String _name

_list

javax.swing.JList _list

_userModel

javax.swing.DefaultListModel _userModel

_container

java.awt.Component _container

_guiFactory

IChatGUIFactory _guiFactory

_receiver

IChatClientInputReceiver _receiver

_server

IChatServer _server

_splitPane

javax.swing.JSplitPane _splitPane

Class com.lyrisoft.chat.client.gui.jfc.Console implements Serializable

Serialized Fields

_server

IChatServer _server

_receiver

IChatClientInputReceiver _receiver

_guiFactory

IChatGUIFactory _guiFactory

_text

SimpleTextPanel _text

_roomModel

javax.swing.DefaultListModel _roomModel

_userModel

javax.swing.DefaultListModel _userModel

_container

java.awt.Component _container

Class com.lyrisoft.chat.client.gui.jfc.LoginPanel implements Serializable

Serialized Fields

_receiver

IChatClientInputReceiver _receiver

_textField

javax.swing.JTextField _textField

_passField

javax.swing.JPasswordField _passField

_status

javax.swing.JLabel _status

_container

java.awt.Component _container

Class com.lyrisoft.chat.client.gui.jfc.PrivateChatPanel implements Serializable

Serialized Fields

_text

SimpleTextPanel _text

_inputField

javax.swing.JTextField _inputField

_container

java.awt.Component _container

_server

IChatServer _server

_receiver

IChatClientInputReceiver _receiver

_guiFactory

IChatGUIFactory _guiFactory

_name

java.lang.String _name

Class com.lyrisoft.chat.client.gui.jfc.SimpleTextPanel implements Serializable

Serialized Fields

_textArea

javax.swing.JTextPane _textArea

_endPosition

javax.swing.text.Position _endPosition

_userAttributes

javax.swing.text.SimpleAttributeSet _userAttributes

_normalAttributes

javax.swing.text.SimpleAttributeSet _normalAttributes

_privateAttributes

javax.swing.text.SimpleAttributeSet _privateAttributes

_privateTextAttributes

javax.swing.text.SimpleAttributeSet _privateTextAttributes

_errorAttributes

javax.swing.text.SimpleAttributeSet _errorAttributes


Package com.lyrisoft.chat.server.remote

Class com.lyrisoft.chat.server.remote.AccessDenied implements Serializable

Class com.lyrisoft.chat.server.remote.AccessException implements Serializable

Class com.lyrisoft.chat.server.remote.RoomJoinException implements Serializable

Class com.lyrisoft.chat.server.remote.TunnelServlet implements Serializable

Serialized Fields

_chatServer

ChatServer _chatServer

_runner

java.lang.Thread _runner

_connectionHandlers

java.util.HashMap _connectionHandlers


Package com.lyrisoft.util.io

Class com.lyrisoft.util.io.ResourceException implements Serializable


Package com.lyrisoft.util.properties

Class com.lyrisoft.util.properties.PropertyException implements Serializable



Copyright © 2000-2002 Taso Lyristis