Serialized Form
msgKey
java.lang.String msgKey
userFriendlyMsgValues
java.lang.Object userFriendlyMsgValues
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
barColors
java.awt.Paint[][] barColors
- The list of individual
Paint information for each bar within the series
barColors
java.awt.Paint[][] barColors
- The list of individual
Paint information for each bar within the series
barColors
java.awt.Paint[][] barColors
- The list of individual
Paint information for each bar within the series
record
ResultSetRow record
- A record of the details of the database event.
Normally equivalent to the database row that was inserted, updated, or deleted.
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.
filter
com.ge.research.utils.swing.FileDialog.MyFileFilter filter
- Local instance of the file filter to use for this dialog
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
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 |
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
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
dispSeriesShapes
boolean dispSeriesShapes
- Private copy of the
StandardLegend#displaySeriesShapes flag
subplots
java.util.ArrayList subplots
- Storage for the subplot references.
subjectUri
java.lang.String subjectUri
nonEditableParameterKeys
java.util.List nonEditableParameterKeys
parent
PresentationParameterMap parent
originalRecord
ResultSetRow originalRecord
- A copy of the orinial record that was updated
margin
double margin
- Percentage margin (to reduce the width of bars).