Serialized Form
gLabel
GraphLabel gLabel
uniqueName
java.lang.String uniqueName
sourceName
java.lang.String sourceName
destName
java.lang.String destName
numPoints
int numPoints
xPoints
double[] xPoints
yPoints
double[] yPoints
gParameter
GraphParameter gParameter
bufferGraphics
java.awt.Graphics2D bufferGraphics
cubic
java.awt.geom.CubicCurve2D.Double cubic
startPoint
java.awt.geom.Point2D.Double startPoint
endPoint
java.awt.geom.Point2D.Double endPoint
firstControlPoint
java.awt.geom.Point2D.Double firstControlPoint
secondControlPoint
java.awt.geom.Point2D.Double secondControlPoint
update
UpdateThread update
transPopup
ajax.gui.graph.TransPopup transPopup
tablePopup
ajax.gui.graph.TablePopup tablePopup
generalPopup
ajax.gui.graph.GeneralPopup generalPopup
arrowLength
double arrowLength
arrowAngle
double arrowAngle
type
int type
uniqueName
java.lang.String uniqueName
realName
java.lang.String realName
label
java.lang.String label
x
double x
y
double y
xSize
double xSize
ySize
double ySize
xx
int xx
yy
int yy
xxSize
int xxSize
yySize
int yySize
lx
int lx
ly
int ly
projected
boolean projected
state
int state
WEAVE_URL
java.lang.String WEAVE_URL
graphNodes
GraphNode[] graphNodes
graphEdges
GraphEdge[] graphEdges
graphWidth
double graphWidth
graphHeight
double graphHeight
isNew
boolean isNew
Package ajax.gui.servlets |
_s
scheduler.Scheduler _s
_mode
int _mode
_test
java.lang.String _test
_schema
java.lang.String _schema
_rtp
java.lang.String _rtp
_xsl
java.lang.String _xsl
_tmp
java.lang.String _tmp
_gateway
java.lang.String _gateway
_trace
boolean _trace
_xslcache
boolean _xslcache
_user
java.lang.String _user
_passwd
java.lang.String _passwd
_driver
java.lang.String _driver
_url
java.lang.String _url
_dbconn
java.lang.String _dbconn
_s
scheduler.Scheduler _s
_mode
int _mode
_test
java.lang.String _test
_schema
java.lang.String _schema
_rtp
java.lang.String _rtp
_xsl
java.lang.String _xsl
_tmp
java.lang.String _tmp
_gateway
java.lang.String _gateway
_trace
boolean _trace
_xslcache
boolean _xslcache
_user
java.lang.String _user
_passwd
java.lang.String _passwd
_driver
java.lang.String _driver
_url
java.lang.String _url
_dbconn
java.lang.String _dbconn
exception
java.lang.Exception exception
Package ajax.wrappers.sqlParser |
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.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.