Serialized Form

Class com.ge.grc.acuity.AcuityException extends java.lang.Exception implements Serializable

Serialized Fields

msgKey

java.lang.String msgKey

userFriendlyMsgValues

java.lang.Object userFriendlyMsgValues


Class com.ge.research.acuity.web.struts.form.AcuityForm extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

pos

java.util.List pos
The List of IndependentDisplayPO objects to be rendered


miiaos

java.util.List miiaos
The List of IndependentDisplayPO objects to be rendered These are the "Missing Property" objects which have unique display characteristics, which is why they are stored in a sperate list, so they can be easily identified


errors

java.util.List errors
The List of IndependentDisplayPO objects to be rendered as error messages


scripts

java.util.List scripts
The List of client scripts to be imported and used


hasFocusVantage

boolean hasFocusVantage
Flag indicating if the session has a vantage established.


canRemoveFocusVantage

boolean canRemoveFocusVantage
Flag indicating if the vantage can be removed.


frameName

java.lang.String frameName
The current frame identifier


vantage

java.lang.String vantage
The currently selected vantage


Class com.ge.research.charts.jfree.chart.renderer.AreaXYRenderer extends org.jfree.chart.renderer.AreaXYRenderer implements Serializable


Class com.ge.research.charts.jfree.chart.renderer.CandlestickRenderer extends org.jfree.chart.renderer.CandlestickRenderer implements Serializable


Class com.ge.research.charts.jfree.chart.renderer.ColorStackedVerticalBarRenderer extends org.jfree.chart.renderer.StackedVerticalBarRenderer implements Serializable

Serialized Fields

barColors

java.awt.Paint[][] barColors
The list of individual Paint information for each bar within the series


Class com.ge.research.charts.jfree.chart.renderer.ColorVerticalBarRenderer extends org.jfree.chart.renderer.VerticalBarRenderer implements Serializable

Serialized Fields

barColors

java.awt.Paint[][] barColors
The list of individual Paint information for each bar within the series


Class com.ge.research.charts.jfree.chart.renderer.ColorVerticalXYBarRenderer extends org.jfree.chart.renderer.VerticalXYBarRenderer implements Serializable

Serialized Fields

barColors

java.awt.Paint[][] barColors
The list of individual Paint information for each bar within the series


Class com.ge.research.utils.db.DAOException extends java.lang.Exception implements Serializable


Class com.ge.research.utils.db.events.DBPollEvent extends java.util.EventObject implements Serializable

Serialized Fields

record

ResultSetRow record
A record of the details of the database event. Normally equivalent to the database row that was inserted, updated, or deleted.


Class com.ge.research.charts.jfree.data.DefaultIntervalXYDataset extends org.jfree.data.AbstractSeriesDataset implements Serializable

Serialized Fields

seriesNames

java.util.ArrayList seriesNames
The list of dataseries names


data

java.util.ArrayList data
The list of series. Each element of the list is a Map which holds the information about each datapoint for the sereis. The Map has keys STARTX, STARTY, ENDX, and ENDY whose values are Lists of the values for those datapoint properties. This Map is used to retrieve the datapoint properties for the DefaultIntervalXYDataset.getStartXValue(int, int), DefaultIntervalXYDataset.getStartYValue(int, int), DefaultIntervalXYDataset.getEndXValue(int, int), and DefaultIntervalXYDataset.getEndYValue(int, int) methods.


Class com.ge.research.utils.db.events.DeleteEvent extends DBPollEvent implements Serializable


Class com.ge.research.charts.jfree.chart.servlet.DisplayChart extends org.jfree.chart.servlet.DisplayChart implements Serializable


Class com.ge.research.utils.swing.FileDialog extends javax.swing.JFileChooser implements Serializable

Serialized Fields

filter

com.ge.research.utils.swing.FileDialog.MyFileFilter filter
Local instance of the file filter to use for this dialog


Class com.ge.research.acuity.web.struts.form.HelpForm extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

resourceLabel

java.lang.String resourceLabel
The label of the resource for which the help is looked up and displayed


resourceURI

java.lang.String resourceURI
The resource for which the help is looked up and displayed


messages

java.util.List messages
The list of messages to display


references

java.util.List references
The list of resources to connect to and display


