Serialized Form


Package com.objexcel.gui

Class com.objexcel.gui.FileSystemModel implements Serializable

Serialized Fields

root

java.io.File root

Class com.objexcel.gui.JMenuPlus implements Serializable

Class com.objexcel.gui.MDIPane implements Serializable

Serialized Fields

changeLayoutMenuItem

javax.swing.JMenuItem changeLayoutMenuItem

changeMDIUIAction

ObjexcelAbstractAction changeMDIUIAction

closeWindowButton

javax.swing.JButton closeWindowButton

closeWindowMenuItem

javax.swing.JMenuItem closeWindowMenuItem

internalWindows

java.util.Vector internalWindows
internalWindows keeps track of the internals

laf

MDIPaneUI laf
the look and feel of this component - one of mdi or tabbed pane (so far)

mWindow

javax.swing.JMenu mWindow
a menu used to coordinate the internal windows.

windowClose

ObjexcelAbstractAction windowClose

Class com.objexcel.gui.MessagePanel implements Serializable

Serialized Fields

flash

com.objexcel.gui.MessagePanel.FlashMessage flash

listMouseListener

com.objexcel.gui.MessagePanel.PopupMouseAdapter listMouseListener

plain

javax.swing.JTextArea plain

plainDoc

javax.swing.text.PlainDocument plainDoc

title

java.lang.String title

Class com.objexcel.gui.ObjexcelAbstractAction implements Serializable

Serialized Fields

bInit

boolean bInit

bLastEnabledState

boolean bLastEnabledState

defaultTooltip

java.lang.String defaultTooltip

lastTooltip

java.lang.String lastTooltip

rule

ObjexcelAbstractAction.Rule rule
A base rule, tested before the main rule tested in isEnabled

Class com.objexcel.gui.ObjexcelFileChooser implements Serializable

Serialized Fields

bCreateDir

boolean bCreateDir

bDir

boolean bDir

filename

javax.swing.JTextField filename

prompt

java.lang.String prompt

Class com.objexcel.gui.ObjexcelTableCellRenderer.IRCColorString implements Serializable

Serialized Fields

plainText

java.lang.String plainText

text

java.lang.String text

Class com.objexcel.gui.ObjexcelTableModel implements Serializable

Serialized Fields

colNames

java.lang.String[] colNames

colTypes

java.lang.Class[] colTypes

data

java.util.Vector data

editableColumn

int editableColumn

event

com.objexcel.gui.ObjexcelTableModel.ObjexcelTableModelEvent event

sorter

com.objexcel.gui.ObjexcelTableModel.TableSorter sorter


Package com.objexcel.irc

Class com.objexcel.irc.DCCConnection implements Serializable

Serialized Fields

address

long address

bWasStarted

boolean bWasStarted

dccSocket

java.net.Socket dccSocket

dccSocketReader

com.objexcel.irc.DCCConnection.DCCSocketReader dccSocketReader

file

java.io.File file

lastProcessedTime

long lastProcessedTime

localHostName

java.lang.String localHostName

port

int port

sender

Sender sender

server

java.net.ServerSocket server

Class com.objexcel.irc.DCCEvent implements Serializable

Serialized Fields

bytes

int bytes

data

java.lang.String data

readTime

long readTime

Class com.objexcel.irc.IRCController implements Serializable

Serialized Fields

bUseProxy

boolean bUseProxy

fileServerMessages

java.io.RandomAccessFile fileServerMessages

freeMessages

ObjectVector freeMessages

hostname

java.lang.String hostname

irc_port

int irc_port

irc_server

java.lang.String irc_server

ircParser

IRCParser ircParser

isConnecting

boolean isConnecting

isWantingToDisconnect

boolean isWantingToDisconnect

lastPrivMsgSent

long lastPrivMsgSent

lastProcessedTime

long lastProcessedTime

localHost

java.lang.String localHost

lowerOurNick

java.lang.String lowerOurNick

networkType

int networkType

nick

java.lang.String nick

sender

Sender sender

socket

java.net.Socket socket

SOCKSProxyPort

int SOCKSProxyPort

SOCKSProxyServer

java.lang.String SOCKSProxyServer

threadIRCReceiver

com.objexcel.irc.IRCController.IRCReceiverThread threadIRCReceiver

Class com.objexcel.irc.IRCMessage implements Serializable

Serialized Fields

cmdNum

int cmdNum
the IRC command (either this or the command string will be present)

command

java.lang.String command
the IRC command (either this or the cmdnum will be present)

controller

IRCController controller
the controller that created this message.

host

java.lang.String host
the host of the user sending the message, optional

lowerNick

java.lang.String lowerNick
same as nickname but in lower case (for efficiency), optional

nickname

java.lang.String nickname
the nickname of the user sending the message, optional (i.e. not present if the message is from a server)

nInfoLevel

int nInfoLevel
if this is an objirc chat info event, then this is the 'criticality' of it per the level constants.

ObjircInfo

java.lang.String ObjircInfo
String Objirc info (message comes from this app, not a server)

params

java.lang.String params
everything after the command

parseError

java.lang.String parseError
If this message is for a parse error, this field describes what Objirc chat could not parse.

rawMessage

java.lang.String rawMessage
the original message in itsraw form

readTime

long readTime

serverName

java.lang.String serverName
name of the server, if this is a server sent message

user

java.lang.String user
the user (i.e. logged on name on the users host per IdentD) sending the message, optional. Not the nick!


Package com.objexcel.objirc

Class com.objexcel.objirc.OptionsDialog.Options implements Serializable

Serialized Fields

acceptAllChats

boolean acceptAllChats
Deprecated. 

acceptAllFiles

boolean acceptAllFiles
Deprecated. 

age

java.lang.String age
Deprecated. 

downloadDir

java.io.File downloadDir
Deprecated. 

fullMessage

java.lang.String fullMessage
Deprecated. 

gender

java.lang.String gender
Deprecated. 

location

java.lang.String location
Deprecated. 

message

java.lang.String message
Deprecated. 

uploadDir

java.io.File uploadDir
Deprecated. 

Class com.objexcel.objirc.RoomOccupants implements Serializable

Serialized Fields

nickExists

java.util.Hashtable nickExists
lookup of lowerUser to Object[] of room occupant info


Package com.objexcel.util

Class com.objexcel.util.ExceptionWrapper implements Serializable

Serialized Fields

msg

java.lang.String msg

original

java.lang.Throwable original

Class com.objexcel.util.ParseException2 implements Serializable

Serialized Fields

offset

int offset

text

java.lang.String text