Serialized Form


Package com.valhalla.gui

Class com.valhalla.gui.CopyPasteContextMenu extends javax.swing.JPopupMenu implements Serializable

Serialized Fields

cut

javax.swing.JMenuItem cut

copy

javax.swing.JMenuItem copy

paste

javax.swing.JMenuItem paste

delete

javax.swing.JMenuItem delete

mouseListener

com.valhalla.gui.CopyPasteContextMenu.CMouseListener mouseListener

board

java.awt.datatransfer.Clipboard board

Class com.valhalla.gui.DebugWindow extends javax.swing.JFrame implements Serializable

Serialized Fields

ok

javax.swing.JButton ok

clear

javax.swing.JButton clear

log

MJTextArea log

pane

javax.swing.JScrollPane pane

Class com.valhalla.gui.DialogTracker extends java.util.ArrayList implements Serializable

Serialized Fields

kDialogs

java.util.HashMap<K,V> kDialogs

Class com.valhalla.gui.MemoryDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

grid

java.awt.GridBagLayout grid

c

java.awt.GridBagConstraints c

closeButton

javax.swing.JButton closeButton

gcButton

javax.swing.JButton gcButton

total

javax.swing.JLabel total

free

javax.swing.JLabel free

used

javax.swing.JLabel used

middle

javax.swing.JPanel middle

timer

javax.swing.Timer timer

rt

java.lang.Runtime rt

totalk

long totalk

freek

long freek

usedk

long usedk

nf

java.text.NumberFormat nf

Class com.valhalla.gui.MJTextArea extends javax.swing.JTextArea implements Serializable

Serialized Fields

history

java.util.Vector<E> history

currentLine

int currentLine

h

boolean h

Class com.valhalla.gui.MJTextField extends javax.swing.JTextField implements Serializable

Class com.valhalla.gui.NMOptionDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

mainPanel

javax.swing.JPanel mainPanel

listeners

java.util.ArrayList<E> listeners

buttonPanel

javax.swing.JPanel buttonPanel

listener

com.valhalla.gui.NMOptionDialog.ButtonListener listener

buttons

java.util.Hashtable<K,V> buttons

Class com.valhalla.gui.ProgressDialog extends javax.swing.JProgressBar implements Serializable

Serialized Fields

cancelButton

javax.swing.JButton cancelButton

container

javax.swing.JDialog container

mainPanel

javax.swing.JPanel mainPanel

progressPanel

javax.swing.JPanel progressPanel

messageLabel

javax.swing.JLabel messageLabel

buttonPanel

javax.swing.JPanel buttonPanel

Class com.valhalla.gui.WaitDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

parent

java.awt.Container parent

title

java.lang.String title

cancel

javax.swing.JButton cancel

listener

WaitDialogListener listener

Package com.valhalla.jbother

Class com.valhalla.jbother.AboutDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

okButton

javax.swing.JButton okButton

creditsButton

javax.swing.JButton creditsButton

textPane

javax.swing.JTextPane textPane

scrollPane

javax.swing.JScrollPane scrollPane

middlePanel

javax.swing.JPanel middlePanel

version

javax.swing.JPanel version

imageLabel

javax.swing.JLabel imageLabel

buttonPanel

javax.swing.JPanel buttonPanel

mainPanel

javax.swing.JPanel mainPanel

container

javax.swing.JPanel container

credits

boolean credits

Class com.valhalla.jbother.AbstractOptionPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

grid

java.awt.GridBagLayout grid

c

java.awt.GridBagConstraints c

Class com.valhalla.jbother.AddBuddyDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

buddyGroups

javax.swing.JComboBox buddyGroups

buddyIDBox

MJTextField buddyIDBox

buddyAliasBox

MJTextField buddyAliasBox

newGroupBox

MJTextField newGroupBox

container

javax.swing.JPanel container

entry

org.jivesoftware.smack.RosterEntry entry

currentGroup

java.lang.String currentGroup

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

row

int row

grid

java.awt.GridBagLayout grid

c

java.awt.GridBagConstraints c

modify

boolean modify

Class com.valhalla.jbother.BuddyList extends javax.swing.JPanel implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

connection

org.jivesoftware.smack.XMPPConnection connection

buddyListTree

BuddyListTree buddyListTree

signoff

boolean signoff

tabFrame

TabFrame tabFrame

buddyStatuses

java.util.Hashtable<K,V> buddyStatuses

currentMode

org.jivesoftware.smack.packet.Presence.Mode currentMode

currentStatusString

java.lang.String currentStatusString

awayHandler

com.valhalla.jbother.AwayHandler awayHandler

awayTimer

javax.swing.Timer awayTimer

idleAway

boolean idleAway

blockedUsers

java.util.Hashtable<K,V> blockedUsers

docked

boolean docked

gnupgPassword

java.lang.String gnupgPassword

encrypting

boolean encrypting

notDeliveredHash

java.util.Hashtable<K,V> notDeliveredHash

notDisplayedHash

java.util.Hashtable<K,V> notDisplayedHash

notOfflineHash

java.util.Hashtable<K,V> notOfflineHash

jbButton

javax.swing.JButton jbButton

statusButton

javax.swing.JButton statusButton

jbMenu

