Serialized Form
-
Package com.l2fprod.contrib.nanoxml
-
Class com.l2fprod.contrib.nanoxml.XMLElement
class XMLElement extends Object implements Serializable- serialVersionUID:
- 6685035139346394777L
-
Serialized Fields
-
attributes
Properties attributes
The attributes given to the object. -
children
Vector children
Subobjects of the object. The subobjects are of class XMLElement themselves. -
contents
String contents
The #PCDATA content of the object. If there is no such content, this field is null. -
conversionTable
Properties conversionTable
Conversion table for &...; tags. -
ignoreCase
boolean ignoreCase
Whether the parsing is case sensitive. -
lineNr
int lineNr
The line number where the element starts. -
skipLeadingWhitespace
boolean skipLeadingWhitespace
Whether to skip leading whitespace in CDATA. -
tagName
String tagName
The class of the object (the name indicated in the tag).
-
-
Exception Class com.l2fprod.contrib.nanoxml.XMLParseException
class XMLParseException extends 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
class SkinApplet extends JApplet implements Serializable -
Class com.l2fprod.gui.SkinChooser
class SkinChooser extends JPanel implements Serializable-
Serialized Fields
-
backgroundCheckBox
JCheckBox backgroundCheckBox
-
bundle
ResourceBundle bundle
-
directories
String[] directories
-
scrollBarCheckBox
JCheckBox scrollBarCheckBox
-
skinList
JList skinList
-
themePackMode
boolean themePackMode
-
-
-
-
Package com.l2fprod.gui.border
-
Class com.l2fprod.gui.border.LineBorder
class LineBorder extends LineBorder implements Serializable
-
-
Package com.l2fprod.gui.plaf.skin
-
Class com.l2fprod.gui.plaf.skin.DefaultButton
class DefaultButton extends Object implements Serializable-
Serialized Fields
-
bottom_fill
int bottom_fill
-
bottomHeight
int bottomHeight
-
center_fill
int center_fill
-
imageHeight
int imageHeight
-
imageWidth
int imageWidth
-
insets
Insets insets
-
left_fill
int left_fill
-
leftWidth
int leftWidth
-
right_fill
int right_fill
-
rightWidth
int rightWidth
-
tile
boolean tile
-
top_fill
int top_fill
-
topHeight
int topHeight
-
-
-
Exception Class com.l2fprod.gui.plaf.skin.IncorrectVersionException
class IncorrectVersionException extends Exception implements Serializable -
Class com.l2fprod.gui.plaf.skin.LinuxLookAndFeel
class LinuxLookAndFeel extends SkinLookAndFeel implements Serializable -
Class com.l2fprod.gui.plaf.skin.SkinLookAndFeel
class SkinLookAndFeel extends BasicLookAndFeel implements Serializable -
Class com.l2fprod.gui.plaf.skin.SkinPreviewWindow
class SkinPreviewWindow extends JFrame implements Serializable -
Class com.l2fprod.gui.plaf.skin.SkinSplitArrowButton
class SkinSplitArrowButton extends 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
class SkinSplitPaneDivider extends BasicSplitPaneDivider implements Serializable-
Serialized Fields
-
skin
Skin skin
Description of the Field
-
-
-
Class com.l2fprod.gui.plaf.skin.SkinTitlePane
class SkinTitlePane extends BasicInternalFrameTitlePane implements Serializable-
Serialized Fields
-
m_Window
Window m_Window
Description of the Field -
m_WindowButtons
SkinWindowButton[] m_WindowButtons
-
m_WindowListener
WindowListener m_WindowListener
-
shadeAction
Action shadeAction
Description of the Field -
skin
Skin skin
-
-
-
Class com.l2fprod.gui.plaf.skin.SkinTitlePane.CloseAction
class CloseAction extends AbstractAction implements Serializable -
Class com.l2fprod.gui.plaf.skin.SkinTitlePane.IconifyAction
class IconifyAction extends AbstractAction implements Serializable -
Class com.l2fprod.gui.plaf.skin.SkinTitlePane.MaximizeAction
class MaximizeAction extends AbstractAction implements Serializable -
Class com.l2fprod.gui.plaf.skin.SkinTitlePane.RestoreAction
class RestoreAction extends AbstractAction implements Serializable -
Class com.l2fprod.gui.plaf.skin.SkinTitlePane.ShadeAction
class ShadeAction extends AbstractAction implements Serializable -
Class com.l2fprod.gui.plaf.skin.SkinTitlePane.SystemMenuBar
class SystemMenuBar extends JMenuBar implements Serializable -
Class com.l2fprod.gui.plaf.skin.SkinWindowButton
class SkinWindowButton extends JButton implements Serializable-
Serialized Fields
-
action
int action
-
align
int align
-
xcoord
int xcoord
-
ycoord
int ycoord
-
-
-
-
Package com.l2fprod.gui.plaf.skin.impl.gtk
-
Class com.l2fprod.gui.plaf.skin.impl.gtk.GtkListCellRenderer
class GtkListCellRenderer extends DefaultListCellRenderer implements Serializable-
Serialized Fields
-
cellHasFocus
boolean cellHasFocus
-
isSelected
boolean isSelected
-
-
-
Exception Class com.l2fprod.gui.plaf.skin.impl.gtk.GtkSkinNotFoundException
class GtkSkinNotFoundException extends RuntimeException implements Serializable -
Class com.l2fprod.gui.plaf.skin.impl.gtk.GtkTableHeaderRenderer
class GtkTableHeaderRenderer extends DefaultTableCellRenderer implements Serializable-
Serialized Fields
-
hasFocus
boolean hasFocus
-
isSelected
boolean isSelected
-
-
-
-
Package com.l2fprod.gui.plaf.skin.impl.gtk.parser
-
Exception Class com.l2fprod.gui.plaf.skin.impl.gtk.parser.ParseException
class ParseException extends Exception implements Serializable-
Serialized Fields
-
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. -
eol
String eol
The end of line string for this machine. -
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. -
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). -
tokenImage
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.
-
-
-
Exception Class com.l2fprod.gui.plaf.skin.impl.gtk.parser.TokenMgrError
class TokenMgrError extends 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
class LazyTable extends Hashtable implements Serializable
-