Serialized Form


Package wtanaka.config

Class wtanaka.config.TreeConfigPanel implements Serializable


Package wtanaka.debug

Class wtanaka.debug.AssertionFailure implements Serializable

Class wtanaka.debug.DebugSetupJPanel implements Serializable

Serialized Fields

m_listModel

javax.swing.DefaultListModel m_listModel

m_debugCategories

javax.swing.JList m_debugCategories

m_inputBox

javax.swing.JComboBox m_inputBox

m_addButton

javax.swing.JButton m_addButton

m_removeButton

javax.swing.JButton m_removeButton

m_closeButton

javax.swing.JButton m_closeButton


Package wtanaka.io

Class wtanaka.io.TeeIOException implements Serializable

Serialized Fields

m_contained

java.io.IOException[] m_contained


Package wtanaka.praya

Class wtanaka.praya.CannotResolveException implements Serializable

Class wtanaka.praya.ConfigPanel implements Serializable

Class wtanaka.praya.DuplicateEditorException implements Serializable

Class wtanaka.praya.Editor implements Serializable

Serialized Fields

editorListeners

java.util.Vector editorListeners
Deprecated. 

currentRecipient

Recipient currentRecipient
Deprecated. 

Class wtanaka.praya.EditorManager implements Serializable

Serialized Fields

editors

java.util.Vector editors
Deprecated. 

sendDescription

javax.swing.JTextField sendDescription
Deprecated. 

oneLineEditor

javax.swing.JTextField oneLineEditor
Deprecated. 

editorChoice

javax.swing.JComboBox editorChoice
Deprecated. 

sendButton

javax.swing.JButton sendButton
Deprecated. 

parent

MessageTargetDescriber parent
Deprecated. 

pin

javax.swing.JCheckBox pin
Deprecated. 

isPinned

boolean isPinned
Deprecated. 

nonUIPin

boolean nonUIPin
Deprecated. 
This is true if the pin condition did not come from the user clicking on the checkbox. todo: fix the race condition on this variable

autoPin

boolean autoPin
Deprecated. 
This is true if the pin should be reset when a message is sent.

floatingEditor

Editor floatingEditor
Deprecated. 

editorListeners

java.util.Vector editorListeners
Deprecated. 

currentRecipient

Recipient currentRecipient
Deprecated. 

Class wtanaka.praya.FieldEditor implements Serializable

Serialized Fields

text

javax.swing.JTextArea text
Deprecated. 

buttonPanel

javax.swing.JPanel buttonPanel
Deprecated. 

sendButton

javax.swing.JButton sendButton
Deprecated. 

dockButton

javax.swing.JButton dockButton
Deprecated. 

fieldPanel

javax.swing.JPanel fieldPanel
Deprecated. 

gridbag

java.awt.GridBagLayout gridbag
Deprecated. 

constraints

java.awt.GridBagConstraints constraints
Deprecated. 

fields

java.util.Vector fields
Deprecated. 

Class wtanaka.praya.IdleEvent implements Serializable

Class wtanaka.praya.IllegalCommandException implements Serializable

Class wtanaka.praya.InapplicableException implements Serializable

Class wtanaka.praya.InfoMessage implements Serializable

Serialized Fields

message

java.lang.String message

Class wtanaka.praya.KeyboardHelp implements Serializable

Class wtanaka.praya.NotSentException implements Serializable

Class wtanaka.praya.NowhereRecipient implements Serializable

Class wtanaka.praya.PrayaApplet implements Serializable

Class wtanaka.praya.PrayaMessage implements Serializable

Serialized Fields

msg

java.lang.String msg

Class wtanaka.praya.Protocol implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

iAmGarbage

boolean iAmGarbage

m_messageListeners

java.util.Vector m_messageListeners

m_currentDescription

java.lang.String m_currentDescription
See Also:
Protocol.setCurrentDescription(java.lang.String)

m_buddyList

java.util.Hashtable m_buddyList

m_configPanel

java.awt.Component m_configPanel

descriptionListeners

java.util.Vector descriptionListeners

recipientListeners

java.util.Vector recipientListeners

Class wtanaka.praya.ProtocolDescriptionEvent implements Serializable

Serialized Fields

m_description

java.lang.String m_description

