Serialized Form


Package edu.umd.cs.jazz.event

Class edu.umd.cs.jazz.event.ZAncestorEvent implements Serializable

Serialized Fields

ancestor

ZNode ancestor

ancestorParent

ZNode ancestorParent

Class edu.umd.cs.jazz.event.ZNodeContainerEvent implements Serializable

Serialized Fields

child

ZNode child
The non-null node that is being added or removed from the Container.
See Also:
getChild

Class edu.umd.cs.jazz.event.ZNodeEvent implements Serializable

Serialized Fields

transform

java.awt.geom.AffineTransform transform
The value of the transform before the transform was changed for transform events (or null for other event types).


Package edu.umd.cs.jazz.io

Class edu.umd.cs.jazz.io.ParseException 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

java.lang.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

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.

Class edu.umd.cs.jazz.io.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 edu.umd.cs.jazz.util

Class edu.umd.cs.jazz.util.ZBasicApplet implements Serializable

Serialized Fields

activeEventHandler

ZEventHandler activeEventHandler
The currently active event handler

camera

ZCamera camera
The camera in the scenegraph

component

ZBasicComponent component
The component in the frame that Jazz renders onto.

layer

ZNode layer
The single node that camera looks onto. It is considered to be the "layer" because many applications will put content under this node which can then be hidden or revealed like a layer.

panEventHandler

ZEventHandler panEventHandler
The event handler that supports panning

root

ZRootNode root
The root of the scenegraph

surface

ZSurface surface
The surface associated with the component

zoomEventHandler

ZEventHandler zoomEventHandler
The event handler that supports zooming

Class edu.umd.cs.jazz.util.ZBasicComponent implements Serializable

Serialized Fields

camera

ZCamera camera
The camera in the scenegraph

layer

ZNode layer
The single node that camera looks onto. It is considered to be the "layer" because many applications will put content under this node which can then be hidden or revealed like a layer.

root

ZRootNode root
The root of the scenegraph

surface

ZSurface surface
The surface associated with the component

Class edu.umd.cs.jazz.util.ZBasicFrame implements Serializable

Serialized Fields

component

ZBasicComponent component
The component in the frame that Jazz renders onto.

panEventHandler

ZPanEventHandler panEventHandler
The event handler that supports panning

windowListener

java.awt.event.WindowListener windowListener
The window listener for the default basic frame that exits the application when the main window is closed. Remove this listener to avoid having the application exit when the frame is closed.

zoomEventHandler

ZoomEventHandlerRightButton zoomEventHandler
The event handler that supports zooming

Class edu.umd.cs.jazz.util.ZBasicWindow implements Serializable

Serialized Fields

component

ZBasicComponent component
The component in the frame that Jazz renders onto.

keyEventHandler

ZEventHandler keyEventHandler
The event handler that supports key events

panEventHandler

ZEventHandler panEventHandler
The event handler that supports panning

windowListener

java.awt.event.WindowListener windowListener
The window listener for the default basic frame that exits the application when the main window is closed. Remove this listener to avoid having the application exit when the frame is closed.

zoomEventHandler

ZEventHandler zoomEventHandler
The event handler that supports zooming

Class edu.umd.cs.jazz.util.ZOperationNotAllowedException implements Serializable