BuddyListBuddiesMenu jbMenu

statusMenu

SetStatusMenu statusMenu

date

long date

showOffline

javax.swing.JToggleButton showOffline

showAway

javax.swing.JToggleButton showAway

sound

javax.swing.JToggleButton sound

added

boolean added

Class com.valhalla.jbother.BuddyListContainerFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

buddyList

BuddyList buddyList

Class com.valhalla.jbother.BuddyListTree extends javax.swing.JPanel implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

connection

org.jivesoftware.smack.XMPPConnection connection

roster

org.jivesoftware.smack.Roster roster

root

AutomatedTreeNode root

model

AutomatedTreeModel model

tree

javax.swing.JTree tree

scrollPane

javax.swing.JScrollPane scrollPane

buddyPopupMenu

BuddyListPopupMenu buddyPopupMenu

groupPopupMenu

GroupPopupMenu groupPopupMenu

buddyTransportMenu

BuddyListTransportMenu buddyTransportMenu

showOfflineBuddies

boolean showOfflineBuddies

showUnfiledBuddies

boolean showUnfiledBuddies

showAgentBuddies

boolean showAgentBuddies

sortByStatus

boolean sortByStatus

showAwayBuddies

boolean showAwayBuddies

renderer

com.valhalla.jbother.BuddyListRenderer renderer

totalEntriesPerGroup

java.util.Hashtable<K,V> totalEntriesPerGroup

onlineEntriesPerGroup

java.util.Hashtable<K,V> onlineEntriesPerGroup

groups

java.util.Hashtable<K,V> groups

expandListener

com.valhalla.jbother.BuddyListTree.BuddyListExpansionListener expandListener

buddyGroups

java.util.TreeMap<K,V> buddyGroups

Class com.valhalla.jbother.ChangePasswordDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

mainPanel

javax.swing.JPanel mainPanel

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

passwordField

javax.swing.JPasswordField passwordField

verifyPasswordField

javax.swing.JPasswordField verifyPasswordField

wait

WaitDialog wait

Class com.valhalla.jbother.ChatPanel extends ConversationPanel implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

offlineMessage

boolean offlineMessage

popMenu

ConversationPopupMenu popMenu

container

javax.swing.JSplitPane container

buttonPanel

javax.swing.JPanel buttonPanel

scrollPanel

javax.swing.JPanel scrollPanel

resourceBox

javax.swing.JComboBox resourceBox

typingLabel

javax.swing.JLabel typingLabel

clearButton

javax.swing.JButton clearButton

emoteButton

javax.swing.JButton emoteButton

divSetUp

boolean divSetUp

dividerListener

com.valhalla.jbother.ChatPanel.DividerListener dividerListener

chats

java.util.Hashtable<K,V> chats

isTyping

boolean isTyping

typingTimer

javax.swing.Timer typingTimer

encryptButton

javax.swing.JButton encryptButton

selected

java.lang.String selected

scroll

javax.swing.JScrollPane scroll

Class com.valhalla.jbother.ConsolePanel extends ConversationPanel implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

container

javax.swing.JSplitPane container

buttonPanel

javax.swing.JPanel buttonPanel

scrollPanel

javax.swing.JPanel scrollPanel

divSetUp

boolean divSetUp

popMenu

ConversationPopupMenu popMenu

dividerListener

com.valhalla.jbother.ConsolePanel.DividerListener dividerListener

Class com.valhalla.jbother.ConversationArea extends javax.swing.JScrollPane implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

pane

javax.swing.JTextPane pane

doc

javax.swing.text.Document doc

file

java.io.File file

out

java.io.PrintWriter out

fw

java.io.OutputStreamWriter fw

textBuffer

java.util.LinkedList<E> textBuffer

sasBuffer

java.util.LinkedList<E> sasBuffer

timer

javax.swing.Timer timer

emoticons

boolean emoticons

Class com.valhalla.jbother.ConversationPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

buddy

BuddyStatus buddy

tab

TitledTab tab

lastReceived

org.jivesoftware.smack.packet.Message lastReceived

textEntryArea

MJTextArea textEntryArea

conversationArea

ConversationArea conversationArea
the conversation area


oldMaximum

int oldMaximum

timer

javax.swing.Timer timer
the close timer


frame

javax.swing.JFrame frame
the containing frame


listenersAdded

boolean listenersAdded
if the listeners have been added

Class com.valhalla.jbother.EventPanel extends ConversationPanel implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

container

javax.swing.JSplitPane container

conversationScroll

javax.swing.JScrollPane conversationScroll

buttonPanel

javax.swing.JPanel buttonPanel

scrollPanel

javax.swing.JPanel scrollPanel

divSetUp

boolean divSetUp

popMenu

ConversationPopupMenu popMenu

Class com.valhalla.jbother.FileDialog extends javax.swing.JFrame implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

ayeButton

javax.swing.JButton ayeButton
The button that corresponds with accept or send, depending on the transfer type


nayButton

javax.swing.JButton nayButton
The button that corresponds with deny or cancel, depending on the transfer type


fromToLabel

javax.swing.JLabel fromToLabel
The from or to label


fromToTF

MJTextField fromToTF
The from or to field


descriptionArea