Class wtanaka.praya.ProtocolRecipientEvent implements Serializable

Serialized Fields

m_recipient

Recipient m_recipient

m_status

Status m_status

Class wtanaka.praya.Recipient implements Serializable

Serialized Fields

m_protocol

Protocol m_protocol

Class wtanaka.praya.RecipientInfoMessage implements Serializable

Serialized Fields

m_recipient

Recipient m_recipient

m_status

Status m_status

Class wtanaka.praya.ResolvedRecipient implements Serializable

Class wtanaka.praya.SimpleEditor implements Serializable

Serialized Fields

text

java.awt.TextArea text
Deprecated. 

buttonPanel

java.awt.Panel buttonPanel
Deprecated. 

sendButton

java.awt.Button sendButton
Deprecated. 

Class wtanaka.praya.UnknownProtocolException implements Serializable


Package wtanaka.praya.bnet

Class wtanaka.praya.bnet.BnetChannel implements Serializable

Class wtanaka.praya.bnet.BnetChannelMessage implements Serializable

Serialized Fields

channelName

java.lang.String channelName

Class wtanaka.praya.bnet.BnetClient implements Serializable

Serialized Fields

m_configItems

ConfigItem[] m_configItems

clientSocket

java.net.Socket clientSocket

socketOutput

java.io.PrintWriter socketOutput

socketInput

java.io.BufferedReader socketInput

m_port

int m_port
Port to connect to (default to 6112)

millisecsPerCharacter

long millisecsPerCharacter

lastTimeSent

long lastTimeSent

lastCommandTime

long lastCommandTime

lastLineWasUserLine

boolean lastLineWasUserLine

userVector

java.util.Vector userVector

userTypeVector

java.util.Vector userTypeVector

infoLines

java.util.Vector infoLines

Class wtanaka.praya.bnet.BnetEmoteMessage implements Serializable

Serialized Fields

from

java.lang.String from

message

java.lang.String message

Class wtanaka.praya.bnet.BnetInfoMessage implements Serializable

Serialized Fields

msg

java.lang.String msg

Class wtanaka.praya.bnet.BnetJoinMessage implements Serializable

Serialized Fields

user

java.lang.String user

Class wtanaka.praya.bnet.BnetLeaveMessage implements Serializable

Serialized Fields

user

java.lang.String user

Class wtanaka.praya.bnet.BnetModeratorMessage implements Serializable

Serialized Fields

who

java.lang.String who

Class wtanaka.praya.bnet.BnetTalkMessage implements Serializable

Serialized Fields

from

java.lang.String from

message

java.lang.String message

Class wtanaka.praya.bnet.BnetUser implements Serializable

Serialized Fields

user

java.lang.String user

Class wtanaka.praya.bnet.BnetUserMessage implements Serializable

Serialized Fields

usernames

java.lang.String[] usernames

types

int[] types

Class wtanaka.praya.bnet.BnetWhisperFromMessage implements Serializable

Serialized Fields

from

java.lang.String from

message

java.lang.String message

Class wtanaka.praya.bnet.BnetWhisperToMessage implements Serializable

Serialized Fields

to

java.lang.String to

message

java.lang.String message


Package wtanaka.praya.config

Class wtanaka.praya.config.ConfigItemChangeEvent implements Serializable

Serialized Fields

m_value

java.lang.Object m_value


Package wtanaka.praya.console

Class wtanaka.praya.console.CommandFailedException implements Serializable

Class wtanaka.praya.console.NotSupportedException implements Serializable


Package wtanaka.praya.dict

Class wtanaka.praya.dict.DictClient implements Serializable

Serialized Fields

m_server

java.lang.String m_server

dictSocket

java.net.Socket dictSocket

sockOut

java.io.PrintWriter sockOut

sockIn

java.io.BufferedReader sockIn

myThread

java.lang.Thread myThread

m_database

java.lang.String m_database

strategies

java.lang.String[] strategies

strategyDesc

java.lang.String[] strategyDesc

strategy

int strategy

m_dictRecipient

Recipient m_dictRecipient

Class wtanaka.praya.dict.DictConfigPanel implements Serializable

Serialized Fields

parent

DictClient parent

layout

java.awt.GridBagLayout layout

constraint

java.awt.GridBagConstraints constraint

