Serialized Form
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_
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_
scrollbar_
java.awt.Scrollbar scrollbar_
display_
TextDisplay display_
background_
java.awt.Color background_
parent_
java.awt.Frame parent_
scrollbarAdded_
boolean scrollbarAdded_
autoScroll_
boolean autoScroll_
type_
ContainerChangeEvent.EventType type_
obj_
GameObject obj_
source_
Bag source_
width
int width
height
int height
labels_
javax.swing.JPanel labels_
fields_
javax.swing.JPanel fields_
verticalGap_
int verticalGap_
lastLabel_
javax.swing.JComponent lastLabel_
lastField_
javax.swing.JComponent lastField_
maxSize_
int maxSize_
html
javax.swing.JEditorPane html
image_
java.awt.Image image_
pressed_
boolean pressed_
listeners_
java.util.Vector listeners_
action_
java.lang.String action_
mouseDown_
boolean mouseDown_
DEBUG
boolean DEBUG
model_
javax.swing.DefaultListModel model_
cellRenderer_
ImageTree.ImageTreeCellRenderer cellRenderer_
parent_
GameObject parent_
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_
type_
MapChangeEvent.EventType type_
obj_
GameObject obj_
map_
GameMap map_
x_
int x_
y_
int y_
type_
MapLifecycleEvent.EventType type_
mapPath_
java.lang.String mapPath_
map_
GameMap map_
obj_
GameObject obj_
startX_
int startX_
startY_
int startY_
destX_
int destX_
destY_
int destY_
recipient_
Commandable recipient_
message_
java.lang.String message_
style_
byte style_
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.
x
int x
y
int y
width
int width
height
int height
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_
target_
javax.swing.JComponent target_
skins_
java.util.Vector skins_
list_
javax.swing.JComboBox list_
parent_
javax.swing.JFrame parent_
extras_
java.lang.String[] extras_
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
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_
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
sax_
org.xml.sax.SAXParseException sax_