Serialized Form

Class wyvern.common.util.AWTImageList extends java.awt.Canvas implements Serializable

Serialized Fields

items_

java.util.Vector items_

offscreen_

java.awt.Image offscreen_

graphics_

java.awt.Graphics graphics_

background_

java.awt.Image background_

havePeer_

boolean havePeer_

extraRows_

int extraRows_


Class wyvern.common.util.AWTList extends java.awt.Panel implements Serializable


Class wyvern.common.util.AWTListItem extends java.awt.Panel implements Serializable

Serialized Fields

image_

java.awt.Image image_

text_

java.lang.String text_

icon_

AWTListItem.ImageIcon icon_

label_

java.awt.Label label_

parent_

AWTList parent_

fontSize_

int fontSize_

textColor_

java.awt.Color textColor_


Class wyvern.lib.Bag.FullBagException extends java.lang.Exception implements Serializable


Class wyvern.lib.Bag.InvalidItemException extends java.lang.RuntimeException implements Serializable


Class wyvern.common.util.ColorTextArea extends java.awt.Panel implements Serializable

Serialized Fields

scrollbar_

java.awt.Scrollbar scrollbar_

display_

TextDisplay display_

background_

java.awt.Color background_

parent_

java.awt.Frame parent_

scrollbarAdded_

boolean scrollbarAdded_

autoScroll_

boolean autoScroll_


Class wyvern.lib.event.ContainerChangeEvent extends java.util.EventObject implements Serializable

Serialized Fields

type_

ContainerChangeEvent.EventType type_

obj_

GameObject obj_

source_

Bag source_


Class wyvern.kernel.maps.CorruptedMapException extends java.lang.Exception implements Serializable


Class wyvern.lib.Dimension extends java.lang.Object implements Serializable

Serialized Fields

width

int width

height

int height


Class wyvern.common.util.EditControl extends javax.swing.JMenu implements Serializable


Class wyvern.common.util.FieldPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

labels_

javax.swing.JPanel labels_

fields_

javax.swing.JPanel fields_

verticalGap_

int verticalGap_

lastLabel_

javax.swing.JComponent lastLabel_

lastField_

javax.swing.JComponent lastField_


Class wyvern.util.FixedSizeList extends java.util.LinkedList implements Serializable

Serialized Fields

maxSize_

int maxSize_


Class wyvern.kernel.maps.GameHashMap extends java.util.HashMap implements Serializable


Class wyvern.common.util.HtmlDialog extends javax.swing.JDialog implements Serializable


Class wyvern.common.util.HtmlPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

html

javax.swing.JEditorPane html


Class wyvern.kernel.properties.IllegalValueException extends java.lang.RuntimeException implements Serializable


Class wyvern.common.util.ImageButton extends java.awt.Canvas implements Serializable

Serialized Fields

image_

java.awt.Image image_

pressed_

boolean pressed_

listeners_

java.util.Vector listeners_

action_

java.lang.String action_

mouseDown_

boolean mouseDown_

DEBUG

boolean DEBUG


Class wyvern.common.util.ImageList extends javax.swing.JList implements Serializable

Serialized Fields

model_

javax.swing.DefaultListModel model_


Class wyvern.common.util.ImageTree extends javax.swing.JTree implements Serializable

Serialized Fields

cellRenderer_

ImageTree.ImageTreeCellRenderer cellRenderer_


Class wyvern.common.util.ImageTree.ImageTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable


Class wyvern.lib.properties.ItemList extends java.util.ArrayList implements Serializable

Serialized Fields

parent_

GameObject parent_


Class wyvern.util.JDocControl extends javax.swing.JMenu implements Serializable

Serialized Fields

document_

DocumentManager document_

parent_

javax.swing.JFrame parent_

parentTitle_

java.lang.String parentTitle_

untitledFilename_

java.lang.String untitledFilename_

filename_

java.lang.String filename_

directory_

java.lang.String directory_

oldDir_

java.lang.String oldDir_

oldFile_

java.lang.String oldFile_

openTitle_

java.lang.String openTitle_

saveTitle_

java.lang.String saveTitle_

extensions_

java.util.List extensions_

newDocument_

