Serialized Form


Package com.l2fprod.contrib.nanoxml

Class com.l2fprod.contrib.nanoxml.XMLElement extends java.lang.Object implements Serializable

serialVersionUID: 6685035139346394777L

Serialized Fields

attributes

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


children

java.util.Vector<E> 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 extends java.lang.RuntimeException implements Serializable

Serialized Fields

lineNr

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


Package com.l2fprod.gui

Class com.l2fprod.gui.SkinApplet extends javax.swing.JApplet implements Serializable

Class com.l2fprod.gui.SkinChooser extends javax.swing.JPanel 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

Package com.l2fprod.gui.border

Class com.l2fprod.gui.border.LineBorder extends javax.swing.border.LineBorder implements Serializable


Package com.l2fprod.gui.plaf.skin

Class com.l2fprod.gui.plaf.skin.DefaultButton extends java.lang.Object implements Serializable

Serialized Fields

topHeight

int topHeight

bottomHeight

int bottomHeight

leftWidth

int leftWidth

rightWidth

int rightWidth

imageWidth

int imageWidth

imageHeight

int imageHeight

top_fill

int top_fill

right_fill

int right_fill

bottom_fill

int bottom_fill

left_fill

int left_fill

center_fill

int center_fill

tile

boolean tile

insets

java.awt.Insets insets

Class com.l2fprod.gui.plaf.skin.IncorrectVersionException extends java.lang.Exception implements Serializable

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

Class com.l2fprod.gui.plaf.skin.SkinLookAndFeel extends javax.swing.plaf.basic.BasicLookAndFeel implements Serializable

Class com.l2fprod.gui.plaf.skin.SkinPreviewWindow extends javax.swing.JFrame implements Serializable

Class com.l2fprod.gui.plaf.skin.SkinSplitArrowButton extends javax.swing.JButton implements Serializable

Serialized Fields

direction

int direction
Description of the Field


skin

Skin skin
Description of the Field

Class com.l2fprod.gui.plaf.skin.SkinSplitPaneDivider extends javax.swing.plaf.basic.BasicSplitPaneDivider implements Serializable

Serialized Fields

skin

Skin skin
Description of the Field

Class com.l2fprod.gui.plaf.skin.SkinTitlePane extends javax.swing.plaf.basic.BasicInternalFrameTitlePane implements Serializable

Serialized Fields

m_Window

Window m_Window
Description of the Field


m_WindowButtons

SkinWindowButton[] m_WindowButtons

shadeAction

javax.swing.Action shadeAction
Description of the Field


skin

Skin skin

m_WindowListener

java.awt.event.WindowListener m_WindowListener

Class com.l2fprod.gui.plaf.skin.SkinTitlePane.CloseAction extends javax.swing.AbstractAction implements Serializable

Class com.l2fprod.gui.plaf.skin.SkinTitlePane.IconifyAction extends javax.swing.AbstractAction implements Serializable

Class com.l2fprod.gui.plaf.skin.SkinTitlePane.MaximizeAction extends javax.swing.AbstractAction implements Serializable

Class com.l2fprod.gui.plaf.skin.SkinTitlePane.RestoreAction extends javax.swing.AbstractAction implements Serializable

Class com.l2fprod.gui.plaf.skin.SkinTitlePane.ShadeAction extends javax.swing.AbstractAction implements Serializable

Class com.l2fprod.gui.plaf.skin.SkinTitlePane.SystemMenuBar extends javax.swing.JMenuBar implements Serializable

Class com.l2fprod.gui.plaf.skin.SkinWindowButton extends javax.swing.JButton implements Serializable

Serialized Fields

align

int align

action

int action

xcoord

int xcoord

ycoord

int ycoord

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

Class com.l2fprod.gui.plaf.skin.impl.gtk.GtkListCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

Serialized Fields

isSelected

boolean isSelected

cellHasFocus

boolean cellHasFocus

Class com.l2fprod.gui.plaf.skin.impl.gtk.GtkSkinNotFoundException extends java.lang.RuntimeException implements Serializable

Class com.l2fprod.gui.plaf.skin.impl.gtk.GtkTableHeaderRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Serialized Fields

isSelected

boolean isSelected

hasFocus

boolean hasFocus

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

Class com.l2fprod.gui.plaf.skin.impl.gtk.parser.ParseException extends java.lang.Exception 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 extends java.lang.Error 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.util

Class com.l2fprod.util.LazyTable extends java.util.Hashtable implements Serializable