server

java.awt.TextField server

define

java.awt.TextField define

connectionStatus

java.awt.Choice connectionStatus

Class wtanaka.praya.dict.DictRecipient implements Serializable

Serialized Fields

fields

java.util.Hashtable fields

Class wtanaka.praya.dict.ErrorMessage implements Serializable

Serialized Fields

msg

java.lang.String msg

Class wtanaka.praya.dict.MimeDefinition implements Serializable

Class wtanaka.praya.dict.MultiDefinition implements Serializable

Serialized Fields

defs

Definition[] defs

Class wtanaka.praya.dict.OkMessage implements Serializable

Class wtanaka.praya.dict.ParseException implements Serializable

Class wtanaka.praya.dict.ShowListMessage implements Serializable

Serialized Fields

names

java.lang.String[] names

descriptions

java.lang.String[] descriptions

showParam

java.lang.String showParam

Class wtanaka.praya.dict.TextDefinition implements Serializable

Serialized Fields

word

java.lang.String word

definition

java.lang.String definition

dictionary

java.lang.String dictionary


Package wtanaka.praya.disp

Class wtanaka.praya.disp.ContentEditor implements Serializable

Serialized Fields

listenerList

javax.swing.event.EventListenerList listenerList
Event listeners

editorComponent

javax.swing.JComponent editorComponent

delegate

ContentEditor.EditorDelegate delegate

clickCountToStart

int clickCountToStart

components

java.util.Vector components

configObjs

java.util.Vector configObjs

parent

TableDisplayTable parent

Class wtanaka.praya.disp.ContentEditor.EditorDelegate implements Serializable

Serialized Fields

this$0

ContentEditor this$0

value

java.lang.Object value

Class wtanaka.praya.disp.DateRenderer implements Serializable

Class wtanaka.praya.disp.FromRenderer implements Serializable

Class wtanaka.praya.disp.JPrayaPanel implements Serializable

Serialized Fields

protocols

java.util.Vector protocols
A vector containing the currently instantiated protocols.

m_idletracker

IdleTracker m_idletracker

secret

java.lang.Object secret
Used to change the thread that is allowed to make system folders.

em

EditorManager em

moduleManager

ModuleManager moduleManager

moduleAdder

JModuleAdder moduleAdder

rootFolder

NormalFolder rootFolder

currentFolder

NormalFolder currentFolder

configFolder

ProtoFolder configFolder

outboxFolder

OutboxFolder outboxFolder

trashFolder

TrashFolder trashFolder

currentDisplayCont

javax.swing.JPanel currentDisplayCont

currentDisplay

Display currentDisplay

tableInstance

TableDisplay tableInstance
The instance of the TableDisplay

splitTableInstance

SplitTableDisplay splitTableInstance

treeInstance

TreeDisplay treeInstance

displayedProtocol

Protocol displayedProtocol
If there is no selected message to reply to, the message is sent through this protocol.

Class wtanaka.praya.disp.LineCanvas implements Serializable

Serialized Fields

managed

NormalFolder managed

fm

java.awt.FontMetrics fm

fontHeight

int fontHeight

maxAdvance

int maxAdvance

scroller

Scroller scroller

lastDisplayedIndex

int lastDisplayedIndex
Cached for quick reference.

selection

int selection
This is the index of the currently selected contained object.

scrollBarSize

int scrollBarSize
This is the maximum scrollbar index.

currentlyDisplayedIndex

int currentlyDisplayedIndex
This is the current index being displayed.

managedSizeCache

int managedSizeCache

doubleBuffer

java.awt.Image doubleBuffer

dbWidth

int dbWidth

dbHeight

int dbHeight

Class wtanaka.praya.disp.LineDisplay implements Serializable

Serialized Fields

scrollbar

java.awt.Scrollbar scrollbar

main

LineCanvas main

totalHeight

int totalHeight

managedSizeCache

int managedSizeCache

Class wtanaka.praya.disp.MessageRenderer implements Serializable

Class wtanaka.praya.disp.OldLineCanvas implements Serializable

Serialized Fields

managed

NormalFolder managed

fm

java.awt.FontMetrics fm

fontHeight

int fontHeight

maxAdvance

int maxAdvance

currentlyDisplayedIndex