MJTextArea descriptionArea
The description of the file


fileTF

MJTextField fileTF
The file being transferred


statusLabel

javax.swing.JLabel statusLabel
The status of the file


parent

javax.swing.JFrame parent

grid

java.awt.GridBagLayout grid

c

java.awt.GridBagConstraints c

main

javax.swing.JPanel main

topPanel

javax.swing.JPanel topPanel

Class com.valhalla.jbother.FileProgressDialog extends javax.swing.JFrame implements Serializable

Serialized Fields

main

javax.swing.JPanel main

clear

javax.swing.JButton clear

close

javax.swing.JButton close

cancel

javax.swing.JButton cancel

glue

java.awt.Component glue

model

com.valhalla.jbother.FileProgressDialog.TableModel model

table

javax.swing.JTable table

nf

java.text.NumberFormat nf

nf2

java.text.NumberFormat nf2

Class com.valhalla.jbother.FileReceiveDialog extends FileDialog implements Serializable

Serialized Fields

ft

org.jivesoftware.smackx.filetransfer.FileTransferManager ft

recieve

org.jivesoftware.smackx.filetransfer.FileTransferRequest recieve

rcv

org.jivesoftware.smackx.filetransfer.FileTransfer rcv

sizeLabel

javax.swing.JLabel sizeLabel

sizeField

javax.swing.JTextField sizeField

nf

java.text.NumberFormat nf

resources

java.util.ResourceBundle resources

Class com.valhalla.jbother.FileSendDialog extends FileDialog implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

jid

java.lang.String jid

Class com.valhalla.jbother.HeadlinesPanel extends ConversationPanel implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

popMenu

ConversationPopupMenu popMenu

Class com.valhalla.jbother.InformationViewerDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

okButton

javax.swing.JButton okButton

retrieve

javax.swing.JButton retrieve

save

javax.swing.JButton save

user

java.lang.String user

mainPanel

javax.swing.JPanel mainPanel

pane

javax.swing.JTabbedPane pane

fields

java.util.Vector<E> fields

c

java.awt.GridBagConstraints c

name

MJTextField name

last

MJTextField last

birthday

MJTextField birthday

nickname

MJTextField nickname

email

MJTextField email

homepage

MJTextField homepage

phone

MJTextField phone

street1

MJTextField street1

street2

MJTextField street2

city

MJTextField city

state

MJTextField state

zip

MJTextField zip

country

MJTextField country

company

MJTextField company

department

MJTextField department

position

MJTextField position

role

MJTextField role

about

MJTextArea about

wait

WaitDialog wait

clientField

MJTextField clientField

timeField

MJTextField timeField

lastField

MJTextField lastField

personal

boolean personal

cancelled

boolean cancelled

Class com.valhalla.jbother.JBDataForm extends javax.swing.JDialog implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

main

javax.swing.JPanel main

container

javax.swing.JPanel container

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

fields

java.util.Vector<E> fields

layout

java.awt.GridBagLayout layout

c

java.awt.GridBagConstraints c

listeners

java.util.Vector<E> listeners

form

org.jivesoftware.smackx.Form form

Class com.valhalla.jbother.KeySelectDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

main

javax.swing.JPanel main

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

name

java.lang.String name

id

java.lang.String id

type

java.lang.String type

entries

java.lang.String[] entries

entries2

java.util.ArrayList<E> entries2

keys

java.util.Hashtable<K,V> keys

sampleJList

javax.swing.JList sampleJList

Class com.valhalla.jbother.LogViewerDialog extends javax.swing.JFrame implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

logDirectory

java.lang.String logDirectory

logList

javax.swing.JList logList

model

com.valhalla.jbother.LogViewerDialog.LogListModel model

container

javax.swing.JPanel container

rightPanel

javax.swing.JPanel rightPanel

logView

ConversationArea logView

logDirectoryFile

java.io.File logDirectoryFile

closeButton

javax.swing.JButton closeButton

clearButton

javax.swing.JButton clearButton

splitPane

javax.swing.JSplitPane splitPane

fileList

java.io.File[] fileList

caller

LogViewerCaller caller

popMenu

javax.swing.JPopupMenu popMenu

delete

javax.swing.JMenuItem delete

scrollPane

javax.swing.JScrollPane scrollPane

searchButton

javax.swing.JButton searchButton

searchField

javax.swing.JTextField searchField

Class com.valhalla.jbother.MessagePanel extends ConversationPanel implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

toLabel

javax.swing.JLabel toLabel

subjectLabel

javax.swing.JLabel subjectLabel

sendButton

javax.swing.JButton sendButton

replyButton

javax.swing.JButton replyButton

replyQuoteButton

javax.swing.JButton replyQuoteButton

toField

MJTextField toField

subjectField

MJTextField subjectField

textEntryArea

MJTextArea textEntryArea

buttonPanel

javax.swing.JPanel buttonPanel

scroll

javax.swing.JScrollPane scroll

receivedMessage

org.jivesoftware.smack.packet.Message receivedMessage

from

java.lang.String from

tab

TitledTab tab

Class com.valhalla.jbother.NewAccountDialog extends RegistrationForm implements Serializable

Serialized Fields

connection

