SkinLF
Version 1.1

Serialized Form


Package com.l2fprod.contrib.nanoxml

Class com.l2fprod.contrib.nanoxml.XMLElement implements Serializable

Serialized Fields

attributes

java.util.Properties attributes
The attributes given to the object.


children

java.util.Vector children
Subobjects of the object. The subobjects are of class XMLElement themselves.


tagName

java.lang.String tagName
The class of the object (the name indicated in the tag).


contents

java.lang.String contents
The #PCDATA content of the object. If there is no such content, this field is null.


conversionTable

java.util.Properties conversionTable
Conversion table for &...; tags.


skipLeadingWhitespace

boolean skipLeadingWhitespace
Whether to skip leading whitespace in CDATA.


lineNr

int lineNr
The line number where the element starts.


ignoreCase

boolean ignoreCase
Whether the parsing is case sensitive.

Class com.l2fprod.contrib.nanoxml.XMLParseException implements Serializable

Serialized Fields

lineNr

int lineNr
Where the error occurred, or -1 if the line number is unknown.


Package com.l2fprod.gui.event

Class com.l2fprod.gui.event.SkinWindowEvent implements Serializable


Package com.l2fprod.gui.grieves.graphics

Class com.l2fprod.gui.grieves.graphics.JExternalFrame implements Serializable

Serialized Fields

realFrame

javax.swing.JInternalFrame realFrame

framePane

javax.swing.JDesktopPane framePane

iconified

boolean iconified

Class com.l2fprod.gui.grieves.graphics.JExternalFrame.MiniDesktopManager implements Serializable

Serialized Fields

LowerRight

java.awt.Point LowerRight

UpperLeft

java.awt.Point UpperLeft

direction

int direction


Package com.l2fprod.gui.plaf.skin.impl.gtk.parser

Class com.l2fprod.gui.plaf.skin.impl.gtk.parser.ParseException implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class com.l2fprod.gui.plaf.skin.impl.gtk.parser.TokenMgrError implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package com.l2fprod.gui.plaf.skin.impl.gtk

Class com.l2fprod.gui.plaf.skin.impl.gtk.GtkSkinNotFoundException implements Serializable


Package com.l2fprod.gui.plaf.skin

Class com.l2fprod.gui.plaf.skin.IncorrectVersionException implements Serializable

Class com.l2fprod.gui.plaf.skin.LinuxLookAndFeel implements Serializable

Class com.l2fprod.gui.plaf.skin.SkinArrowButton implements Serializable

Serialized Fields

direction

int direction

skin

Skin skin

Class com.l2fprod.gui.plaf.skin.SkinComboBoxRenderer implements Serializable

Class com.l2fprod.gui.plaf.skin.SkinFileChooserUI.MyFilterComboBoxRenderer implements Serializable

Class com.l2fprod.gui.plaf.skin.SkinLookAndFeel implements Serializable

Class com.l2fprod.gui.plaf.skin.SkinPreviewWindow implements Serializable

Class com.l2fprod.gui.plaf.skin.SkinTitlePane implements Serializable

Serialized Fields

skin

Skin skin

menuBar

javax.swing.JMenuBar menuBar

windowMenu

javax.swing.JMenu windowMenu

frame

Window frame

selectedTitleColor

java.awt.Color selectedTitleColor

selectedTextColor

java.awt.Color selectedTextColor

notSelectedTitleColor

java.awt.Color notSelectedTitleColor

notSelectedTextColor

java.awt.Color notSelectedTextColor

propertyChangeListener

java.beans.PropertyChangeListener propertyChangeListener

closeAction

javax.swing.Action closeAction

maximizeAction

javax.swing.Action maximizeAction

iconifyAction

javax.swing.Action iconifyAction

restoreAction

javax.swing.Action restoreAction

moveAction

javax.swing.Action moveAction

sizeAction

javax.swing.Action sizeAction

shadeAction

javax.swing.Action shadeAction

systemMenuAdded

boolean systemMenuAdded

Class com.l2fprod.gui.plaf.skin.SkinTitlePane.CloseAction implements Serializable

Class com.l2fprod.gui.plaf.skin.SkinTitlePane.IconifyAction implements Serializable

Class com.l2fprod.gui.plaf.skin.SkinTitlePane.MaximizeAction implements Serializable

Class com.l2fprod.gui.plaf.skin.SkinTitlePane.MoveAction implements Serializable

Class com.l2fprod.gui.plaf.skin.SkinTitlePane.RestoreAction implements Serializable

Class com.l2fprod.gui.plaf.skin.SkinTitlePane.ShadeAction implements Serializable

Class com.l2fprod.gui.plaf.skin.SkinTitlePane.SizeAction implements Serializable

Class com.l2fprod.gui.plaf.skin.SkinTitlePane.SystemMenuBar implements Serializable

Class com.l2fprod.gui.plaf.skin.SkinTreeUI.CollapsedIcon implements Serializable

Class com.l2fprod.gui.plaf.skin.SkinTreeUI.ExpandedIcon implements Serializable

Class com.l2fprod.gui.plaf.skin.SkinWindowButton implements Serializable

Serialized Fields

align

int align

action

int action

xcoord

int xcoord

ycoord

int ycoord

noFocusIcon

javax.swing.Icon noFocusIcon

noFocusRolloverIcon

javax.swing.Icon noFocusRolloverIcon

window

Window window

Class com.l2fprod.gui.plaf.skin.SkinWindowTitlePane implements Serializable

Serialized Fields

borderListener

javax.swing.event.MouseInputListener borderListener


Package com.l2fprod.gui

Class com.l2fprod.gui.SkinChooser implements Serializable

Serialized Fields

skinList

javax.swing.JList skinList

directories

java.lang.String[] directories

backgroundCheckBox

javax.swing.JCheckBox backgroundCheckBox

scrollBarCheckBox

javax.swing.JCheckBox scrollBarCheckBox

bundle

java.util.ResourceBundle bundle

themePackMode

boolean themePackMode

Class com.l2fprod.gui.SkinWindow implements Serializable

Serialized Fields

shaded

boolean shaded

desktopIcon

SkinWindow.SkinDesktopIcon desktopIcon

Class com.l2fprod.gui.SkinWindow.SkinDesktopIcon implements Serializable

Serialized Fields

window

SkinWindow window

Class com.l2fprod.gui.SkinWindowList implements Serializable

Serialized Fields

list

javax.swing.JList list

model

javax.swing.DefaultListModel model


Package com.l2fprod.util

Class com.l2fprod.util.LazyTable implements Serializable


SkinLF
Version 1.1

www.L2FProd.com
© 2000-2001 L2FProd.com