int currentlyDisplayedIndex

lastDisplayedIndex

int lastDisplayedIndex
Cached for quick reference.

selection

int selection
This is the index of the currently selected contained object.

managedSizeCache

int managedSizeCache

Class wtanaka.praya.disp.OldLineDisplay implements Serializable

Serialized Fields

scrollbar

java.awt.Scrollbar scrollbar

main

OldLineCanvas main

totalHeight

int totalHeight

managedSizeCache

int managedSizeCache

Class wtanaka.praya.disp.ParentDirectory implements Serializable

Class wtanaka.praya.disp.SplitTableDisplay implements Serializable

Serialized Fields

m_inside

TableDisplay m_inside

folderChangeListeners

java.util.Vector folderChangeListeners

m_tracker

IdleTracker m_tracker

Class wtanaka.praya.disp.SplitTableDisplay.SplitFolderListener implements Serializable

Serialized Fields

this$0

SplitTableDisplay this$0

Class wtanaka.praya.disp.SubjectRenderer implements Serializable

Class wtanaka.praya.disp.TableDisplay implements Serializable

Serialized Fields

table

TableDisplayTable table

protocolSelectTarget

ProtocolSelectable protocolSelectTarget

changeListener

ProtocolDescriptionListener changeListener

suggestShowLastMessage

boolean suggestShowLastMessage

newMessage

boolean newMessage

folderChangeListeners

java.util.Vector folderChangeListeners

m_tracker

IdleTracker m_tracker

Class wtanaka.praya.disp.TableDisplayTable implements Serializable

Serialized Fields

managed

NormalFolder managed

inEditMode

boolean inEditMode

Class wtanaka.praya.disp.TableDisplayTable.TableModel implements Serializable

Serialized Fields

this$0

TableDisplayTable this$0

Class wtanaka.praya.disp.TreeDisplay implements Serializable

Serialized Fields

managed

NormalFolder managed

myTree

javax.swing.JTree myTree

m_tracker

IdleTracker m_tracker

Class wtanaka.praya.disp.TreeGenerator implements Serializable

Serialized Fields

rootFolder

NormalFolder rootFolder


Package wtanaka.praya.gale

Class wtanaka.praya.gale.AuthException implements Serializable

Class wtanaka.praya.gale.EncryptedSelfPuff implements Serializable

Serialized Fields

msg

java.lang.String msg

from

java.lang.String from

category

java.lang.String category

to

java.lang.String[] to

Class wtanaka.praya.gale.GaleClient implements Serializable

Serialized Fields

m_connection

GaleConnection m_connection

m_multiplexer

Multiplexer m_multiplexer

myThread

GaleReadThread myThread

currentServer

java.lang.String currentServer

m_akdCounter

int m_akdCounter

m_status

Status m_status
Present status.

m_defaultDomain

java.lang.String m_defaultDomain

m_configItems

ConfigItem[] m_configItems

m_pseudoPid

int m_pseudoPid

m_inMemoryPrivateKeyList

java.util.Vector m_inMemoryPrivateKeyList
Used to augment the list fetched from the disk.

Class wtanaka.praya.gale.GaleKeyDistMessage implements Serializable

Class wtanaka.praya.gale.GaleLoginMessage implements Serializable

Serialized Fields

m_user

java.lang.String m_user

Class wtanaka.praya.gale.GaleLogoutMessage implements Serializable

Serialized Fields

m_user

java.lang.String m_user

Class wtanaka.praya.gale.GalePrivateKey implements Serializable

Serialized Fields

m_id

java.lang.String m_id

m_owner

java.lang.String m_owner

m_bits

int m_bits

m_rsaModulus

java.math.BigInteger m_rsaModulus
N

m_rsaExponent

java.math.BigInteger m_rsaExponent

m_rsaPrivateExponent

java.math.BigInteger m_rsaPrivateExponent

m_rsaPrivatePrime1

java.math.BigInteger m_rsaPrivatePrime1
p

m_rsaPrivatePrime2

java.math.BigInteger m_rsaPrivatePrime2
q

m_rsaPrivatePrimeExponent1

java.math.BigInteger m_rsaPrivatePrimeExponent1

m_rsaPrivatePrimeExponent2

java.math.BigInteger m_rsaPrivatePrimeExponent2