org.jivesoftware.smack.XMPPConnection connection

manager

org.jivesoftware.smack.AccountManager manager

username

java.lang.String username

password

java.lang.String password

server

java.lang.String server

ssl

boolean ssl

port

int port

profDialog

ProfileEditorDialog profDialog

wait

WaitDialog wait

Class com.valhalla.jbother.NotificationPopup extends javax.swing.JWindow implements Serializable

Serialized Fields

timer

javax.swing.Timer timer

messageLabel

javax.swing.JLabel messageLabel

focusWindow

java.awt.Window focusWindow

focusComponent

java.awt.Container focusComponent

Class com.valhalla.jbother.PasswordDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

main

javax.swing.JPanel main

okButton

javax.swing.JButton okButton

text

java.lang.String text

field

javax.swing.JPasswordField field

title

java.lang.String title

Class com.valhalla.jbother.PriorityDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

label

javax.swing.JLabel label

priorityBox

MJTextField priorityBox

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

container

javax.swing.JPanel container

Class com.valhalla.jbother.ProfileEditorDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

main

javax.swing.JPanel main

pane

javax.swing.JTabbedPane pane

nameField

MJTextField nameField

usernameField

MJTextField usernameField

serverField

MJTextField serverField

resourceField

MJTextField resourceField

portField

MJTextField portField

passwordField

javax.swing.JPasswordField passwordField

savePassword

javax.swing.JCheckBox savePassword

sslBox

javax.swing.JCheckBox sslBox

settings

SettingsProperties settings

autoLoginBox

javax.swing.JCheckBox autoLoginBox

defaultBox

javax.swing.JCheckBox defaultBox

reconnectBox

javax.swing.JCheckBox reconnectBox

createButton

javax.swing.JButton createButton

saveButton

javax.swing.JButton saveButton

cancelButton

javax.swing.JButton cancelButton

profDir

java.io.File profDir

innerPanel

javax.swing.JPanel innerPanel

origProf

java.lang.String origProf

dialog

ProfileManager dialog

exitOnClose

boolean exitOnClose

isCurrentProfile

boolean isCurrentProfile

gnupgusenoneButton

javax.swing.JButton gnupgusenoneButton

gnupgselectButton

javax.swing.JButton gnupgselectButton

keyinfoLabel

javax.swing.JLabel keyinfoLabel

gnupgSecretKeyID

java.lang.String gnupgSecretKeyID

savepassphraseCheck

javax.swing.JCheckBox savepassphraseCheck

gnupgpasswordField

javax.swing.JPasswordField gnupgpasswordField

gnupgSignPresenceCheck

javax.swing.JCheckBox gnupgSignPresenceCheck

gnupgSecurityVariants

java.lang.String[] gnupgSecurityVariants

gnupgSecurityVariantBox

javax.swing.JComboBox gnupgSecurityVariantBox

tempgnupgSecretKeyID

java.lang.String tempgnupgSecretKeyID

parent

javax.swing.JFrame parent

useProxyBox

javax.swing.JCheckBox useProxyBox

proxyHostBox

MJTextField proxyHostBox

proxyPortBox

MJTextField proxyPortBox

Class com.valhalla.jbother.ProfileManager extends javax.swing.JFrame implements Serializable

Serialized Fields

profileList

javax.swing.JList profileList

newButton

javax.swing.JButton newButton

editButton

javax.swing.JButton editButton

deleteButton

javax.swing.JButton deleteButton

openButton

javax.swing.JButton openButton

cancelButton

javax.swing.JButton cancelButton

main

javax.swing.JPanel main

defaultString

java.lang.String defaultString

model

com.valhalla.jbother.ProfileManager.ProfileListModel model

exitOnClose

boolean exitOnClose

Class com.valhalla.jbother.RegistrationForm extends javax.swing.JDialog implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

server

java.lang.String server

fieldListFields

java.util.ArrayList<E> fieldListFields

fieldListNames

java.util.ArrayList<E> fieldListNames

wait

WaitDialog wait

instructions

javax.swing.JLabel instructions

regKey

java.lang.String regKey

container

javax.swing.JPanel container

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

buttonPanel

javax.swing.JPanel buttonPanel

inputPanel

javax.swing.JPanel inputPanel

register

org.jivesoftware.smack.packet.Registration register

row

int row

grid

java.awt.GridBagLayout grid

c

java.awt.GridBagConstraints c

Class com.valhalla.jbother.SearchDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

service

java.lang.String service

resources

java.util.ResourceBundle resources

searchTextFields

java.util.HashMap<K,V> searchTextFields

search

Search search

container

javax.swing.JPanel container

inputPanel

javax.swing.JPanel inputPanel

resultsPanel

javax.swing.JPanel resultsPanel

closeButton

javax.swing.JButton closeButton

instructionsArea

javax.swing.JTextArea instructionsArea

searchButton

javax.swing.JButton searchButton

stopSearchButton

javax.swing.JButton stopSearchButton

resultsTable

javax.swing.JTable resultsTable

resultsTableModel

com.valhalla.jbother.SearchDialog.SearchResultsTableModel resultsTableModel

addContactButton

javax.swing.JButton addContactButton

userInfoButton

javax.swing.JButton userInfoButton