boolean newDocument_


Class wyvern.lib.event.MapChangeEvent extends java.util.EventObject implements Serializable

Serialized Fields

type_

MapChangeEvent.EventType type_

obj_

GameObject obj_

map_

GameMap map_

x_

int x_

y_

int y_


Class wyvern.lib.event.MapLifecycleEvent extends java.util.EventObject implements Serializable

Serialized Fields

type_

MapLifecycleEvent.EventType type_

mapPath_

java.lang.String mapPath_


Class wyvern.lib.event.MapMotionEvent extends java.util.EventObject implements Serializable

Serialized Fields

map_

GameMap map_

obj_

GameObject obj_

startX_

int startX_

startY_

int startY_

destX_

int destX_

destY_

int destY_


Class wyvern.lib.event.MessageEvent extends java.util.EventObject implements Serializable

Serialized Fields

recipient_

Commandable recipient_

message_

java.lang.String message_

style_

byte style_


Class wyvern.kernel.properties.NoSuchPropertyException extends java.lang.RuntimeException implements Serializable


Class wyvern.kernel.properties.ParseException extends java.lang.Exception implements Serializable


Class wyvern.lib.commands.autobag.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 wyvern.lib.properties.PointList extends java.util.ArrayList implements Serializable


Class wyvern.lib.Rectangle extends java.lang.Object implements Serializable

Serialized Fields

x

int x

y

int y

width

int width

height

int height


Class wyvern.common.util.ResizeDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

width_

int width_

height_

int height_

textWidth_

javax.swing.JTextField textWidth_

textHeight_

javax.swing.JTextField textHeight_

minSize_

java.awt.Dimension minSize_

maxSize_

java.awt.Dimension maxSize_


Class wyvern.common.util.ResizeScrollPane extends javax.swing.JScrollPane implements Serializable

Serialized Fields

target_

javax.swing.JComponent target_


Class wyvern.util.SkinDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

skins_

java.util.Vector skins_

list_

javax.swing.JComboBox list_

parent_

javax.swing.JFrame parent_

extras_

java.lang.String[] extras_


Class wyvern.lib.properties.StringList extends java.util.ArrayList implements Serializable


Class wyvern.common.util.SwingListCellRenderer extends javax.swing.JLabel implements Serializable


Class wyvern.common.util.SwingListCellRenderer.UIResource extends SwingListCellRenderer implements Serializable


Class wyvern.util.TableLayout extends java.lang.Object implements Serializable

Serialized Fields

crSpec

double[][] crSpec
Sizes of crs expressed in absolute and relative terms


crSize

int[][] crSize
Sizes of crs in pixels


crOffset

int[][] crOffset
Offsets of crs in pixels. The left boarder of column n is at crOffset[C][n] and the right boarder is at cr[C][n + 1] for all columns including the last one. crOffset[C].length = crSize[C].length + 1


list

java.util.LinkedList list
List of components and their sizes


dirty

boolean dirty
Indicates whether or not the size of the cells are known for the last known size of the container. If dirty is true or the container has been resized, the cell sizes must be recalculated using calculateSize.


oldWidth

int oldWidth
Previous known width of the container


oldHeight

int oldHeight
Previous known height of the container


hGap

int hGap
Horizontal gap between columns


vGap

int vGap
Vertical gap between rows


Class wyvern.common.util.TextDisplay extends java.awt.Canvas implements Serializable

Serialized Fields

lines_

java.util.Vector lines_

displayLines_

java.util.Vector displayLines_

background_

java.awt.Color background_

breaks_

java.text.BreakIterator breaks_

bounds_

java.awt.Rectangle bounds_

offscreen_

java.awt.Image offscreen_

graphics_

java.awt.Graphics graphics_

frame_

java.awt.Frame frame_

parent_

ColorTextArea parent_

maxLines_

int maxLines_

scrollPos_

int scrollPos_

image_

java.awt.Image image_


Class wyvern.lib.commands.autobag.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.


Class wyvern.kernel.properties.WyvernXMLErrorHandler.WyvernParseError extends org.xml.sax.SAXException implements Serializable

Serialized Fields

sax_

org.xml.sax.SAXParseException sax_