m_rsaPrivateCoefficient

java.math.BigInteger m_rsaPrivateCoefficient

m_fragments

FragmentList m_fragments

m_originalStreamVersion

int m_originalStreamVersion

Class wtanaka.praya.gale.GalePublicKey implements Serializable

Serialized Fields

m_id

java.lang.String m_id

m_bits

int m_bits

m_owner

java.lang.String m_owner

m_rsaExponent

java.math.BigInteger m_rsaExponent

m_rsaModulus

java.math.BigInteger m_rsaModulus

m_signedDate

Timestamp m_signedDate

m_expireDate

Timestamp m_expireDate

m_fragments

FragmentList m_fragments

m_signature

byte[] m_signature

m_originalStreamVersion

int m_originalStreamVersion

Class wtanaka.praya.gale.InvalidKeyFormatException implements Serializable

Class wtanaka.praya.gale.KeyRequestMessage implements Serializable

Serialized Fields

m_keyLocation

Location m_keyLocation

Class wtanaka.praya.gale.LocationRecipient implements Serializable

Serialized Fields

m_ids

Location[] m_ids

fields

java.util.Hashtable fields

Class wtanaka.praya.gale.LocationSelfPuff implements Serializable

Serialized Fields

msg

java.lang.String msg

from

java.lang.String from

m_categories

Category[] m_categories

to

Location[] to

m_encryptedKeys

GalePublicKey[] m_encryptedKeys

Class wtanaka.praya.gale.NotEnoughInfoException implements Serializable

Class wtanaka.praya.gale.NoticeMessage implements Serializable

Serialized Fields

m_user

java.lang.String m_user

m_presence

java.lang.String m_presence

Class wtanaka.praya.gale.OWOKeyRequestMessage implements Serializable

Serialized Fields

m_keyLocation

Location m_keyLocation

Class wtanaka.praya.gale.PrivateRecipient implements Serializable

Serialized Fields

m_ids

java.lang.String[] m_ids

fields

java.util.Hashtable fields

Class wtanaka.praya.gale.PublicRecipient implements Serializable

Serialized Fields

m_category

java.lang.String m_category
Deprecated. 

fields

java.util.Hashtable fields
Deprecated. 

Class wtanaka.praya.gale.Puff implements Serializable

Serialized Fields

m_puff

PuffOperation m_puff

m_arrivalDate

java.util.Date m_arrivalDate

Class wtanaka.praya.gale.ResolvedLocationRecipient implements Serializable

Serialized Fields

m_locations

Location[] m_locations

m_keys

GalePublicKey[] m_keys
The list of keys to which messages to this recipient should be encrypted

Class wtanaka.praya.gale.SelfPuff implements Serializable

Serialized Fields

msg

java.lang.String msg

from

java.lang.String from

category

java.lang.String category

Class wtanaka.praya.gale.YarrowRandom implements Serializable


Package wtanaka.praya.gui

Class wtanaka.praya.gui.AboutBox implements Serializable

Serialized Fields

conditions

javax.swing.JButton conditions

m_ok

javax.swing.JButton m_ok

Class wtanaka.praya.gui.ConfigureDialog implements Serializable

Serialized Fields

m_protocol

Protocol m_protocol

m_titleBarUpdater

ProtocolDescriptionListener m_titleBarUpdater

Class wtanaka.praya.gui.Console implements Serializable

Serialized Fields

m_textArea

javax.swing.JTextArea m_textArea

m_sizeHasBeenSet

boolean m_sizeHasBeenSet

Class wtanaka.praya.gui.DefaultChatWidget implements Serializable

Class wtanaka.praya.gui.DefaultCompositor implements Serializable

Serialized Fields

m_messageFields

javax.swing.JPanel m_messageFields

m_messageText

MessageTextArea m_messageText

m_send

JDefaultButton m_send

m_descriptionLabel

javax.swing.JLabel m_descriptionLabel

m_postSendListener

java.awt.event.ActionListener m_postSendListener

m_resolverThread

RecipientResolver m_resolverThread

m_recipient

Recipient m_recipient

Class wtanaka.praya.gui.DefaultMessage implements Serializable

Class wtanaka.praya.gui.DefaultMessageDrop implements Serializable

Serialized Fields