wait

WaitDialog wait

searchFieldsPanel

javax.swing.JPanel searchFieldsPanel

gridbag

java.awt.GridBagLayout gridbag

c

java.awt.GridBagConstraints c

selectedRow

int selectedRow

cancelled

boolean cancelled

Class com.valhalla.jbother.ServiceDiscoveryDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

host

java.lang.String host

closeButton

javax.swing.JButton closeButton

searchButton

javax.swing.JButton searchButton

tableModel

com.valhalla.jbother.ServiceTableModel tableModel

table

javax.swing.JTable table

title

javax.swing.JLabel title

serverField

MJTextField serverField

status

javax.swing.JLabel status

bottomPanel

javax.swing.JPanel bottomPanel

middlePanel

javax.swing.JPanel middlePanel

topPanel

javax.swing.JPanel topPanel

hostLabel

javax.swing.JLabel hostLabel

currentThread

com.valhalla.jbother.ServiceDiscoveryDialog.ServiceDiscoveryThread currentThread

popupMenu

com.valhalla.jbother.TablePopupMenu popupMenu

history

java.util.Vector<E> history

current

int current

forward

javax.swing.JButton forward

back

javax.swing.JButton back

cache

java.util.Properties cache

writing

boolean writing

Class com.valhalla.jbother.SplashScreen extends javax.swing.JWindow implements Serializable

Serialized Fields

splashTimer

javax.swing.Timer splashTimer

loader

JBotherLoader loader

splash

java.awt.image.BufferedImage splash

Class com.valhalla.jbother.StatusDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

main

javax.swing.JPanel main

okButton

javax.swing.JButton okButton

changeNameButton

javax.swing.JButton changeNameButton

deleteButton

javax.swing.JButton deleteButton

cancelButton

javax.swing.JButton cancelButton

statusList

javax.swing.JList statusList

model

com.valhalla.jbother.StatusDialog.StatusListModel model

itemText

javax.swing.JTextArea itemText

itemScroll

javax.swing.JScrollPane itemScroll

mode

org.jivesoftware.smack.packet.Presence.Mode mode

statusProps

com.valhalla.jbother.StatusDialog.StatusMessageProperties statusProps

modeHash

java.util.Hashtable<K,V> modeHash

modeString

java.lang.String modeString

modeLocaleString

java.lang.String modeLocaleString

modeDescription

java.lang.String modeDescription

priorityBox

javax.swing.JTextField priorityBox

Class com.valhalla.jbother.TabFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

container

javax.swing.JPanel container

tabPane

TabbedPanel tabPane

tabListener

TabListener tabListener

menuBar

javax.swing.JMenuBar menuBar

optionMenu

javax.swing.JMenu optionMenu

newItem

javax.swing.JMenuItem newItem

leaveItem

javax.swing.JMenuItem leaveItem

closeItem

javax.swing.JMenuItem closeItem

queueCounts

java.util.Hashtable<K,V> queueCounts

switchListener

com.valhalla.jbother.TabFrame.GCTabHandler switchListener

windowListener

java.awt.event.WindowAdapter windowListener

tabFocusListener

com.valhalla.jbother.TabFrame.TabFocusListener tabFocusListener

close

com.valhalla.jbother.TabFrame.CloseMenu close

pane

javax.swing.JSplitPane pane

focusListener

com.valhalla.jbother.TabFrame.MyFocusListener focusListener

focusTimer

javax.swing.Timer focusTimer

theme

ShapedGradientTheme theme

Class com.valhalla.jbother.UserChooser extends javax.swing.JDialog implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

main

javax.swing.JPanel main

ok

javax.swing.JButton ok

cancel

javax.swing.JButton cancel

check

javax.swing.JButton check

items

java.util.ArrayList<E> items

model

com.valhalla.jbother.UserChooser.UserModel model

table

javax.swing.JTable table

listeners

java.util.ArrayList<E> listeners

scroll

javax.swing.JScrollPane scroll

Package com.valhalla.jbother.groupchat

Class com.valhalla.jbother.groupchat.ChatRoomPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

textEntryArea

MJTextArea textEntryArea

conversationText

java.lang.StringBuffer conversationText

conversationArea

ConversationArea conversationArea

logItem

javax.swing.JMenuItem logItem

newItem

javax.swing.JMenuItem newItem

leaveItem

javax.swing.JMenuItem leaveItem

nickItem

javax.swing.JMenuItem nickItem

registerItem

javax.swing.JMenuItem registerItem

viewAdmins

javax.swing.JMenuItem viewAdmins

viewModerators

javax.swing.JMenuItem viewModerators

viewMembers

javax.swing.JMenuItem viewMembers

viewParticipants

javax.swing.JMenuItem viewParticipants

viewOwners

javax.swing.JMenuItem viewOwners

viewOutcasts

javax.swing.JMenuItem viewOutcasts

destroyRoom

javax.swing.JMenuItem destroyRoom

invite

javax.swing.JMenuItem invite

popMenu

javax.swing.JPopupMenu popMenu

tab

TitledTab tab

oldMaximum

int oldMaximum

scrollPanel

javax.swing.JPanel scrollPanel

mainPanel

javax.swing.JSplitPane mainPanel