Class com.ge.research.charts.jfree.chart.tooltips.HighLowTooltipGenerator extends AbstractTooltipGenerator implements Serializable


Class com.ge.research.utils.db.events.InsertEvent extends DBPollEvent implements Serializable


Class com.ge.research.acuity.web.struts.form.LogonForm extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

userId

java.lang.String userId
DOCUMENT ME!


password

java.lang.String password
DOCUMENT ME!


attempts

int attempts
DOCUMENT ME!


Class misc.myXML extends java.lang.Object implements Serializable

Serialized Fields

debug

boolean debug
See Also:
Constant Field Values

XMLheader

java.lang.String XMLheader
See Also:
Constant Field Values

XMLcomment

java.lang.String XMLcomment
See Also:
Constant Field Values

tag

java.lang.String tag

element

java.lang.Object element

Attribute

myXML.Attribute Attribute

line

int line

col

int col

eol

boolean eol


Class misc.myXML.myXMLEncodingException extends java.lang.Exception implements Serializable


Class misc.myXML.myXMLException extends java.lang.Exception implements Serializable


Class misc.myXML.myXMLIOException extends java.lang.Exception implements Serializable


Class com.ge.research.acuity.web.struts.form.NewHighlightRegionForm extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

APPLIES_TO_GRAPH

java.lang.String APPLIES_TO_GRAPH
The achor choice label for GraphPO highlight regions


APPLIES_TO_TABLE

java.lang.String APPLIES_TO_TABLE
The achor choice label for TablePO highlight regions


APPLIES_TO_UNKNOWN

java.lang.String APPLIES_TO_UNKNOWN
The achor choice label for non-graph and non-table PresentationObject highlight regions


hlrAction

java.lang.String hlrAction
Action word identifying whether the supplied information is used to create a new independent highlight region, or used to identify and share an existing highlight region.


member

java.lang.String member
The identifier of the PresentationObject for which the highlight region is being created.


sharedHLR

java.lang.String sharedHLR
The existing highlight region, if any, that the PresentationObject should share


appliesTo

java.lang.String appliesTo
The axis or column reference this highlight applies to


loThreshold

java.lang.String loThreshold
The loThreshold value for the highlight range


hiThreshold

java.lang.String hiThreshold
The hiThreshold value for the highlight range


redVal

int redVal
The RGB red value of the color for the highlight


greenVal

int greenVal
The RGB green value of the color for the highlight


blueVal

int blueVal
The RGB blue value of the color for the highlight


alpha

int alpha
The opaqueness of the color for the highlight


anchorChoices

java.util.List anchorChoices
The set of possible appliesTo values for the highlight region.


hlrChoices

java.util.Map hlrChoices
The set of existing highlight regions, mapped to their region properties.


anchorChoiceLabel

java.lang.String anchorChoiceLabel
The label to be used for the anchor choice input object of the form.


graphHLR

boolean graphHLR
Flag indicating whether or not the highlight region is for a GraphPO


Class com.ge.research.charts.jfree.chart.NonEmptyLegend extends org.jfree.chart.StandardLegend implements Serializable

Serialized Fields

dispSeriesShapes

boolean dispSeriesShapes
Private copy of the StandardLegend#displaySeriesShapes flag


Class com.ge.research.charts.jfree.chart.plot.OverlaidXYPlot extends org.jfree.chart.plot.OverlaidXYPlot implements Serializable

Serialized Fields

subplots

java.util.ArrayList subplots
Storage for the subplot references.


Class com.ge.grc.acuity.PresentationParameterMap extends java.util.Hashtable implements Serializable

Serialized Fields

subjectUri

java.lang.String subjectUri

nonEditableParameterKeys

java.util.List nonEditableParameterKeys

parent

PresentationParameterMap parent


Class com.ge.research.app.security.SecurityException extends java.lang.Exception implements Serializable


Class com.ge.research.utils.db.events.UpdateEvent extends DBPollEvent implements Serializable

Serialized Fields

originalRecord

ResultSetRow originalRecord
A copy of the orinial record that was updated


Class com.ge.research.charts.jfree.chart.renderer.VerticalIntervalXYBarRenderer extends org.jfree.chart.renderer.VerticalXYBarRenderer implements Serializable

Serialized Fields

margin

double margin
Percentage margin (to reduce the width of bars).