m_panel

javax.swing.JPanel m_panel

m_scrollPane

javax.swing.JScrollPane m_scrollPane

m_verticalScrollbar

javax.swing.JScrollBar m_verticalScrollbar

m_selectedMessage

javax.swing.JTextArea m_selectedMessage

m_messagePopup

javax.swing.JPopupMenu m_messagePopup

m_detachedMessagePopup

javax.swing.JPopupMenu m_detachedMessagePopup

m_textAreaToMessageInstance

java.util.Hashtable m_textAreaToMessageInstance

m_widgetFactory

UIFactory m_widgetFactory

m_lastTimeTouched

long m_lastTimeTouched

m_arrowKeyListener

java.awt.event.KeyListener m_arrowKeyListener

Class wtanaka.praya.gui.DefaultProtocolList implements Serializable

Serialized Fields

m_protoPopup

javax.swing.JPopupMenu m_protoPopup

m_configDialog

ConfigureDialog m_configDialog

m_protocolInstanceToRecipList

java.util.Hashtable m_protocolInstanceToRecipList

m_widgetFactory

UIFactory m_widgetFactory

m_listModel

DefaultProtocolList.ProtocolListModel m_listModel

m_protocolList

javax.swing.JList m_protocolList

m_mouseListener

DefaultProtocolList.ProtocolSelected m_mouseListener

Class wtanaka.praya.gui.DefaultProtocolList.ProtocolListModel implements Serializable

Serialized Fields

this$0

DefaultProtocolList this$0

m_protocols

java.util.Vector m_protocols

Class wtanaka.praya.gui.DefaultProtocolList.ProtocolListRenderer implements Serializable

Serialized Fields

this$0

DefaultProtocolList this$0

Class wtanaka.praya.gui.DefaultRecipientList implements Serializable

Serialized Fields

m_recipients

javax.swing.DefaultListModel m_recipients

m_recipientList

javax.swing.JList m_recipientList

m_mouseListener

java.awt.event.MouseListener m_mouseListener

m_widgetFactory

UIFactory m_widgetFactory

Class wtanaka.praya.gui.DefaultRecipientListCellRenderer implements Serializable

Serialized Fields

m_protocol

Protocol m_protocol

Class wtanaka.praya.gui.DefaultStatusPulldown implements Serializable

Serialized Fields

m_originalListSize

int m_originalListSize

Class wtanaka.praya.gui.DefaultStatusPulldown.EditorBorder implements Serializable

Serialized Fields

this$0

DefaultStatusPulldown this$0

Class wtanaka.praya.gui.DetachedMessage implements Serializable

Serialized Fields

m_messagePopup

javax.swing.JPopupMenu m_messagePopup

m_windowAdapter

java.awt.event.WindowAdapter m_windowAdapter

m_mouseAdapter

java.awt.event.MouseAdapter m_mouseAdapter

Class wtanaka.praya.gui.FolderListCellRenderer implements Serializable

Serialized Fields

m_valueToComponent

java.util.Hashtable m_valueToComponent

m_cachedValues

java.util.Vector m_cachedValues

Class wtanaka.praya.gui.FolderListModel implements Serializable

Serialized Fields

m_folder

NormalFolder m_folder

Class wtanaka.praya.gui.GenericConfigPanel implements Serializable

Class wtanaka.praya.gui.HTMLMessageDrop implements Serializable

Serialized Fields

m_widgetFactory

UIFactory m_widgetFactory

m_styledDocument

javax.swing.text.StyledDocument m_styledDocument

m_textPane

javax.swing.JTextPane m_textPane

m_messageToStyle

java.util.Hashtable m_messageToStyle

Class wtanaka.praya.gui.JDefaultButton implements Serializable

Serialized Fields

m_default

boolean m_default

Class wtanaka.praya.gui.JLessLeakyFrame implements Serializable

Serialized Fields

m_noRepaint

boolean m_noRepaint

Class wtanaka.praya.gui.JWidthTrackingList implements Serializable

Class wtanaka.praya.gui.LicenseBox implements Serializable

Class wtanaka.praya.gui.ListMessageDrop implements Serializable

Serialized Fields

m_folder

LimitFolder m_folder

m_model

FolderListModel m_model

m_list

JWidthTrackingList m_list