chat

org.jivesoftware.smackx.muc.MultiUserChat chat

chatroom

java.lang.String chatroom

nickname

java.lang.String nickname

pass

java.lang.String pass

buddyStatuses

java.util.Hashtable<K,V> buddyStatuses

nickList

GroupChatNickList nickList

subject

java.lang.String subject

subjectField

MJTextField subjectField

listenersAdded

boolean listenersAdded

participantListener

GroupParticipantListener participantListener

invitationRejectionPacketListener

InvitationRejectionPacketListener invitationRejectionPacketListener

messageListener

GroupChatMessagePacketListener messageListener

subjectListener

SubjectListener subjectListener

statusListener

StatusListener statusListener

userStatusListener

UserStatusListener userStatusListener

messageToMe

boolean messageToMe

removed

boolean removed

joins

int joins

Class com.valhalla.jbother.groupchat.GroupChatBookmarks extends javax.swing.JDialog implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

container

javax.swing.JPanel container

bookMarkList

javax.swing.JList bookMarkList

rightPanel

javax.swing.JPanel rightPanel

leftPanel

javax.swing.JPanel leftPanel

buttonPanel

javax.swing.JPanel buttonPanel

inputPanel

javax.swing.JPanel inputPanel

saveButton

javax.swing.JButton saveButton

openButton

javax.swing.JButton openButton

cancelButton

javax.swing.JButton cancelButton

roomBox

MJTextField roomBox

serverBox

MJTextField serverBox

nickBox

MJTextField nickBox

passBox

javax.swing.JPasswordField passBox

row

int row

grid

java.awt.GridBagLayout grid

c

java.awt.GridBagConstraints c

deleteMenu

javax.swing.JPopupMenu deleteMenu

bookmarks

java.util.Vector<E> bookmarks

deleteItem

javax.swing.JMenuItem deleteItem

auto

javax.swing.JCheckBox auto

wait

WaitDialog wait

bookmark

Bookmark bookmark

pDataManager

org.jivesoftware.smackx.PrivateDataManager pDataManager

pdBookmark

boolean pdBookmark

bookmarksDir

java.io.File bookmarksDir

Class com.valhalla.jbother.groupchat.GroupChatNickList extends javax.swing.JPanel implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

nickListModel

com.valhalla.jbother.groupchat.GroupChatNickList.NickListModel nickListModel

nickList

javax.swing.JList nickList

scrollPane

javax.swing.JScrollPane scrollPane

clear

javax.swing.JButton clear

emoticons

javax.swing.JButton emoticons

configure

javax.swing.JButton configure

window

ChatRoomPanel window

countLabel

javax.swing.JLabel countLabel

userCount

int userCount

adminCount

int adminCount

popMenu

NickListPopupMenu popMenu

Class com.valhalla.jbother.groupchat.NickListPopupMenu extends BuddyListPopupMenu implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

panel

ChatRoomPanel panel

grantAdmin

javax.swing.JMenuItem grantAdmin

grantMembership

javax.swing.JMenuItem grantMembership

grantModerator

javax.swing.JMenuItem grantModerator

grantOwnership

javax.swing.JMenuItem grantOwnership

grantVoice

javax.swing.JMenuItem grantVoice

revokeAdmin

javax.swing.JMenuItem revokeAdmin

revokeMembership

javax.swing.JMenuItem revokeMembership

revokeModerator

javax.swing.JMenuItem revokeModerator

revokeOwnership

javax.swing.JMenuItem revokeOwnership

revokeVoice

javax.swing.JMenuItem revokeVoice

kick

javax.swing.JMenuItem kick

ban

javax.swing.JMenuItem ban

adminMenu

javax.swing.JMenu adminMenu

Class com.valhalla.jbother.groupchat.NickListRenderer extends javax.swing.JLabel implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

window

ChatRoomPanel window

Package com.valhalla.jbother.jabber

Class com.valhalla.jbother.jabber.BuddyStatus extends java.util.Hashtable implements Serializable

Serialized Fields

sources

java.util.ResourceBundle sources

userId

java.lang.String userId

conversation

ConversationPanel conversation

name

java.lang.String name

removed

boolean removed

hasSignedOn

boolean hasSignedOn

resources

java.lang.String resources

presences

java.util.Hashtable<K,V> presences

statusMessages

java.util.Properties statusMessages

tempGroup

java.lang.String tempGroup

versionInfo

java.lang.String versionInfo

composingId

java.lang.String composingId

encrypting

boolean encrypting

askForDelivered

boolean askForDelivered

askForDisplayed

boolean askForDisplayed

askForOffline

boolean askForOffline

notDisplayedMessages

java.util.Hashtable<K,V> notDisplayedMessages

pubKeyId

java.lang.String pubKeyId

entry

org.jivesoftware.smack.RosterEntry entry

Class com.valhalla.jbother.jabber.MUCBuddyStatus extends BuddyStatus implements Serializable

Serialized Fields

affiliation

java.lang.String affiliation

role

java.lang.String role

u

org.jivesoftware.smackx.packet.MUCUser u

jid

java.lang.String jid

isInRoom

boolean isInRoom

muc

org.jivesoftware.smackx.muc.MultiUserChat muc

