Serialized Form


Package com.jthomas.mailfaces

Class com.jthomas.mailfaces.FaceBoard implements Serializable

Serialized Fields

_ScrollPane

FaceScrollablePanel _ScrollPane

_FacePanel

java.awt.Panel _FacePanel

_Status

FaceStatusLabel _Status

_MBar

java.awt.MenuBar _MBar

_MailFaces

MailFaces _MailFaces

_Options

FaceOptions _Options

_Queue

Queue _Queue

_Faces

java.util.Hashtable _Faces

_NoMailIcon

boolean _NoMailIcon

_Number

int _Number

_FaceUpdate

boolean _FaceUpdate

_ShowMax

int _ShowMax

_ShowMin

int _ShowMin

_Width

int _Width

_WidthOld

int _WidthOld

_HeightOld

int _HeightOld

_Height

int _Height

_Location

java.awt.Point _Location

_Properties

FaceProperties _Properties

Class com.jthomas.mailfaces.FaceButton implements Serializable

Serialized Fields

_Count

int _Count

_Face

Face _Face

_Paint1

boolean _Paint1

_MailList

MailList _MailList

_OverlayText

java.lang.String[] _OverlayText

_GrayOut

boolean _GrayOut
if true then display a "grayed-out button"

Class com.jthomas.mailfaces.FaceEvent implements Serializable

Serialized Fields

_ID

int _ID

Class com.jthomas.mailfaces.FaceFrame implements Serializable

Serialized Fields

_ScrollPanel

FaceScrollablePanel _ScrollPanel

_FacePanel

java.awt.Panel _FacePanel

_Status

FaceStatusLabel _Status

_MBar

java.awt.MenuBar _MBar

_MailFaces

MailFaces _MailFaces

_Options

FaceOptions _Options

_Properties

FaceProperties _Properties

_FaceSMS

FaceSMS _FaceSMS

_FaceBoard

FaceBoard _FaceBoard
Reference to the FaceBoard panel that contains the Face icons


_NoMailIcon

boolean _NoMailIcon

_Width

int _Width

_WidthOld

int _WidthOld

_HeightOld

int _HeightOld

_Height

int _Height

_Location

java.awt.Point _Location

_Audio

java.awt.CheckboxMenuItem _Audio

_Statusbox

java.awt.CheckboxMenuItem _Statusbox

_Debugbox

java.awt.CheckboxMenuItem _Debugbox

_SMSbox

java.awt.CheckboxMenuItem _SMSbox

_ServerMenuItems

java.awt.MenuItem[] _ServerMenuItems

_DelayLongOn

java.awt.MenuItem _DelayLongOn

_DelayLongOff

java.awt.MenuItem _DelayLongOff

_MailList

MailList _MailList
MailList frame used for ListMail menuitem

Class com.jthomas.mailfaces.FaceMailboxException implements Serializable

Class com.jthomas.mailfaces.FaceProperties implements Serializable

Class com.jthomas.mailfaces.FaceStatusLabel implements Serializable

Serialized Fields

_Width

int _Width
Keep track of the dimmensions of the FaceStatusLabel


_Height

int _Height

_Message

java.lang.String _Message
Current message


_MessageKey

java.lang.String _MessageKey
Current message key


_FM

java.awt.FontMetrics _FM

Class com.jthomas.mailfaces.MailFaces_applet implements Serializable

Class com.jthomas.mailfaces.MailList implements Serializable

Serialized Fields

_MailListEntries

MailList.MailListEntry[] _MailListEntries

_ScrollPanel

java.awt.ScrollPane _ScrollPanel

_DeleteSupported

boolean _DeleteSupported

_ShowText

boolean _ShowText
if true then display text for message


_ShowHeaders

boolean _ShowHeaders
if true then display all headers for message


_MailList

MailList _MailList
reference to an open spawned MailList dialog


_Mailmsgs

Mailmsg[] _Mailmsgs
array of Mailmsgs being listed.


_Mailmsg

Mailmsg _Mailmsg
Mailmsg being displayed.

Class com.jthomas.mailfaces.PromptCheck implements Serializable

Serialized Fields

_HeaderField

java.awt.TextField _HeaderField

_UserField

java.awt.TextField _UserField

_HostField

java.awt.TextField _HostField

_CBox1

java.awt.Checkbox _CBox1