m_widgetFactory

UIFactory m_widgetFactory

m_messagePopup

javax.swing.JPopupMenu m_messagePopup

Class wtanaka.praya.gui.MessageEditorKit implements Serializable

Class wtanaka.praya.gui.MessageTextArea implements Serializable

Serialized Fields

m_isReturnAction

boolean m_isReturnAction
Controls whether or not the return key generates an action event.

m_actionListeners

java.util.Vector m_actionListeners
The list of Actionlistener registered to get action events from this class.

Class wtanaka.praya.gui.ModuleList implements Serializable

Serialized Fields

m_listModel

ModuleListModel m_listModel

m_moduleList

javax.swing.JList m_moduleList

m_inputBox

javax.swing.JComboBox m_inputBox

m_addButton

javax.swing.JButton m_addButton

m_removeButton

javax.swing.JButton m_removeButton

m_closeButton

javax.swing.JButton m_closeButton

Class wtanaka.praya.gui.ModuleListModel implements Serializable

Serialized Fields

m_modules

java.util.Vector m_modules

Class wtanaka.praya.gui.NewProtocolDialog implements Serializable

Serialized Fields

m_selectedAction

java.awt.event.ActionListener m_selectedAction

protoList

javax.swing.JList protoList

m_selectedItem

java.lang.Class m_selectedItem

Class wtanaka.praya.gui.NewProtocolDialog.ProtocolCellRenderer implements Serializable

Class wtanaka.praya.gui.PostMessageComponent implements Serializable

Serialized Fields

m_message

Message m_message

Class wtanaka.praya.gui.ProtocolConsole implements Serializable

Serialized Fields

m_output

javax.swing.JTextArea m_output

m_input

javax.swing.JTextField m_input

m_protocol

Protocol m_protocol

m_titlebarUpdater

ProtocolDescriptionListener m_titlebarUpdater

Class wtanaka.praya.gui.TalkChatWidget implements Serializable

Serialized Fields

m_supportsBackspace

boolean m_supportsBackspace

m_supportsSelect

boolean m_supportsSelect

m_input

TalkChatWidget.JLabeledTextArea m_input

Class wtanaka.praya.gui.TalkChatWidget.JLabeledTextArea implements Serializable

Serialized Fields

m_label

javax.swing.JLabel m_label

m_text

javax.swing.JTextArea m_text


Package wtanaka.praya.gui.inline

Class wtanaka.praya.gui.inline.EditorPanel implements Serializable

Serialized Fields

m_clone

javax.swing.JButton m_clone

m_compositor

DefaultCompositor m_compositor

MIN_SIZE

java.awt.Dimension MIN_SIZE

PREF_SIZE

java.awt.Dimension PREF_SIZE

m_partEventListener

java.awt.event.ActionListener m_partEventListener

Class wtanaka.praya.gui.inline.InlineHTMLMessageDrop implements Serializable

Class wtanaka.praya.gui.inline.InlineListMessageDrop implements Serializable

Class wtanaka.praya.gui.inline.InlinePanel implements Serializable

Serialized Fields

m_messages

MessageDrop m_messages

m_editor

EditorPanel m_editor

m_floatingEditorPanel

JLessLeakyFrame m_floatingEditorPanel

m_isMessageDisplayDocked

boolean m_isMessageDisplayDocked

m_configMainSplit

javax.swing.JSplitPane m_configMainSplit

messagesEditorSplit

javax.swing.JSplitPane messagesEditorSplit

m_clientRecipientSplit

javax.swing.JSplitPane m_clientRecipientSplit

m_protocolPanel

ProtocolPanel m_protocolPanel

m_recipientPanel

DefaultRecipientList m_recipientPanel

messagesAndEditor

javax.swing.JPanel messagesAndEditor

m_widgetFactory

UIFactory m_widgetFactory

m_helpPopupMenu

javax.swing.JPopupMenu m_helpPopupMenu

m_mainPopupMenu

javax.swing.JPopupMenu m_mainPopupMenu

m_mainStatus

DefaultStatusPulldown m_mainStatus

m_prefPanel

PreferencesPanel m_prefPanel

m_prefFrame

JLessLeakyFrame m_prefFrame

m_idleIndicator

javax.swing.JLabel m_idleIndicator