Package com.valhalla.jbother.menus

Class com.valhalla.jbother.menus.BuddyListBuddiesMenu extends javax.swing.JPopupMenu implements Serializable

Serialized Fields

blist

BuddyList blist

resources

java.util.ResourceBundle resources

addBuddyItem

javax.swing.JMenuItem addBuddyItem

signOnItem

javax.swing.JMenuItem signOnItem

quitItem

javax.swing.JMenuItem quitItem

servicesMenu

javax.swing.JMenu servicesMenu

joinChatItem

javax.swing.JMenuItem joinChatItem

discoItem

javax.swing.JMenuItem discoItem

blankItem

javax.swing.JMenuItem blankItem

registerItem

javax.swing.JMenuItem registerItem

searchItem

javax.swing.JMenuItem searchItem

optionsMenu

com.valhalla.jbother.menus.BuddyListOptionsMenu optionsMenu

switchItem

javax.swing.JMenuItem switchItem

editItem

javax.swing.JMenuItem editItem

infoItem

javax.swing.JMenuItem infoItem

profileMenu

javax.swing.JMenu profileMenu

Class com.valhalla.jbother.menus.BuddyListPopupMenu extends javax.swing.JPopupMenu implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources
Description of the Field


removeBuddyItem

javax.swing.JMenuItem removeBuddyItem
Description of the Field


modifyBuddyItem

javax.swing.JMenuItem modifyBuddyItem
Description of the Field


resourceMenu

javax.swing.JMenu resourceMenu
Description of the Field


authMenu

javax.swing.JMenu authMenu
Description of the Field


infoMenu

javax.swing.JMenu infoMenu
Description of the Field


editMenu

javax.swing.JMenu editMenu
Description of the Field


requestSubscription

javax.swing.JMenuItem requestSubscription
Description of the Field


resendSubscription

javax.swing.JMenuItem resendSubscription
Description of the Field


removeSubscription

javax.swing.JMenuItem removeSubscription
Description of the Field


chatItem

javax.swing.JMenuItem chatItem
Description of the Field


messageItem

javax.swing.JMenuItem messageItem
Description of the Field


logItem

javax.swing.JMenuItem logItem
Description of the Field


infoItem

javax.swing.JMenuItem infoItem
Description of the Field


blockItem

javax.swing.JMenuItem blockItem
Description of the Field


bindPubKeyItem

javax.swing.JMenuItem bindPubKeyItem
Description of the Field


unbindPubKeyItem

javax.swing.JMenuItem unbindPubKeyItem
Description of the Field


misc

javax.swing.JMenu misc

invite

javax.swing.JMenu invite

noItem

javax.swing.JMenuItem noItem

rosterExchange

javax.swing.JMenu rosterExchange

individualItems

javax.swing.JMenuItem individualItems

entireRoster

javax.swing.JMenuItem entireRoster

buddy

BuddyStatus buddy
Description of the Field


tree

javax.swing.JTree tree

sendFileItem

javax.swing.JMenuItem sendFileItem
Description of the Field


sendFileMenu

javax.swing.JMenu sendFileMenu

Class com.valhalla.jbother.menus.BuddyListTransportMenu extends BuddyListPopupMenu implements Serializable

Serialized Fields

signOnItem

javax.swing.JMenuItem signOnItem

signOffItem

javax.swing.JMenuItem signOffItem

Class com.valhalla.jbother.menus.ConversationPopupMenu extends javax.swing.JPopupMenu implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

window

ConversationPanel window

area

ConversationArea area

log

javax.swing.JMenuItem log

clear

javax.swing.JMenuItem clear

block

javax.swing.JMenuItem block

addperson

javax.swing.JMenuItem addperson

events

javax.swing.JMenuItem events

sendFileItem

javax.swing.JMenuItem sendFileItem

sendFileMenu

javax.swing.JMenu sendFileMenu

Class com.valhalla.jbother.menus.GroupPopupMenu extends javax.swing.JPopupMenu implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

sendMessageToGroupItem

javax.swing.JMenuItem sendMessageToGroupItem

rename

javax.swing.JMenuItem rename

userList

java.lang.String userList

tree

javax.swing.JTree tree

group

BuddyGroup group

Class com.valhalla.jbother.menus.SetStatusMenu extends javax.swing.JPopupMenu implements Serializable

Serialized Fields

blist

BuddyList blist

resources

java.util.ResourceBundle resources

statuses

SelfStatuses statuses

current

javax.swing.ImageIcon current

blinkTimer

javax.swing.Timer blinkTimer

useIcon

boolean useIcon

button

javax.swing.JButton button

Package com.valhalla.jbother.preferences

Class com.valhalla.jbother.preferences.AppearancePreferencesPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

prefs

PreferencesDialog prefs

grid

java.awt.GridBagLayout grid

c

java.awt.GridBagConstraints c

lafLabel

javax.swing.JLabel lafLabel

statusLabel

javax.swing.JLabel statusLabel

emoticonLabel

javax.swing.JLabel emoticonLabel

messageLabel

javax.swing.JLabel messageLabel

messageFontButton

javax.swing.JButton messageFontButton

appFontLabel

javax.swing.JLabel appFontLabel