_CBox2

java.awt.Checkbox _CBox2

_UseCache

boolean _UseCache

_DomainOnly

boolean _DomainOnly

_Headerline

java.lang.String _Headerline

_User

java.lang.String _User

_Host

java.lang.String _Host

Class com.jthomas.mailfaces.Prompter implements Serializable

Serialized Fields

_Status

int _Status

_FlagTextInput

boolean _FlagTextInput

_TextInput

java.lang.String _TextInput

_TextField

java.awt.TextField _TextField

_Modal

boolean _Modal

Class com.jthomas.mailfaces.PromptLogin implements Serializable

Serialized Fields

_TypeChoice

java.awt.Choice _TypeChoice

_HostField

java.awt.TextField _HostField

_UserField

java.awt.TextField _UserField

_PassField

java.awt.TextField _PassField

_Type

java.lang.String _Type

_Host

java.lang.String _Host

_User

java.lang.String _User

_Pass

java.lang.String _Pass


Package com.jthomas.util

Class com.jthomas.util.ImageButton implements Serializable

Serialized Fields

grayImage

java.awt.Image grayImage
Gray image created automatically from regular image via an image filter to use when button is depressed. You won't normally use this directly.


darkness

int darkness
An int whose bits are combined via "and" ("&") with the alpha, red, green, and blue bits of the pixels of the image to produce the grayed-out image to use when button is depressed. Default is 0xffafafaf: af combines with r/g/b to darken image.


mouseIsDown

boolean mouseIsDown

Class com.jthomas.util.ImageLabel implements Serializable

Serialized Fields

image

java.awt.Image image
The actual Image drawn on the canvas. Don't specify this directly; pass a string, URL, or image to the ImageLabel constructor.


imageString

java.lang.String imageString
The URL of the image. But sometimes we will use an existing image object (e.g. made by createImage) for which this info will not be available, so a default string is used here.


debug

boolean debug
Turn this on to get verbose debugging messages.


margin

int margin
Amount of extra space around the image.


marginColor

java.awt.Color marginColor
margin color if there is a non-zero margin. Default is to use the background color of the Container.


width

int width
Width and height of the Canvas. This is the width/height of the image plus twice the margin.


height

int height
Width and height of the Canvas. This is the width/height of the image plus twice the margin.


explicitSize

boolean explicitSize
Determines if it will be sized automatically. If the user issues a resize() or reshape() call before adding the label to the Container, or if the LayoutManager resizes before drawing (as with BorderLayout), then those sizes override the default, which is to make the label the same size as the image it holds (after reserving space for the margin, if any). This flag notes this, so subclasses that override ImageLabel need to check this flag, and if it is true, and they draw modified image, then they need to draw them based on the width height variables, not just blindly drawing them full size.


explicitWidth

int explicitWidth

explicitHeight

int explicitHeight

tracker

java.awt.MediaTracker tracker

currentTrackerID

int currentTrackerID

doneLoading

boolean doneLoading

parentContainer

java.awt.Container parentContainer

Class com.jthomas.util.JEditor implements Serializable

Serialized Fields

_textPane

javax.swing.JTextPane _textPane
main editor window


_normalStyle

javax.swing.text.MutableAttributeSet _normalStyle

_doc

javax.swing.text.Document _doc
the Document that we are editing.


_actions

java.util.Hashtable _actions
Hashtable of Action names. used by the undo menu support


_fileName

java.lang.String _fileName
The filename that we are editing It is set by the setFileName() method.


_undoAction

JEditor.UndoAction _undoAction

_redoAction

JEditor.RedoAction _redoAction

_undo

javax.swing.undo.UndoManager _undo

_saveAction

JEditor.SaveAction _saveAction

_exitAction

JEditor.ExitAction _exitAction

_fileModified

boolean _fileModified

Class com.jthomas.util.MultiLineLabel implements Serializable

Serialized Fields

lines

java.lang.String[] lines

num_lines

int num_lines

margin_width

int margin_width

margin_height

int margin_height

line_height

int line_height

line_ascent

int line_ascent

line_widths

int[] line_widths

max_width

int max_width

alignment

int alignment


Package starwave.util.regexp

Class starwave.util.regexp.MalformedRegexpException implements Serializable

Class starwave.util.regexp.NoSuchMatchException implements Serializable