m_moduleManagerWindow

javax.swing.JDialog m_moduleManagerWindow

m_moduleManager

ModuleList m_moduleManager

m_isEditorDocked

boolean m_isEditorDocked

Class wtanaka.praya.gui.inline.InlinePanel.AboutAction implements Serializable

Class wtanaka.praya.gui.inline.InlinePanel.ButtonAction implements Serializable

Serialized Fields

this$0

InlinePanel this$0

m_table

java.util.Hashtable m_table

Class wtanaka.praya.gui.inline.InlinePanel.DebugAction implements Serializable

Serialized Fields

this$0

InlinePanel this$0

Class wtanaka.praya.gui.inline.InlinePanel.DeleteMessageAction implements Serializable

Serialized Fields

this$0

InlinePanel this$0

Class wtanaka.praya.gui.inline.InlinePanel.DownButtonAction implements Serializable

Serialized Fields

this$0

InlinePanel this$0

Class wtanaka.praya.gui.inline.InlinePanel.ExitAction implements Serializable

Serialized Fields

this$0

InlinePanel this$0

Class wtanaka.praya.gui.inline.InlinePanel.HelpMenuAction implements Serializable

Serialized Fields

this$0

InlinePanel this$0

Class wtanaka.praya.gui.inline.InlinePanel.ModulesAction implements Serializable

Serialized Fields

this$0

InlinePanel this$0

Class wtanaka.praya.gui.inline.InlinePanel.NewProtoAction implements Serializable

Serialized Fields

this$0

InlinePanel this$0

addProtocolHandler

java.awt.event.ActionListener addProtocolHandler

Class wtanaka.praya.gui.inline.InlinePanel.PrayaButtonAction implements Serializable

Serialized Fields

this$0

InlinePanel this$0

Class wtanaka.praya.gui.inline.InlinePanel.PreferencesAction implements Serializable

Serialized Fields

this$0

InlinePanel this$0

Class wtanaka.praya.gui.inline.InlinePanel.RemoveProtoAction implements Serializable

Serialized Fields

this$0

InlinePanel this$0

Class wtanaka.praya.gui.inline.InlinePanel.SwitchToCrossPlafLFAction implements Serializable

Serialized Fields

this$0

InlinePanel this$0

Class wtanaka.praya.gui.inline.InlinePanel.SwitchToSystemLFAction implements Serializable

Serialized Fields

this$0

InlinePanel this$0

Class wtanaka.praya.gui.inline.InlinePanel.ViewAsHTMLAction implements Serializable

Serialized Fields

this$0

InlinePanel this$0

Class wtanaka.praya.gui.inline.InlinePanel.ViewAsListAction implements Serializable

Serialized Fields

this$0

InlinePanel this$0

Class wtanaka.praya.gui.inline.InlinePanel.ViewAsMessageDisplayPanelAction implements Serializable

Serialized Fields

this$0

InlinePanel this$0

Class wtanaka.praya.gui.inline.InlineWrapperFrame implements Serializable

Serialized Fields

m_inlinePanel

InlinePanel m_inlinePanel

Class wtanaka.praya.gui.inline.MessageDisplayPanel implements Serializable

Serialized Fields

m_mainComponent

java.awt.Component m_mainComponent

m_protoList

DefaultProtocolList m_protoList

Class wtanaka.praya.gui.inline.PreferencesPanel implements Serializable

Class wtanaka.praya.gui.inline.ProtocolPanel implements Serializable

Serialized Fields

m_parent

InlinePanel m_parent

Class wtanaka.praya.gui.inline.RecipientChangeEvent implements Serializable

Serialized Fields

m_recipient

Recipient m_recipient

m_isAdjusting

boolean m_isAdjusting


Package wtanaka.praya.gui.mdi

Class wtanaka.praya.gui.mdi.MdiMessageDrop implements Serializable

Serialized Fields

m_messageDrop

DefaultMessageDrop m_messageDrop

Class wtanaka.praya.gui.mdi.MdiProtocolList implements Serializable

Serialized Fields

m_protocolList

DefaultProtocolList m_protocolList

m_desktop

javax.swing.JDesktopPane m_desktop


Package wtanaka.praya.gui.window

Class wtanaka.praya.gui.win