appFontButton

javax.swing.JButton appFontButton

lookAndFeel

javax.swing.JComboBox lookAndFeel

statusTheme

javax.swing.JComboBox statusTheme

emoticonTheme

javax.swing.JComboBox emoticonTheme

current

int current

lfs

javax.swing.UIManager.LookAndFeelInfo[] lfs

names

java.lang.String[] names

Class com.valhalla.jbother.preferences.DataTransferPreferencesPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

grid

java.awt.GridBagLayout grid

c

java.awt.GridBagConstraints c

proxy65Label

javax.swing.JLabel proxy65Label

proxy65Note

javax.swing.JLabel proxy65Note

proxy65Host

javax.swing.JComboBox proxy65Host

preferIBB

javax.swing.JCheckBox preferIBB

Class com.valhalla.jbother.preferences.PluginDownloaderPreferencesPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

grid

java.awt.GridBagLayout grid

c

java.awt.GridBagConstraints c

pluginsMirrorLabel

javax.swing.JLabel pluginsMirrorLabel

pluginsMirrorScriptLabel

javax.swing.JLabel pluginsMirrorScriptLabel

pluginsMirrorTF

MJTextField pluginsMirrorTF

pluginsMirrorScriptTF

MJTextField pluginsMirrorScriptTF

Class com.valhalla.jbother.preferences.PreferencesDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

tree

PreferencesTree tree

container

javax.swing.JPanel container

rightSide

javax.swing.JPanel rightSide

buttonPanel

javax.swing.JPanel buttonPanel

prefsPanel

javax.swing.JPanel prefsPanel

cancelButton

javax.swing.JButton cancelButton

okButton

javax.swing.JButton okButton

applyButton

javax.swing.JButton applyButton

ok

boolean ok

panels

java.util.TreeMap<K,V> panels

current

javax.swing.JPanel current

Class com.valhalla.jbother.preferences.PreferencesTree extends javax.swing.JPanel implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

prefsDialog

PreferencesDialog prefsDialog

tree

javax.swing.JTree tree

root

javax.swing.tree.DefaultMutableTreeNode root

topNode

javax.swing.tree.DefaultMutableTreeNode topNode

pluginsNode

javax.swing.tree.DefaultMutableTreeNode pluginsNode

scroll

javax.swing.JScrollPane scroll

Package com.valhalla.pluginmanager

Class com.valhalla.pluginmanager.PluginManager extends javax.swing.JFrame implements Serializable

Serialized Fields

resources

java.util.ResourceBundle resources

mirror

java.lang.String mirror

script

java.lang.String script

installDir

java.lang.String installDir

pluginList

java.util.ArrayList<E> pluginList

installedPlugins

java.util.ArrayList<E> installedPlugins

statusLabel

javax.swing.JLabel statusLabel

pane

javax.swing.JTabbedPane pane

closeButton

javax.swing.JButton closeButton

mainPanel

javax.swing.JPanel mainPanel

bottomPanel

javax.swing.JPanel bottomPanel

listPanel

com.valhalla.pluginmanager.PluginManagerPanel listPanel

managePanel

com.valhalla.pluginmanager.PluginManagerPanel managePanel

unloadButton

javax.swing.JButton unloadButton

loadButton

javax.swing.JButton loadButton

Package com.valhalla.settings

Class com.valhalla.settings.Arguments extends java.util.Properties implements Serializable

Class com.valhalla.settings.Settings extends java.util.Properties implements Serializable

Serialized Fields

settingsDir

java.io.File settingsDir

settingsFile

java.io.File settingsFile

Class com.valhalla.settings.SettingsProperties extends java.util.Properties implements Serializable

Class com.valhalla.settings.TempSettings extends java.util.Properties implements Serializable


Package org.dotuseful.ui.tree

Class org.dotuseful.ui.tree.AutomatedTreeModel extends javax.swing.tree.DefaultTreeModel implements Serializable

Class org.dotuseful.ui.tree.AutomatedTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

listenerList

javax.swing.event.EventListenerList listenerList
Listeners.

Class org.dotuseful.ui.tree.MouseAdaptedTree extends javax.swing.JTree implements Serializable


Package org.jfree.ui

Class org.jfree.ui.FontChooserDialog extends StandardDialog implements Serializable

Serialized Fields

fontChooserPanel

FontChooserPanel fontChooserPanel
The panel within the dialog that contains the font selection controls.

Class org.jfree.ui.FontChooserPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

fontlist

javax.swing.JList fontlist
The list of fonts.


sizelist

javax.swing.JList sizelist
The list of sizes.


bold

javax.swing.JCheckBox bold
The checkbox that indicates whether the font is bold.


italic

javax.swing.JCheckBox italic
The checkbox that indicates whether or not the font is italic.


listener

org.jfree.ui.FontChooserPanel.SelectionListener listener

testLabel

javax.swing.JLabel testLabel

Class org.jfree.ui.L1R2ButtonPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

right1

javax.swing.JButton right1
The first button on the right of the panel.


right2

javax.swing.JButton right2
The second button on the right of the panel.

Class org.jfree.ui.StandardDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

cancelled

boolean cancelled
Flag that indicates whether or not the dialog was cancelled.