JClass DesktopViews 6.3.0 API
Documentation
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

R

RADAR - Static variable in class com.klg.jclass.chart.JCChart
 
radarFirst - Variable in class com.klg.jclass.chart.JCChartArea
 
RadialConstraint - class com.klg.jclass.swing.gauge.RadialConstraint.
A RadialConstraint is one that provides layout information for a component that needs to be placed on a circular gauge.
RadialConstraint(JCGauge, double, double) - Constructor for class com.klg.jclass.swing.gauge.RadialConstraint
Constructor for RadialConstraint using a JComponent as the component.
RadialLayout - class com.klg.jclass.swing.gauge.RadialLayout.
RadialLayout -- lays out RadialConstraint components.
RadialLayout() - Constructor for class com.klg.jclass.swing.gauge.RadialLayout
 
radianPrecision - Variable in class com.klg.jclass.chart.JCAxis
Object that holds the numbering precision for a Polar chart x axis when the angle unit is RADIANS.
RADIANS - Static variable in class com.klg.jclass.util.JCNumberUtil
Angle unit enum value indicating angle unit is radians.
RadioAxisWrapper - class com.klg.jclass.chart.beans.RadioAxisWrapper.
More specific (though still abstract) implementation of RadioWrapper for axis property wrappers.
RadioAxisWrapper() - Constructor for class com.klg.jclass.chart.beans.RadioAxisWrapper
 
RadioDataWrapper - class com.klg.jclass.chart.beans.RadioDataWrapper.
More specific (though still abstract) implementation of RadioWrapper for data view property wrappers.
RadioDataWrapper() - Constructor for class com.klg.jclass.chart.beans.RadioDataWrapper
 
radioIds - Variable in class com.klg.jclass.chart.beans.RadioWrapper
 
radioIDValuesToString(int[]) - Method in class com.klg.jclass.chart.beans.RadioWrapper
Converts array of radioId values to a series String of the format "(radioId1 value1)(radioId2 value2) ...".
radioIDValuesToString(int[], String[]) - Method in class com.klg.jclass.chart.beans.RadioWrapper
Converts array of radioId values to a series String of the format "(radioId1 value1)(radioId2 value2) ...".
RadioWrapper - class com.klg.jclass.chart.beans.RadioWrapper.
Abstract base class for wrappers dealing with multiple instances of the same properties.
RadioWrapper() - Constructor for class com.klg.jclass.chart.beans.RadioWrapper
 
radius - Variable in class com.klg.jclass.swing.gauge.JCCenter
The size of the disk, expressed as a ratio based on the radius of the associated scale.
radiusOfInfluence - Variable in class com.klg.jclass.chart3d.Chart3dDataView
In Chart3d Java3d, when editing a SURFACE chart using the mouse, data points around the pick point are modified according to the expression deltaZ = scaleFactor * mouseDragDistance * exp(-distanceFromPickPoint/radiusOfInfluence) where deltaZ is the change in the z coordinate value of a given point, scaleFactor = (MaxDataValue - MinDataValue) * mouseEditScaleFactor, mouseDragDistance is the mouse drag distance along the adjustment axis, distanceFromPickPoint is the distance in the x,y plane of a data point from the pick point, radiusOfInfluence is a user-specified parameter.
radiusOfInfluence - Variable in class com.klg.jclass.chart3d.j3d.actions.EditAction
 
radiusOfInfluence - Variable in class com.klg.jclass.chart3d.j3d.DataAdjustGrid
 
radToDeg(double) - Static method in class com.klg.jclass.util.JCNumberUtil
Converts radians to degrees.
range - Variable in class com.klg.jclass.util.formulae.TableExpressionList
A Rectangle describing the range of cells, assuming the expressions can be computed to a final result
RANGE - Static variable in class com.klg.jclass.table.beans.TablePropertyEditor
 
RANGE_ALL - Static variable in interface com.klg.jclass.chart3d.JCChart3dLegendTemplate
Distribution Range -- all ranges.
RANGE_BREAK_HEX_BOUNDARY - Static variable in class com.klg.jclass.util.SeqRangeCollector
Range Break: as specified by RangeType and at 0xff boundaries.
RANGE_BREAK_NORMAL - Static variable in class com.klg.jclass.util.SeqRangeCollector
Range Break: as specified by RangeType
RANGE_DATA - Static variable in interface com.klg.jclass.chart3d.JCChart3dLegendTemplate
Distribution Range -- constrain to data.
RANGE_INCREASING_BY_1 - Static variable in class com.klg.jclass.util.SeqRangeCollector
Range: contiguous integers, each member one greater than the previous
RANGE_SAME_VALUE - Static variable in class com.klg.jclass.util.SeqRangeCollector
Range: all integers in a row that have same value.
rangeBreak - Variable in class com.klg.jclass.util.SeqRangeCollector
Extra rule for breaking a range
rangeCounter - Static variable in class com.klg.jclass.swing.gauge.JCAbstractRange
Static counter for generated range names.
rangeName - Variable in class com.klg.jclass.swing.gauge.JCAbstractRange
The name of the range which will appear in the legend.
ranges - Variable in class com.klg.jclass.swing.gauge.DefaultLegendPopulatorRenderer
The Vector of ranges which are used to create corresponding JCLegendItems
ranges - Variable in class com.klg.jclass.swing.gauge.JCAbstractScale
The list of ranges for this scale.
ranges - Variable in class com.klg.jclass.util.SeqRangeCollector
List of ranges found so far.
rangeType - Variable in class com.klg.jclass.util.SeqRangeCollector
Type of range to look for
raxis - Variable in class com.klg.jclass.chart.beans.AxisRelationshipWrapper
 
rayIntersectTriangle(Point3d, Vector3d, Point4d, Point4d, Point4d, Point3d, JCData3dGridIndex) - Method in class com.klg.jclass.chart3d.DrawGrid
Given a ray via its origin and direction and a triangle with its vertices , computes the intersection point of the ray and the triangle.
rayTestBar(Chart3dGridData, Point3d, Vector3d, int, int, Point3d, JCData3dGridIndex) - Method in class com.klg.jclass.chart3d.DrawGrid
Does the ray with given origin and direction intersect the bar at the given grid point?
rayTestFacet(Chart3dGridData, Point3d, Vector3d, int, int, Point3d, JCData3dGridIndex) - Method in class com.klg.jclass.chart3d.DrawGrid
Does the ray with given origin and direction intersect the facet at the given grid point?
rbGC - Variable in class com.klg.jclass.chart.JCChartArea
Non-property public methods.
rbGC - Variable in class com.klg.jclass.chart3d.JCChart3dArea
 
READ_ONLY - Static variable in class com.klg.jclass.util.calendar.JCDateChooser
Valid value for ChooserType.
read(Reader) - Method in class com.klg.jclass.table.data.JCInputStreamDataSource
Reads and parses data from the reader, and places it inside the current data source.
read(Reader) - Method in class com.klg.jclass.util.xml.JCXMLTableModel
Reads and parses data to populate this table.
readAndParse(Reader, JCTablePopulator) - Method in class com.klg.jclass.util.xml.JCTableXMLParser
Reads and parses table data in the defined XML format.
readAndParse(Reader, JCVectorDataSource) - Method in class com.klg.jclass.table.data.JCCSVFormatParser
Reads and parses CSV-formatted data and places it inside a LiveTable data source.
readAndParse(Reader, JCVectorDataSource) - Method in interface com.klg.jclass.table.data.JCFileFormatParser
 
readAndParse(Reader, JCVectorDataSource) - Method in class com.klg.jclass.table.data.JCStandardFormatParser
Reads and parses data in standard format and places it inside a LiveTable data source.
readAndParse(Reader, JCVectorDataSource) - Method in class com.klg.jclass.table.data.JCXMLFormatParser
Reads and parses data in the defined XML format and places it inside a LiveTable data source.
readAndParse(Reader, Vector) - Method in class com.klg.jclass.util.JCCSVParser
This method reads the stream provided by r and puts the parsed contents into the Vector vv.
readCurrentCell() - Method in class com.klg.jclass.datasource.util.FieldDataBinding
This should be called from implementation of tableChanged to see if we need to change the our data
reader - Variable in class com.klg.jclass.page.adobe.postscript.AFMParser
 
readFromStream(InputStream) - Method in class com.klg.jclass.table.data.JCInputStreamDataSource
Reads data from an InputStream.
readFromStream(InputStream) - Method in class com.klg.jclass.util.xml.JCXMLTableModel
Reads data from an InputStream to populate this table.
ReadOnlyBinding - class com.klg.jclass.datasource.ReadOnlyBinding.
This class provides a single-level, 2-dimensional view of a set of data.
ReadOnlyBinding(Binding) - Constructor for class com.klg.jclass.datasource.ReadOnlyBinding
Constructor for child levels.
ReadOnlyBinding(DataModel) - Constructor for class com.klg.jclass.datasource.ReadOnlyBinding
Root-level constructor.
ReadOnlyBindingListener - interface com.klg.jclass.datasource.ReadOnlyBindingListener.
Passive listeners -- objects interested in receiving only read-only DataModelEvents should implement this interface.
ReadOnlyBindingModel - interface com.klg.jclass.datasource.ReadOnlyBindingModel.
This interface provides a single-level, 2-dimensional view of a set of data.
readTableData(Document, JCTablePopulator) - Method in class com.klg.jclass.util.xml.JCTableXMLParser
Reads the table data from the given xml document.
ready - Static variable in class com.klg.jclass.datasource.LocaleBundle
 
RealComparator - class com.klg.jclass.util.formulae.RealComparator.
A RealComparator compares two real-valued MathValues NOTE: We implement this so that (eventually, if we desire) we can add additional comparators to provide such things as a mechanism for comparison of vectors or complex numbers
RealComparator() - Constructor for class com.klg.jclass.util.formulae.RealComparator
 
realValue - Variable in class com.klg.jclass.util.formulae.MathScalar
A real number stored in the appropriate format
realValues - Variable in class com.klg.jclass.util.formulae.MathMatrix
The values are stored in an array
realValues - Variable in class com.klg.jclass.util.formulae.MathVector
The values are stored in an array
reanimate(int, int) - Method in class com.klg.jclass.chart3d.j2d.actions.BaseAction
Called by JCChart3dArea when the chart area has been refreshed and the animation must be redrawn.
reanimate(int, int) - Method in class com.klg.jclass.chart3d.j2d.actions.CancelAction
Called by JCChart3dArea when the chart area has been refreshed and the animation must be redrawn.
reanimate(int, int) - Method in class com.klg.jclass.chart3d.j2d.actions.CustomizeAction
Called by JCChart3dArea when the chart area has been refreshed and the animation must be redrawn.
reanimate(int, int) - Method in class com.klg.jclass.chart3d.j2d.actions.EditAction
Called by JCChar3dtArea when the chart area has been refreshed and the animation must be redrawn.
reanimate(int, int) - Method in class com.klg.jclass.chart3d.j2d.actions.PickAction
Called by JCChart3dArea when the chart area has been refreshed and the animation must be redrawn.
reanimate(int, int) - Method in class com.klg.jclass.chart3d.j2d.actions.ResetAction
Called by JCChart3dArea when the chart area has been refreshed and the animation must be redrawn.
reanimate(int, int) - Method in class com.klg.jclass.chart3d.j2d.actions.RotateAction
Called by JCChartArea when the chart area has been refreshed and the animation must be redrawn.
reanimate(int, int) - Method in class com.klg.jclass.chart3d.j2d.actions.ScaleAction
Called by JCChart3dArea when the chart area has been refreshed and the animation must be redrawn.
reanimate(int, int) - Method in class com.klg.jclass.chart3d.j2d.actions.SwitchRotateAnyAction
Called by JCChart3dArea when the chart area has been refreshed and the animation must be redrawn.
reanimate(int, int) - Method in class com.klg.jclass.chart3d.j2d.actions.SwitchRotateEyeAction
Called by JCChart3dArea when the chart area has been refreshed and the animation must be redrawn.
reanimate(int, int) - Method in class com.klg.jclass.chart3d.j2d.actions.SwitchRotateXAction
Called by JCChart3dArea when the chart area has been refreshed and the animation must be redrawn.
reanimate(int, int) - Method in class com.klg.jclass.chart3d.j2d.actions.SwitchRotateYAction
Called by JCChart3dArea when the chart area has been refreshed and the animation must be redrawn.
reanimate(int, int) - Method in class com.klg.jclass.chart3d.j2d.actions.SwitchRotateZAction
Called by JCChart3dArea when the chart area has been refreshed and the animation must be redrawn.
reanimate(int, int) - Method in class com.klg.jclass.chart3d.j2d.actions.TranslateAction
Called by JCChart3dArea when the chart area has been refreshed and the animation must be redrawn.
reanimate(int, int) - Method in class com.klg.jclass.chart3d.j2d.actions.ZoomAction
Called by JCChart3dArea when the chart area has been refreshed and the animation must be redrawn.
reanimate(int, int) - Method in class com.klg.jclass.chart3d.j3d.actions.BaseAction
Called by JCChart3dArea when the chart area has been refreshed and the animation must be redrawn.
reanimate(int, int) - Method in class com.klg.jclass.chart3d.j3d.actions.CustomizeAction
Called by JCChart3dArea when the chart area has been refreshed and the animation must be redrawn.
reanimate(int, int) - Method in class com.klg.jclass.chart3d.j3d.actions.EditAction
 
reanimate(int, int) - Method in class com.klg.jclass.chart3d.j3d.actions.PickAction
Called by JCChart3dArea when the chart area has been refreshed and the animation must be redrawn.
reanimate(int, int) - Method in class com.klg.jclass.chart3d.j3d.actions.RotateAction
Called by JCChart3dArea when the chart area has been refreshed and the animation must be redrawn.
reanimate(int, int) - Method in class com.klg.jclass.chart3d.j3d.actions.ScaleAction
Called by JCChart3dArea when the chart area has been refreshed and the animation must be redrawn.
reanimate(int, int) - Method in class com.klg.jclass.chart3d.j3d.actions.TranslateAction
Called by JCChart3dArea when the chart area has been refreshed and the animation must be redrawn.
reanimate(int, int) - Method in interface com.klg.jclass.chart3d.JCAction
Called by JCChart3dArea when the chart area has been refreshed and the animation must be redrawn.
reanimate(int, int) - Method in class com.klg.jclass.chart3d.JCActionAdapter
Called by JCChart3dArea when the chart area has been refreshed and the animation must be redrawn.
RECALC - Static variable in interface com.klg.jclass.util.Changeable
 
recalc() - Method in class com.klg.jclass.chart.ChartInteriorRegion
Recalculates the contents of the chart region.
recalc() - Method in class com.klg.jclass.chart.ChartText
 
recalc() - Method in class com.klg.jclass.chart.JCAxis
Recalculates the axis parameters.
recalc() - Method in class com.klg.jclass.chart.JCChart
Recalculates the entire chart if it has been marked for recalculation.
recalc() - Method in class com.klg.jclass.chart.JCChartArea
If necessary, forces recalculation of the chart area.
recalc() - Method in class com.klg.jclass.chart.JCChartLabel
Determines the correct location of the label and moves there.
recalc() - Method in class com.klg.jclass.chart.TrackChange
Method used to recalculate extents of related objects.
recalc() - Method in class com.klg.jclass.chart3d.JCChart3d
Recalculates the entire chart, if it has been marked for recalculation.
recalc() - Method in class com.klg.jclass.chart3d.JCChart3dArea
If necessary, forces recalculation of the chart area.
recalc() - Method in class com.klg.jclass.util.legend.JCLegend
Recalculates extents of the legend.
recalc(boolean) - Method in class com.klg.jclass.chart.ChartText
Recalculates the extents of the label.
recalcChangedChartLabels() - Method in interface com.klg.jclass.chart.JCChartLabelManager
Forces recalculation of any chart labels marked for a recalc.
recalcChangedChartLabels() - Method in class com.klg.jclass.chart.JCDefaultChartLabelManager
Forces recalculation of any chart labels marked for a recalc.
recalcContours() - Method in class com.klg.jclass.chart3d.JCContour
Checks whether to calculate or destroy the contours based on the contour and zone flags from this object, and the floor and ceiling projections.
recalculateRowFormats(int) - Method in class com.klg.jclass.higrid.HiGrid
Recalculates the RowFormats.
recognize(String) - Method in class com.klg.jclass.page.adobe.postscript.AFMParser
 
reconfigureComponents() - Method in class com.klg.jclass.table.ComponentHandler
Reconfigure components such that components in visible cells are visible and components in invisible cells are invisible.
reconfigureComponents() - Method in interface com.klg.jclass.table.ComponentModel
Reconfigure components such that components in visible cells are visible and components in invisible cells are invisible.
reconnect() - Method in class com.klg.jclass.datasource.jdbc.DataTableConnection
Reconnect using previous parameters.
record - Static variable in class com.klg.jclass.higrid.LocaleBundle
 
RECORD_FORMAT - Static variable in class com.klg.jclass.higrid.FormatNode
Specifies a RecordFormat
record_of_total - Static variable in class com.klg.jclass.datasource.LocaleBundle
 
RECORD_OF_TOTAL - Static variable in class com.klg.jclass.datasource.util.LocaleBundle
 
RECORD_OF_TOTAL_STATUS - Static variable in class com.klg.jclass.datasource.util.LocaleBundle
 
recordCellStyle - Variable in class com.klg.jclass.higrid.HiGrid
 
RecordFormat - class com.klg.jclass.higrid.RecordFormat.
A RecordFormat object describes a row which is one of a group of records within a single table.
RecordFormat() - Constructor for class com.klg.jclass.higrid.RecordFormat
Default Constructor.
RECORDS - Static variable in class com.klg.jclass.datasource.util.LocaleBundle
 
recreateIcons() - Method in class com.klg.jclass.higrid.DefaultEditStatusRenderer
Allows lazy creation of icons and permits cut and paste serialization.
recreateIcons() - Method in class com.klg.jclass.higrid.FolderIconStyle
Allows lazy creation of icons and permits cut and paste serialization.
recreateToolTip() - Method in class com.klg.jclass.higrid.GridArea
Allows lazy creation of tooltips and permits cut and paste serialization.
Rectangle - class com.klg.jclass.chart3d.shape.Rectangle.
The Rectangle class is an extension of the BaseShape class that draws a rectangle for a point.
RECTANGLE - Static variable in class com.klg.jclass.chart3d.JCSymbolStyle
 
RECTANGLE - Static variable in class com.klg.jclass.swing.gauge.JCIndicatorStyle
Rectangle
RECTANGLE - Static variable in class com.klg.jclass.swing.gauge.JCTickStyle
Rectangle
Rectangle() - Constructor for class com.klg.jclass.chart3d.shape.Rectangle
Default constructor (required)
recursivelyDeleteChildren(BaseDataTable, DataModelListener) - Method in class com.klg.jclass.datasource.BaseDataTable
Checks recursively to determine if any listener objects to the deletion of the passed subtree.
RED - Static variable in class com.klg.jclass.chart3d.DefaultColors
Index that gives the RED component of given color in the color array
REDRAW - Static variable in interface com.klg.jclass.util.Changeable
 
redraw() - Method in class com.klg.jclass.chart3d.j3d.JCChart3dJava3d
Overrides the parent method to call update() instead of repaint().
redraw() - Method in class com.klg.jclass.chart3d.JCChart3d
For internal use only.
redraw() - Method in class com.klg.jclass.swing.gauge.JCAbstractIndicator
Call this instead of paint so that the repaintEnabled flag can be checked.
redraw() - Method in class com.klg.jclass.swing.gauge.JCAbstractRange
Does nothing, overridden in JCLinearRange or JCCircularRange.
redraw() - Method in class com.klg.jclass.swing.gauge.JCAbstractScale
Call this instead of paint so that the repaintEnabled flag can be checked.
redraw() - Method in class com.klg.jclass.swing.gauge.JCAbstractTick
Call this instead of paint so that the repaintEnabled flag can be checked.
redraw() - Method in class com.klg.jclass.swing.gauge.JCCenter
Call this instead of paint so that the repaintEnabled flag can be checked.
redraw() - Method in class com.klg.jclass.swing.gauge.JCCircularGauge
Call this instead of paint so that the repaintEnabled flag can be checked.
redraw() - Method in class com.klg.jclass.swing.gauge.JCCircularRange
Call this instead of paint so that the repaintEnabled flag can be checked.
redraw() - Method in class com.klg.jclass.swing.gauge.JCCircularScale
Call this instead of paint so that the repaintEnabled flag can be checked.
redraw() - Method in class com.klg.jclass.swing.gauge.JCGauge
Call this instead of paint so that the repaintEnabled flag can be checked.
redraw() - Method in class com.klg.jclass.swing.gauge.JCLinearGauge
Call this instead of paint so that the repaintEnabled flag can be checked.
redraw() - Method in class com.klg.jclass.swing.gauge.JCLinearRange
Call this instead of paint so that the repaintEnabled flag can be checked.
redraw() - Method in class com.klg.jclass.swing.gauge.JCLinearScale
Call this instead of paint so that the repaintEnabled flag can be checked.
redraw(boolean) - Method in class com.klg.jclass.swing.gauge.JCAbstractTick
Does nothing.
redraw(boolean) - Method in class com.klg.jclass.swing.gauge.JCCircularTick
Call this instead of paint so that the repaintEnabled flag can be checked.
redraw(boolean) - Method in class com.klg.jclass.swing.gauge.JCLinearTick
Call this instead of paint so that the repaintEnabled flag can be checked.
redrawLabels() - Method in class com.klg.jclass.swing.gauge.JCAbstractTick
Does nothing.
redrawLabels() - Method in class com.klg.jclass.swing.gauge.JCCircularTick
Layout and redraw labels.
redrawLabels() - Method in class com.klg.jclass.swing.gauge.JCLinearTick
Layout and redraw labels.
referenceList - Variable in class com.klg.jclass.page.adobe.pdf.JCPDFPrinter.StreamInfo
A List of object references and offsets
refresh - Static variable in class com.klg.jclass.datasource.LocaleBundle
 
refresh() - Method in class com.klg.jclass.datasource.swing.DSdbJNavigator
Resets and repaints component.
refresh() - Method in class com.klg.jclass.higrid.DefaultDataModelListener
Refresh higrid.
refresh() - Method in class com.klg.jclass.higrid.GridArea
Repaints the entire grid
refresh() - Method in class com.klg.jclass.higrid.HiGrid
Redraw the entire grid.
refresh(boolean) - Method in class com.klg.jclass.higrid.HiGrid
Refreshes the grid area if the passed-parameter is true.
refresh(boolean, boolean) - Method in class com.klg.jclass.higrid.HiGrid
Refreshes the grid area if the passed-parameters are true.
refresh(int) - Method in class com.klg.jclass.higrid.GridArea
Repaints the grid based on the passed number of pixels.
refresh(int) - Method in class com.klg.jclass.higrid.HiGrid
Refreshes an area given specified by pixels.
refresh(int, int, int, int) - Method in class com.klg.jclass.higrid.GridArea
Repaints the grid based on the passed rectangle coordinates
refresh(RowNode, RowNode, boolean) - Method in class com.klg.jclass.higrid.HiGrid
 
refreshCell(CellPosition) - Method in class com.klg.jclass.higrid.HiGrid
Refreshes the cell.
refreshCell(Object) - Method in class com.klg.jclass.datasource.util.FieldDataBinding
Must be implemented by subclasses in order to update the component's data contents when the current row changes or the record is modified.
refreshCell(Object) - Method in class com.klg.jclass.field.db.datasource.DataBinding
Implementation of an abstract superclass method that updates the component's data contents when the current row changes or the record is modified.
refreshChildrenRows(RowNode) - Method in class com.klg.jclass.higrid.HiGrid
Refreshes the children of RowNode.
refreshDataSet() - Method in interface com.klg.jclass.datasource.IdeMetaDataModel
 
refreshDataSet() - Method in class com.klg.jclass.datasource.jbuilder.MetaData
For internal use only.
refreshEditStatus(CellPosition, boolean) - Method in class com.klg.jclass.higrid.HiGrid
Refreshes the edit status cell.
refreshEditStatus(RowNode) - Method in class com.klg.jclass.higrid.HiGrid
Refreshes the edit status cell.
refreshGrid - Variable in class com.klg.jclass.higrid.DefaultDataModelListener
 
refreshGridArea() - Method in class com.klg.jclass.higrid.HiGrid
Refreshes the grid area.
refreshGridArea(int) - Method in class com.klg.jclass.higrid.HiGrid
Refreshes a portion of the grid area.
refreshGridArea(int, int, int, int) - Method in class com.klg.jclass.higrid.HiGrid
Refreshes the grid area based on the coordinates and dimension.
refreshPointSeriesList(Point3d[][]) - Method in class com.klg.jclass.chart3d.Chart3dPointData
Refreshes the list of Chart3dPointSeries with possibly new data.
refreshRow(long) - Method in class com.klg.jclass.datasource.BaseDataTable
Re-reads a row from the originating data source.
refreshRow(long) - Method in interface com.klg.jclass.datasource.DataTableAbstractionLayer
Re-reads a row from the originating data source.
refreshRow(long) - Method in class com.klg.jclass.datasource.jbuilder.DataTable
Re-reads a row from the originating data source.
refreshRow(long) - Method in class com.klg.jclass.datasource.jdbc.DataTable
For internal use only.
refreshRow(RowNode) - Method in class com.klg.jclass.higrid.DefaultDataModelListener
Refresh the indicated row
refreshRow(RowNode) - Method in class com.klg.jclass.higrid.HiGrid
 
refreshRowAndBelow(RowNode, int) - Method in class com.klg.jclass.higrid.HiGrid
Refreshes rows that depend on RowNode.
refreshRows(int, int) - Method in class com.klg.jclass.higrid.HiGrid
Refreshes rows.
refreshRowsWithoutEditor(int, int) - Method in class com.klg.jclass.higrid.HiGrid
Refreshes rows.
refreshRowWithoutEditor(RowNode) - Method in class com.klg.jclass.higrid.HiGrid
Refreshes rows.
refreshText() - Method in class com.klg.jclass.datasource.util.SqlStatement
The SQL statement has changed, show the statement with the new changes.
regen - Variable in class com.klg.jclass.util.SettableListResourceBundle
True if contents needs to be regenerated.
REGION_1 - Static variable in class com.klg.jclass.chart3d.GridRegion
 
REGION_2 - Static variable in class com.klg.jclass.chart3d.GridRegion
 
REGION_3 - Static variable in class com.klg.jclass.chart3d.GridRegion
 
REGION_4 - Static variable in class com.klg.jclass.chart3d.GridRegion
 
REGION_5 - Static variable in class com.klg.jclass.chart3d.GridRegion
 
REGION_6 - Static variable in class com.klg.jclass.chart3d.GridRegion
 
REGION_7 - Static variable in class com.klg.jclass.chart3d.GridRegion
 
REGION_8 - Static variable in class com.klg.jclass.chart3d.GridRegion
 
REGION_9 - Static variable in class com.klg.jclass.chart3d.GridRegion
 
registerDocument(JCDocument) - Method in class com.klg.jclass.page.awt.JCAWTPrinter
Store the document being printed in this object so callbacks to the document can be made by the printer thread This is for internal use only.
registerFieldEditors() - Static method in class com.klg.jclass.field.cell.JCFieldCellRegister
Registers the Field editors.
registerFieldRenderers() - Static method in class com.klg.jclass.field.cell.JCFieldCellRegister
Registers the Field renderers.
registerFirstLast(int, int) - Method in class com.klg.jclass.page.awt.JCAWTPrinter
Store the first and last page to be printed so that when printing actually starts, we know what we're supposed to print.
registerUI() - Method in class com.klg.jclass.chart.JCChart
Tells the UIManager class which class to use for JCChart.
registerUI() - Method in class com.klg.jclass.chart3d.JCChart3d
Tells the UIManager class which class to use for JCChart3d.
registryType - Variable in class com.klg.jclass.util.swing.JCTableColumn
 
relative_move_failed - Static variable in class com.klg.jclass.datasource.LocaleBundle
 
RELATIVE_URL - Static variable in class com.klg.jclass.util.io.Properties
 
relative(int) - Method in class com.klg.jclass.datasource.BaseDataTable
Move the cursor forward or backward by "n" rows from the current position.
relative(int) - Method in class com.klg.jclass.datasource.beans.JCData
Moves the cursor forward or backward by "n" rows from the current position.
relative(int) - Method in interface com.klg.jclass.datasource.DataTableModel
Moves this table's private cursor forward or backward by "n" rows from the current position.
relative(int) - Method in class com.klg.jclass.higrid.SummaryDataTable
Move the cursor forward or backward by "n" rows from the current position.
relativeURLPrefix - Variable in class com.klg.jclass.util.io.LoadProperties
Prefix pre-pended to relative URLs
reLayout(boolean) - Method in class com.klg.jclass.swing.JCTreeTable.SwitchRenderer
Remove all components and add the components back in based on their availability and the table's component orientation.
reLayout(boolean) - Method in class com.klg.jclass.util.swing.JCSortableTable.SortableHeaderRenderer
Remove all components and add the components back in based on their availability and the table's component orientation.
reLayoutColumnRenderers() - Method in class com.klg.jclass.swing.JCTreeTable
Iterate through the columns to get the renderer so that we can reset the horizontal alignment on JCCellRenderers.
reLayoutColumnRenderers() - Method in class com.klg.jclass.util.swing.JCSortableTable
Iterate through the columns to get the renderer so that we can reset the horizontal alignment on JCCellRenderers.
RELOAD - Static variable in class com.klg.jclass.chart.ChartDataEvent
Enum indicating that the data should be reloaded.
RELOAD - Static variable in class com.klg.jclass.chart3d.event.Chart3dDataEvent
Enum indicating that the data should be reloaded.
RELOAD_ALL_POINT_LABELS - Static variable in class com.klg.jclass.chart.ChartDataEvent
Enum value indicating all point labels need to be reloaded.
RELOAD_ALL_SERIES_LABELS - Static variable in class com.klg.jclass.chart.ChartDataEvent
Enum value indicating that all series labels need to be reloaded.
RELOAD_ALL_SERIES_LABELS - Static variable in class com.klg.jclass.chart3d.event.Chart3dPointDataEvent
Enum value indicating all series labels need to be reloaded.
RELOAD_ALL_XLABELS - Static variable in class com.klg.jclass.chart3d.event.Chart3dGridDataEvent
Enum value indicating all xLabels are affected.
RELOAD_ALL_YLABELS - Static variable in class com.klg.jclass.chart3d.event.Chart3dGridDataEvent
Enum value indicating all yLabels are affected.
RELOAD_DATA_SOURCE_NAME - Static variable in class com.klg.jclass.chart.ChartDataEvent
Enum value indicating the data source name that needs to be reloaded.
RELOAD_DATA_SOURCE_NAME - Static variable in class com.klg.jclass.chart3d.event.Chart3dDataEvent
Enum value indicating the data source name needs to be reloaded
RELOAD_HOLE_VALUE - Static variable in class com.klg.jclass.chart.ChartDataEvent
Enum value indicating that the hole value needs to be reloaded.
RELOAD_HOLE_VALUE - Static variable in class com.klg.jclass.chart3d.event.Chart3dDataEvent
Enum value indicating the hole value needs to be reloaded
RELOAD_IMAGE_MAP_INFO - Static variable in class com.klg.jclass.chart.ChartDataEvent
Enum value indicating that the image map information needs to be reloaded.
RELOAD_POINT - Static variable in class com.klg.jclass.chart.ChartDataEvent
Enum value indicating a single data value has changed.
RELOAD_POINT - Static variable in class com.klg.jclass.chart3d.event.Chart3dPointDataEvent
Enum value indicating a single data value has changed.
RELOAD_POINT_LABEL - Static variable in class com.klg.jclass.chart.ChartDataEvent
Enum value indicating a particular point label needs to be reloaded.
RELOAD_SERIES - Static variable in class com.klg.jclass.chart.ChartDataEvent
Enum value indicating a data series has changed.
RELOAD_SERIES - Static variable in class com.klg.jclass.chart3d.event.Chart3dPointDataEvent
Enum value indicating a data series has changed.
RELOAD_SERIES_LABEL - Static variable in class com.klg.jclass.chart.ChartDataEvent
Enum value indicating a particular series label needs to be reloaded.
RELOAD_SERIES_LABEL - Static variable in class com.klg.jclass.chart3d.event.Chart3dPointDataEvent
Enum value indicating a particular series label needs to be reloaded.
RELOAD_XGRID - Static variable in class com.klg.jclass.chart3d.event.Chart3dGridDataEvent
Enum value indicating all x values are affected.
RELOAD_XLABEL - Static variable in class com.klg.jclass.chart3d.event.Chart3dGridDataEvent
Enum value indicating a particular xLabel is affected.
RELOAD_XVALUE - Static variable in class com.klg.jclass.chart3d.event.Chart3dGridDataEvent
Enum value indicating a given x value is affected.
RELOAD_YGRID - Static variable in class com.klg.jclass.chart3d.event.Chart3dGridDataEvent
Enum value indicating all y values are affected.
RELOAD_YLABEL - Static variable in class com.klg.jclass.chart3d.event.Chart3dGridDataEvent
Enum value indicating a particular yLabel is affected.
RELOAD_YVALUE - Static variable in class com.klg.jclass.chart3d.event.Chart3dGridDataEvent
Enum value indicating a given y value is affected.
RELOAD_ZALL - Static variable in class com.klg.jclass.chart3d.event.Chart3dGridDataEvent
Enum value indicating the entire doubly indexed array of zValues is affected.
RELOAD_ZARRAY - Static variable in class com.klg.jclass.chart3d.event.Chart3dGridDataEvent
Enum value indicating one array of zValues is affected.
RELOAD_ZVALUE - Static variable in class com.klg.jclass.chart3d.event.Chart3dGridDataEvent
Enum value indicating one z Value is affected.
reload(Chart3dDataModel) - Method in class com.klg.jclass.chart3d.Chart3dDataHandler
Implements Chart3dDataEvent.RELOAD .
reload(Chart3dDataModel) - Method in class com.klg.jclass.chart3d.Chart3dGridDataHandler
Implements Chart3dDataEvent.RELOAD.
reload(Chart3dDataModel) - Method in class com.klg.jclass.chart3d.Chart3dPointDataHandler
Implements Chart3dDataEvent.RELOAD.
reloadAllSeriesLabels(Chart3dPointDataModel) - Method in class com.klg.jclass.chart3d.Chart3dPointDataHandler
Implements Chart3dPointDataEvent.RELOAD_ALL_SERIES_LABELS.
reloadAllXLabels(Chart3dGridDataModel) - Method in class com.klg.jclass.chart3d.Chart3dGridDataHandler
Implements Chart3dGridDataEvent.RELOAD_ALL_XLABELS.
reloadAllYLabels(Chart3dGridDataModel) - Method in class com.klg.jclass.chart3d.Chart3dGridDataHandler
Implements Chart3dGridDataEvent.RELOAD_ALL_YLABELS.
reloadDataSourceName(Chart3dDataModel) - Method in class com.klg.jclass.chart3d.Chart3dDataHandler
Implements Chart3dDataEvent.RELOAD_DATA_SOURCE_NAME .
reloadHoleValue(Chart3dDataModel) - Method in class com.klg.jclass.chart3d.Chart3dDataHandler
Implements Chart3dDataEvent.RELOAD_HOLE_VALUE .
reloadPoint(Chart3dPointDataModel, int, int) - Method in class com.klg.jclass.chart3d.Chart3dPointDataHandler
Implements Chart3dPointDataEvent.RELOAD_POINT.
reloadSeries(Chart3dPointDataModel, int) - Method in class com.klg.jclass.chart3d.Chart3dPointDataHandler
Implements Chart3dPointDataEvent.RELOAD_SERIES.
reloadSeriesLabel(Chart3dPointDataModel, int) - Method in class com.klg.jclass.chart3d.Chart3dPointDataHandler
Implements Chart3dPointDataEvent.RELOAD_SERIES_LABEL.
reloadXGrid(Chart3dGridDataModel) - Method in class com.klg.jclass.chart3d.Chart3dGridDataHandler
Implements Chart3dGridDataEvent.RELOAD_XGRID.
reloadXLabel(Chart3dGridDataModel, int) - Method in class com.klg.jclass.chart3d.Chart3dGridDataHandler
Implements Chart3dGridDataEvent.RELOAD_XLABEL.
reloadXValue(Chart3dGridDataModel, int) - Method in class com.klg.jclass.chart3d.Chart3dGridDataHandler
Implements Chart3dGridDataEvent.RELOAD_XVALUE.
reloadYGrid(Chart3dGridDataModel) - Method in class com.klg.jclass.chart3d.Chart3dGridDataHandler
Implements Chart3dGridDataEvent.RELOAD_YGRID.
reloadYLabel(Chart3dGridDataModel, int) - Method in class com.klg.jclass.chart3d.Chart3dGridDataHandler
Implements Chart3dGridDataEvent.RELOAD_YLABEL .
reloadYValue(Chart3dGridDataModel, int) - Method in class com.klg.jclass.chart3d.Chart3dGridDataHandler
Implements Chart3dGridDataEvent.RELOAD_YVALUE.
reloadZAll(Chart3dGridDataModel) - Method in class com.klg.jclass.chart3d.Chart3dGridDataHandler
Implements Chart3dGridDataEvent.RELOAD_ZALL.
reloadZArray(Chart3dGridDataModel, int) - Method in class com.klg.jclass.chart3d.Chart3dGridDataHandler
Implements Chart3dDataEvent.RELOAD_ZARRAY .
reloadZValue(Chart3dGridDataModel, int, int) - Method in class com.klg.jclass.chart3d.Chart3dGridDataHandler
Implements Chart3dGridDataEvent.RELOAD_ZVALUE.
Remainder - class com.klg.jclass.util.formulae.Remainder.
This is a concrete implementation for the remained "%" operation.
Remainder(Expression, Expression) - Constructor for class com.klg.jclass.util.formulae.Remainder
Create an operation to take the reminder of one Expression WRT another
Remainder(Expression, Number) - Constructor for class com.klg.jclass.util.formulae.Remainder
Create an operation to take the remainder of an Expression WRT a Number
Remainder(Number, Expression) - Constructor for class com.klg.jclass.util.formulae.Remainder
Create an operation to take the remainder of a Number WRT an Expression
Remainder(Number, Number) - Constructor for class com.klg.jclass.util.formulae.Remainder
Create an operation to take the remainder of a Number WRT another
remap(int[]) - Method in class com.klg.jclass.table.JCRowColumnSeries
Reorders after the mapping changes.
remap(int[]) - Method in interface com.klg.jclass.table.RowColumnSeriesModel
Reorders after the mapping changes.
remapColumns(int[]) - Method in class com.klg.jclass.table.JCSelection
Reorders selected columns after the column mapping changes.
remapColumns(int[]) - Method in class com.klg.jclass.table.JCSeries
Reorders columns after the column mapping changes.
remapColumns(int[]) - Method in interface com.klg.jclass.table.Moveable
Reorders columns after the column mapping changes.
remapColumns(int[], int[]) - Method in interface com.klg.jclass.table.CellLayoutModel
Remaps widths after the column map changes.
remapColumns(int[], int[]) - Method in class com.klg.jclass.table.JCCellLayout
Remaps widths after the column map changes.
remapColumns(int[], int[]) - Method in class com.klg.jclass.table.PrintCellLayout
 
remapRows(int[]) - Method in class com.klg.jclass.table.JCSelection
Reorders selected rows after the row mapping changes.
remapRows(int[]) - Method in class com.klg.jclass.table.JCSeries
Reorders rows after the row mapping changes.
remapRows(int[]) - Method in interface com.klg.jclass.table.Moveable
Reorders rows after the row mapping changes.
remapRows(int[], int[]) - Method in interface com.klg.jclass.table.CellLayoutModel
Remaps heights after the row map changes.
remapRows(int[], int[]) - Method in class com.klg.jclass.table.JCCellLayout
Remaps heights after the row map changes.
remapRows(int[], int[]) - Method in class com.klg.jclass.table.PrintCellLayout
 
REMOVE_COLUMN - Static variable in class com.klg.jclass.table.JCTableDataEvent
Indicates that one or more column have been deleted from the data source.
REMOVE_ROW - Static variable in class com.klg.jclass.table.JCTableDataEvent
Indicates that one or more rows have been deleted from the data source.
REMOVE_SERIES - Static variable in class com.klg.jclass.chart.ChartDataEvent
Enum value indicating a data series has been removed.
REMOVE_SERIES - Static variable in class com.klg.jclass.chart3d.event.Chart3dPointDataEvent
Enum value indicating a data series has been removed.
remove() - Method in class com.klg.jclass.util.formulae.TableExpressionListIterator
Remove the last accessed element of the List NOTE: remove() is not supported on TableExpressionLists
remove(DataSourceTreeNode) - Method in class com.klg.jclass.datasource.beans.TreeProperties
Removes a node from the tree.
remove(DataSourceTreeNode) - Method in class com.klg.jclass.higrid.beans.GridProperties
Removes a node from the tree.
remove(int) - Method in class com.klg.jclass.util.formulae.ExpressionList
Remove the element at the given position from the List
remove(int) - Method in class com.klg.jclass.util.formulae.MathExpressionList
Remove the element at the given position from the List
remove(int, int) - Method in class com.klg.jclass.field.Field.TextFieldContent
Removes part of the content.
remove(int, int) - Method in class com.klg.jclass.table.JCSeries
Removes the item if the cell was found.
remove(JCListenerList, Object) - Static method in class com.klg.jclass.util.JCListenerList
 
remove(Object) - Method in class com.klg.jclass.util.formulae.ExpressionList
Remove the given element from the List (if it exists)
remove(Object) - Method in class com.klg.jclass.util.formulae.MathExpressionList
Remove the given element from the List (if it exists)
removeAction(ActionInitiator) - Method in class com.klg.jclass.chart3d.JCActionTable
Removes an action.
removeAction(ActionInitiator, int) - Method in class com.klg.jclass.higrid.Controller
Removes an ActionInitiator/action pair from HiGrid.
removeAction(ActionInitiator, int) - Method in class com.klg.jclass.table.JCTable
Removes an ActionInitiator/action pair from table.
removeAction(HiGridAction) - Method in class com.klg.jclass.higrid.Controller
Removes an action from HiGrid.
removeAction(int) - Method in class com.klg.jclass.higrid.Controller
Removes any ActionInitiator set for the given action type.
removeAction(int) - Method in class com.klg.jclass.table.JCTable
Removes any ActionInitiator set for the given action type.
removeAction(TableAction) - Method in class com.klg.jclass.table.JCTable
Removes an action from table.
removeActionListener(ActionListener) - Method in class com.klg.jclass.field.JCComboField
Removes an ActionListener.
removeActionListener(ActionListener) - Method in class com.klg.jclass.field.validate.JCDateTimeValidator.TimeSpin
 
removeActionListener(ActionListener) - Method in class com.klg.jclass.swing.JCPopupCalendar.DateEditor
Remove an ActionListener.
removeActionListener(ActionListener) - Method in class com.klg.jclass.util.calendar.AbstractLabel
remove listener to receive action event when data is changed by the user
removeActionListener(ActionListener) - Method in interface com.klg.jclass.util.calendar.CalendarComponent
Removes an action listener on this component.
removeActionListener(ActionListener) - Method in class com.klg.jclass.util.calendar.CalendarContainer
Remove listener to receive action event when data is changed by the user.
removeActionListener(ActionListener) - Method in class com.klg.jclass.util.calendar.DayTable
Remove listener to receive action event when data is changed by the user.
removeActionListener(ActionListener) - Method in class com.klg.jclass.util.calendar.MonthPopdown
remove listener to receive action event when data is changed by the user
removeActionListener(ActionListener) - Method in class com.klg.jclass.util.calendar.MonthSpin
Remove listener to receive action event when data is changed by the user
removeActionListener(ActionListener) - Method in class com.klg.jclass.util.calendar.MonthTable
remove listener to receive action event when data is changed by the user.
removeActionListener(ActionListener) - Method in class com.klg.jclass.util.calendar.TimeSpin
This is unused.
removeActionListener(ActionListener) - Method in class com.klg.jclass.util.calendar.YearSpin
Remove listener to receive action event when data is changed by the user
removeActionListener(ActionListener) - Method in class com.klg.jclass.util.swing.JCSpinBox
Removes an ActionListener.
removeActionListener(ActionListener) - Method in interface com.klg.jclass.util.swing.JCSpinBoxEditor
Removes an ActionListener.
removeAll() - Method in class com.klg.jclass.datasource.beans.TreeProperties
Removes all nodes from the tree.
removeAll() - Method in class com.klg.jclass.higrid.beans.GridProperties
Removes all nodes from the tree.
removeAll(Collection) - Method in class com.klg.jclass.util.formulae.ExpressionList
Remove all elements of the given collection from the List (if they exist)
removeAll(Collection) - Method in class com.klg.jclass.util.formulae.MathExpressionList
Remove all elements of the given collection from the List (if they exist)
removeAllActions() - Method in class com.klg.jclass.chart3d.JCActionTable
Removes all actions from JClass Chart 3D.
removeAllActions() - Method in class com.klg.jclass.higrid.Controller
Removes all actions from HiGrid.
removeAllActions() - Method in class com.klg.jclass.table.JCTable
Removes all actions from table.
removeAllAnnotation() - Method in class com.klg.jclass.chart3d.j3d.JCPlotCubeJava3d
Removes all BranchGroups containing annotation.
removeAllAnnotations() - Method in class com.klg.jclass.chart.JCAxis
Removes all JCAnno objects from the internal List.
removeAllChartLabels() - Method in interface com.klg.jclass.chart.JCChartLabelManager
Removes all of the chart labels.
removeAllChartLabels() - Method in class com.klg.jclass.chart.JCDefaultChartLabelManager
Removes all of the chart labels.
removeAllChildren() - Method in class com.klg.jclass.chart3d.j3d.JCBranchGroup
Removes all child nodes from this BranchGroup.
removeAllContent() - Method in class com.klg.jclass.chart3d.j3d.JC3DUniverse
Removes the BranchGroup containing the 3D chart from the scene graph.
removeAllDataGroups() - Method in class com.klg.jclass.chart3d.j3d.JCPlotCubeJava3d
 
removeAllGrids() - Method in class com.klg.jclass.chart.JCAxis
 
removeAllItems() - Method in class com.klg.jclass.util.swing.JCSpinBox
Removes all items from the item list.
removeAllJoins() - Method in class com.klg.jclass.datasource.beans.NodeProperties
Removes all the join columns.
removeAllKeyActions() - Method in class com.klg.jclass.chart3d.JCActionTable
Removes all key actions from JClass Chart 3D.
removeAllKeyActions() - Method in class com.klg.jclass.higrid.Controller
Removes all key actions from HiGrid.
removeAllLighting() - Method in class com.klg.jclass.chart3d.j3d.JCChart3dAreaJava3d
Removes all Light objects from the scene graph.
removeAllMouseActions() - Method in class com.klg.jclass.chart3d.JCActionTable
Removes all mouse actions from JClass Chart 3D.
removeAllMouseActions() - Method in class com.klg.jclass.higrid.Controller
Removes all mouse actions from HiGrid.
removeAllParameterColumns() - Method in class com.klg.jclass.datasource.util.SqlStatement
Remove all parameter columns from the WHERE clause of an SQL statement.
removeAllVirtualColumns() - Method in class com.klg.jclass.datasource.beans.NodeProperties
Removes all virtual columns.
removeAnnotation(int) - Method in class com.klg.jclass.chart.JCAxis
Removes the JCAnno object at the specified index from this axis.
removeAnnotation(JCAnno) - Method in class com.klg.jclass.chart.JCAxis
Removes the specified JCAnno object from this axis.
removeAutoLabels(ChartDataView) - Method in interface com.klg.jclass.chart.JCChartLabelManager
Removes all of the automatically created JCChartLabels.
removeAutoLabels(ChartDataView) - Method in class com.klg.jclass.chart.JCDefaultChartLabelManager
Removes all of the automatically created JCChartLabels.
removeAutoLabels(ChartDataView, int, int) - Method in interface com.klg.jclass.chart.JCChartLabelManager
Removes some of the automatically created JCChartLabels.
removeAutoLabels(ChartDataView, int, int) - Method in class com.klg.jclass.chart.JCDefaultChartLabelManager
Removes some of the automatically created JCChartLabels.
removeBackground() - Method in class com.klg.jclass.chart3d.j3d.JC3DUniverse
Removes the Background object from the scene graph.
removeBindingListener(DataModelListener) - Method in class com.klg.jclass.datasource.ReadOnlyBinding
Implements DataModel method removeDataModelListener.
removeBindingListener(DataModelListener) - Method in interface com.klg.jclass.datasource.ReadOnlyBindingModel
Implements DataModel method removeDataModelListener.
removeCeilingProjection() - Method in class com.klg.jclass.chart3d.j3d.JCPlotCubeJava3d
Removes chart projection from the ceiling of the plotcube.
removeCellComponents() - Method in class com.klg.jclass.table.ComponentHandler
Remove components when a span is added.
removeCellComponents() - Method in interface com.klg.jclass.table.ComponentModel
Remove components when a span is added.
removeCellDisplayListener(JCCellDisplayListener) - Method in class com.klg.jclass.table.JCTable
Removes the specified listener so it no longer receives JCCellDisplayEvent objects.
removeCellEditorListener(CellEditorListener) - Method in class com.klg.jclass.swing.JCTreeExplorer.TreeEditor
 
removeCellEditorListener(CellEditorListener) - Method in class com.klg.jclass.swing.JCTreeExplorer.FirstColumnEditor
 
removeCellEditorListener(CellEditorListener) - Method in class com.klg.jclass.swing.JCTreeTable.Editor
 
removeCellEditorListener(JCCellEditorListener) - Method in class com.klg.jclass.cell.editors.BaseCellEditor
Remove a listener from the list that's notified
removeCellEditorListener(JCCellEditorListener) - Method in class com.klg.jclass.cell.editors.JCCheckBoxCellEditor
Removes a listener from the list that is notified when the editor starts, stops, or cancels editing.
removeCellEditorListener(JCCellEditorListener) - Method in class com.klg.jclass.cell.editors.JCComboBoxCellEditor
Removes a listener from the list that's notified when the editor starts, stops, or cancels editing.
removeCellEditorListener(JCCellEditorListener) - Method in class com.klg.jclass.cell.editors.JCImageCellEditor
Removes a listener from the list that's notified when the editor starts, stops, or cancels editing.
removeCellEditorListener(JCCellEditorListener) - Method in class com.klg.jclass.cell.editors.JCMultilineCellEditor
Removes a listener from the list that is notified when the edit starts, stops, or is canceled.
removeCellEditorListener(JCCellEditorListener) - Method in interface com.klg.jclass.cell.JCCellEditorEventSource
Removes a listener from the list that is notified when the editor starts, stops, or cancels editing.
removeCellEditorListener(JCCellEditorListener) - Method in class com.klg.jclass.cell.JCCellEditorSupport
Removes a JCCellEditorListener from the list.
removeCellEditorListener(JCCellEditorListener) - Method in class com.klg.jclass.datasource.swing.DSdbJComboBox
Remove a listener from the list that's notified
removeCellEditorListener(JCCellEditorListener) - Method in class com.klg.jclass.field.cell.JCComboFieldCellEditor
Removes a listener from the list that is notified when the editor starts, stops, or cancels editing.
removeCellEditorListener(JCCellEditorListener) - Method in class com.klg.jclass.field.cell.JCPopupFieldCellEditor
Removes a listener from the list that is notified when the editor starts, stops, or cancels editing.
removeCellEditorListener(JCCellEditorListener) - Method in class com.klg.jclass.field.cell.JCSpinFieldCellEditor
Removes a listener from the list that is notified when the editor starts, stops, or cancels editing.
removeCellEditorListener(JCCellEditorListener) - Method in class com.klg.jclass.field.cell.JCTextFieldCellEditor
Removes a listener from the list that's notified.
removeCellEditorListener(JCCellEditorListener) - Method in class com.klg.jclass.higrid.NullCellEditor
Remove a listener from the list that's notified
removeChangeListener(ChangeListener) - Method in class com.klg.jclass.swing.gauge.JCAbstractNeedle
Removes listener interested in needle movements.
removeChangeListener(ChangeListener) - Method in interface com.klg.jclass.swing.gauge.JCNeedle
Removes listener interested in needle movements.
removeChart3dDataListener(Chart3dDataListener) - Method in interface com.klg.jclass.chart3d.event.Chart3dDataManager
Removes a chart 3D data listener.
removeChart3dDataListener(Chart3dDataListener) - Method in class com.klg.jclass.chart3d.event.Chart3dDataSupport
Removes a chart data listener.
removeChart3dListener(JCChart3dListener) - Method in class com.klg.jclass.chart3d.JCChart3d
Removes the listener for changes in JClass Chart 3D from a list of listeners.
removeChartDataListener(ChartDataListener) - Method in interface com.klg.jclass.chart.ChartDataManager
Removes a chart data listener.
removeChartDataListener(ChartDataListener) - Method in class com.klg.jclass.chart.ChartDataSupport
Removes a chart data listener.
removeChartLabel(JCChartLabel) - Method in interface com.klg.jclass.chart.JCChartLabelManager
Removes a chart label, forcing a redraw of the parent chart.
removeChartLabel(JCChartLabel) - Method in class com.klg.jclass.chart.JCDefaultChartLabelManager
Removes a chart label, forcing a recalc of the label being removed and a redraw of the parent chart.
removeChartListener(JCChartListener) - Method in class com.klg.jclass.chart.JCChart
Removes listener to changes in chart from list of listeners.
removeChild(Component) - Method in class com.klg.jclass.field.JCPromptHelper
 
removeColumn(int) - Method in class com.klg.jclass.higrid.SummaryMetaData
Remove a column from this table.
removeColumn(String) - Method in class com.klg.jclass.datasource.util.SqlStatement
Remove a column name from the SELECT clause of an SQL statement.
removeColumn(SummaryColumn) - Method in class com.klg.jclass.higrid.SummaryMetaData
Remove a column from this table.
removeConnectedLine() - Method in class com.klg.jclass.chart.JCChartLabel
Removes the JCChartLabel line component associated with this chart label from the chart.
removeDataModelListener(DataModelListener) - Method in interface com.klg.jclass.datasource.DataModel
Removes a listener on this DataModel.
removeDataModelListener(DataModelListener) - Method in class com.klg.jclass.datasource.TreeData
Implements DataModel method removeDataModelListener.
removeDataModelListener(DataModelListener) - Method in class com.klg.jclass.higrid.HiGridData
Remove a listener of this Data Model.
removeDataView(int) - Method in class com.klg.jclass.chart.JCChart
Removes a ChartDataView from the index specified.
removeDataView(int) - Method in class com.klg.jclass.chart3d.JCChart3d
Removes a Chart3dDataView from the index specified.
removeDefaultGrid() - Method in class com.klg.jclass.chart.JCAxis
For internal use only.
removeDefaultLabels() - Method in class com.klg.jclass.chart.JCAxis
For internal use only.
removeDefaultTicks() - Method in class com.klg.jclass.chart.JCAxis
For internal use only.
removeDrawable(ChartDataView) - Method in class com.klg.jclass.chart.JCChartArea
Removes the Drawable created for the specified ChartDataView object.
removeEditCellListener(JCEditCellListener) - Method in class com.klg.jclass.table.JCTable
Removes the specified listener so it no longer receives JCEditCellEvent objects.
removeEditor() - Method in class com.klg.jclass.higrid.Controller
Removes the current CellEditor from the GridArea
removeEditor() - Method in class com.klg.jclass.table.EditTraverseHandlerAbstract
Removes the edit component from table.
removeElement(Object) - Method in interface com.klg.jclass.util.swing.JCSpinBoxMutableModel
Adds an item to the end of the model.
removeElementAt(int) - Method in interface com.klg.jclass.util.swing.JCSpinBoxMutableModel
Removes an item at a specific index.
removeElementsAt(Vector, int, int) - Static method in class com.klg.jclass.table.data.AbstractVectorDataSource
Deletes a block starting at the specified index.
removeEntry(String) - Static method in class com.klg.jclass.field.DataPropertiesRegistry
Removes an entry from the DataPropertiesRegistry which corresponds to the class name specified.
removeEscape(String) - Static method in class com.klg.jclass.util.JCTypeConverter
Removes "escape" characters (backslashes) from the String.
removeExclusion(String) - Method in class com.klg.jclass.jarmaster.JarTask
Remove a string from the list of exclusions
removeFloorProjection() - Method in class com.klg.jclass.chart3d.j3d.JCPlotCubeJava3d
Removes chart projection from the floor of the plotcube.
removeFlowListener(JCFlowListener) - Method in class com.klg.jclass.page.JCFlow
Removes a listener for flow events.
removeFog() - Method in class com.klg.jclass.chart3d.j3d.JC3DUniverse
Removes any Fog object from the scene graph.
removeFog() - Method in class com.klg.jclass.chart3d.j3d.JCChart3dAreaJava3d
Removes the current Fog object from the scene graph.
removeFromDwellLabels(JCChartLabel) - Method in interface com.klg.jclass.chart.JCChartLabelManager
Removes a chart label from the list of dwell labels.
removeFromDwellLabels(JCChartLabel) - Method in class com.klg.jclass.chart.JCDefaultChartLabelManager
Removes a chart label to the list of dwell labels.
removeGrid(int) - Method in class com.klg.jclass.chart.JCAxis
Removes the JCGrid object at the specified index from this axis.
removeGrid(JCGrid) - Method in class com.klg.jclass.chart.JCAxis
Removes the specified JCGrid object from this axis.
removeGridColor(int, int) - Method in class com.klg.jclass.chart3d.Chart3dDataView
Removes the first matching entry from the gridColors ArrayList (starting from the last to the first).
removeGridColor(int, int, int, boolean) - Method in class com.klg.jclass.chart3d.Chart3dDataView
Removes the first matching entry from the gridColors ArrayList (starting from the nth entry back to the first).
removeHiGridColumnSelectionListener(HiGridColumnSelectionListener) - Method in class com.klg.jclass.higrid.HiGrid
Removes the specified listener so it no longer receives HiGridColumnSelectionEvent objects.
removeHiGridErrorListener(HiGridErrorListener) - Method in class com.klg.jclass.higrid.HiGrid
Removes the specified listener so it no longer receives HiGridErrorEvent objects.
removeHiGridExpansionListener(HiGridExpansionListener) - Method in class com.klg.jclass.higrid.HiGrid
Removes the specified listener so it no longer receives HiGridExpansionEvent objects.
removeHiGridFormatNodeListener(HiGridFormatNodeListener) - Method in class com.klg.jclass.higrid.HiGrid
Removes the specified listener so it no longer receives HiGridFormatNodeEvent objects.
removeHiGridMoveCellListener(HiGridMoveCellListener) - Method in class com.klg.jclass.higrid.HiGrid
Removes the specified listener so it no longer receives HiGridMoveCellEvent objects.
removeHiGridPrintListener(HiGridPrintListener) - Method in class com.klg.jclass.higrid.HiGrid
Removes the specified listener so it no longer receives HiGridPrintEvent objects.
removeHiGridRepaintListener(HiGridRepaintListener) - Method in class com.klg.jclass.higrid.HiGrid
Removes the specified listener so it no longer receives HiGridRepaintEvent objects.
removeHiGridResizeCellListener(HiGridResizeCellListener) - Method in class com.klg.jclass.higrid.HiGrid
Removes the specified listener so it no longer receives HiGridResizeCellEvent objects.
removeHiGridRowSelectionListener(HiGridRowSelectionListener) - Method in class com.klg.jclass.higrid.HiGrid
Removes the specified listener so it no longer receives HiGridRowSelectionEvent objects.
removeHiGridSortTableListener(HiGridSortTableListener) - Method in class com.klg.jclass.higrid.HiGrid
Removes the specified listener so it no longer receives HiGridSortTableEvent objects.
removeHiGridTraverseListener(HiGridTraverseListener) - Method in class com.klg.jclass.higrid.HiGrid
Removes the specified listener so it no longer receives HiGridTraverseEvent objects.
removeHiGridUpdateListener(HiGridUpdateListener) - Method in class com.klg.jclass.higrid.HiGrid
Removes the specified listener so it no longer receives HiGridUpdateEvent objects.
removeHiGridValidateListener(HiGridValidateListener) - Method in class com.klg.jclass.higrid.HiGrid
Removes the specified listener so it no longer receives HiGridValidateEvent objects.
removeIndexInterval(int, int) - Method in class com.klg.jclass.swing.JCDefaultListSelectionModel
Remove the indices in the interval index0,index1 (inclusive) from the selection model.
removeIndicator(JCAbstractIndicator) - Method in class com.klg.jclass.swing.gauge.JCGauge
Removes a indicator from this gauge.
removeInstance(Object) - Static method in class com.klg.jclass.datasource.beans.DataSourceBeanInstance
Remove an instance from the list.
removeInstance(String) - Static method in class com.klg.jclass.datasource.beans.DataSourceBeanInstance
Remove an instance by a model name of a data source bean.
removeItem(Object) - Method in class com.klg.jclass.util.swing.JCSpinBox
Removes an item from the item list.
removeItemAt(int) - Method in class com.klg.jclass.util.swing.JCSpinBox
Removes the item at anIndex This method works only if the JCSpinBox model implements JCSpinBoxMutableModel.
removeItemListener(ItemListener) - Method in class com.klg.jclass.util.swing.JCSpinBox
Removes an ItemListener.
removeJCDataListener(JCDataListener) - Method in class com.klg.jclass.datasource.beans.SerializedProperties
Removes the specified listener so it no longer receives JCDataEvent objects.
removeJCFontListener(JCFontListener) - Method in class com.klg.jclass.util.swing.JCFontChooser
Removes the specified listener so it no longer receive JCFontEvent objects.
removeJCHiGridListener(JCHiGridListener) - Method in class com.klg.jclass.higrid.beans.GridProperties
Removes the specified listener so it no longer receives JCHiGridEvent objects.
removeJCHiGridListener(JCHiGridListener) - Method in class com.klg.jclass.higrid.beans.JCHiGridNode
Removes the specified listener so it no longer receives JCHiGridEvent objects.
removeJoin(String) - Method in class com.klg.jclass.datasource.util.SqlStatement
Remove all joins of a table.
removeJoin(String, String) - Method in class com.klg.jclass.datasource.beans.NodeProperties
Removes a join column pair.
removeJoin(String, String) - Method in class com.klg.jclass.datasource.util.SqlStatement
Remove a join between two columns.
removeKeyAction(KeyActionInitiator) - Method in class com.klg.jclass.chart3d.JCActionTable
Removes a key action.
removeKeyListener(KeyListener) - Method in class com.klg.jclass.higrid.HiGrid
Removes the specified key listener so that it no longer receives key events from this component.
removeLabel(JComponent) - Method in class com.klg.jclass.swing.gauge.JCCircularGauge
Removes a label.
removeLabel(JComponent) - Method in class com.klg.jclass.swing.gauge.JCLinearGauge
Removes a label.
removeLayoutComponent(Component) - Method in class com.klg.jclass.swing.gauge.GaugeLayout
 
removeLayoutComponent(Component) - Method in class com.klg.jclass.swing.JCMultiSelectList.JCFixedCenterLayout
Removes the specified component from this layout.
removeLayoutComponent(Component) - Method in class com.klg.jclass.util.legend.LegendComponentLayout
Removes the specified component from the layout.
removeLayoutComponent(Component) - Method in class com.klg.jclass.util.swing.JCElasticLayout
Removes a component from the layout.
removeLevel(double) - Method in class com.klg.jclass.chart3d.JCContourLevels
Removes the level closest to the give value.
removeLevel(int) - Method in class com.klg.jclass.chart3d.JCContourLevels
Removes the level at index level.
removeLighting() - Method in class com.klg.jclass.chart3d.j3d.JC3DUniverse
Removes all Light objects from the scene graph.
removeListDataListener(ListDataListener) - Method in class com.klg.jclass.field.Field
 
removeListSelectionListener(ListSelectionListener) - Method in class com.klg.jclass.swing.JCMultiSelectList
Removes a listener from the the ListSelectionListeners list.
removeManifestFile(String) - Method in class com.klg.jclass.jarmaster.JarTask
Remove a file name from the list of manifest file names.
removeMapElement(int[], int) - Method in class com.klg.jclass.table.TableDataView
Removes an element from the map array.
removeMouseAction(MouseActionInitiator) - Method in class com.klg.jclass.chart3d.JCActionTable
Removes a mouse action.
removeMouseListener(MouseListener) - Method in class com.klg.jclass.chart3d.j3d.JCCanvas3D
 
removeMouseListener(MouseListener) - Method in class com.klg.jclass.chart3d.j3d.JCChart3dAreaJava3d
Removes a MouseMotionListener from the Chart3d area.
removeMouseListener(MouseListener) - Method in class com.klg.jclass.chart3d.j3d.JCChart3dJava3d
 
removeMouseListener(MouseListener) - Method in class com.klg.jclass.higrid.HiGrid
Removes the specified mouse listener so that it no longer receives mouse events from this component.
removeMouseMotionListener(MouseMotionListener) - Method in class com.klg.jclass.chart3d.j3d.JCCanvas3D
 
removeMouseMotionListener(MouseMotionListener) - Method in class com.klg.jclass.chart3d.j3d.JCChart3dAreaJava3d
Removes a MouseMotionListener from the Chart3d area.
removeMouseMotionListener(MouseMotionListener) - Method in class com.klg.jclass.chart3d.j3d.JCChart3dJava3d
 
removeMouseMotionListener(MouseMotionListener) - Method in class com.klg.jclass.higrid.HiGrid
Removes the specified mouse motion listener so that it no longer receives mouse motion events from this component.
removeNeedle(JCAbstractNeedle) - Method in class com.klg.jclass.swing.gauge.JCGauge
Removes a needle from this gauge.
removeNotify() - Method in class com.klg.jclass.cell.editors.JCImageCellEditor
 
removeOldReferences() - Method in class com.klg.jclass.higrid.GridScrollbar
Remove references to old DataModels held by oldTopRowNode.
removeOldReferences() - Method in class com.klg.jclass.higrid.HiGrid
Remove references to previous DataModels so they can be garbage collected.
removePaintListener(JCPaintListener) - Method in class com.klg.jclass.table.JCTable
Removes the specified listener so it no longer receives JCPaintEvent objects.
removeParameterColumn(String) - Method in class com.klg.jclass.datasource.util.SqlStatement
Remove a parameter column from the WHERE clause of an SQL statement.
removeParent(Changeable) - Method in class com.klg.jclass.chart.JCChartStyle
Removes a parent from the list of parents for the JCChartStyle object.
removeParent(Changeable) - Method in class com.klg.jclass.chart3d.ParentTrackChange
Removes a parent from the list of parents of this ParentTrackChange object.
removePick3dListener(JCPick3dListener) - Method in class com.klg.jclass.chart3d.JCChart3d
Removes the listener for JClass Chart 3D pick events from a list of listeners.
removePickAxis() - Method in class com.klg.jclass.chart3d.j3d.JCPlotCubeJava3d
Removes a pick marker from the chart.
removePickListener(JCGaugePickListener) - Method in class com.klg.jclass.swing.gauge.JCGauge
Removes a listener to gauge pick events.
removePickListener(JCPickListener) - Method in class com.klg.jclass.chart.JCChart
Removes listener to chart pick events from list of listeners.
removePopupListener(JCPopupListener) - Method in class com.klg.jclass.field.validate.JCDateTimeValidator.DateTimePopup
 
removePopupListener(JCPopupListener) - Method in interface com.klg.jclass.field.validate.PopupFieldEditor
Removes a JCPopupListener.
removePopupListener(JCPopupListener) - Method in class com.klg.jclass.swing.DateTimePopup
Removes a JCPopupListener.
removePopupListener(JCPopupListener) - Method in interface com.klg.jclass.swing.JCPopupCalendarEditor
Removes a JCPopupListener.
removePrintListener(JCPrintListener) - Method in class com.klg.jclass.page.JCPrinter
Removes a listener for print events.
removePrintListener(JCPrintListener) - Method in class com.klg.jclass.table.JCPrintTable
Removes the specified listener so it no longer receives JCPrintEvent objects.
removeProgressCancelledListener(JCProgressCancelledListener) - Method in class com.klg.jclass.util.swing.JCProgressHelper
Convenience method for removing a JCProgressCancelledListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.klg.jclass.chart3d.beans.BaseEditor
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.klg.jclass.chart3d.beans.DataSourceEditor
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.klg.jclass.field.Field
Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.klg.jclass.field.JCComboField
Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.klg.jclass.field.JCLabelField
Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.klg.jclass.field.JCSpinField
Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.klg.jclass.field.JCTextField
Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.klg.jclass.swing.gauge.beans.JCCircularGaugeBean
Removes a property change listener for needle value changes.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.klg.jclass.swing.gauge.beans.JCLinearGaugeBean
Removes a property change listener for needle value changes.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.klg.jclass.table.beans.TablePropertyEditor
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface com.klg.jclass.table.CellStyleModel
Remove a PropertyChangeListener for CellStyle property changes.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.klg.jclass.table.JCCellStyle
Removes a PropertyChangeListener for CellStyle property changes.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.klg.jclass.util.swing.JCAction
 
removeRange(JCRange) - Method in class com.klg.jclass.swing.gauge.JCAbstractScale
Removes a range from a scale.
removeRange(JCRange) - Method in class com.klg.jclass.swing.gauge.JCGauge
Removes a range (actually removed from the scale).
removeRange(JCRange) - Method in interface com.klg.jclass.swing.gauge.JCScale
Removes a range from a scale.
removeRepeatHeader(RowNode) - Method in class com.klg.jclass.higrid.RowTree
Remove possible repeat header after current row node
removeResizeCellListener(JCResizeCellListener) - Method in class com.klg.jclass.table.JCTable
Removes the specified listener so it no longer receives JCResizeCellListener objects.
removeResizeCellMotionListener(JCResizeCellMotionListener) - Method in class com.klg.jclass.table.JCTable
Removes the specified listener so it no longer receives JCResizeCellMotionListener objects.
removeRow(long) - Method in class com.klg.jclass.datasource.Store
Remove a row.
removeRow(long) - Method in interface com.klg.jclass.datasource.StoreModel
Remove a row.
removeRowFromIdeMap(long) - Method in class com.klg.jclass.datasource.IdeDataTable
For internal use only.
removeRowFromInsertedTable(long) - Method in class com.klg.jclass.datasource.BaseDataTable
Removes a row from the insertedRows table.
removeRowFromLogicallyDeletedTable(long) - Method in class com.klg.jclass.datasource.BaseDataTable
Removes a row from the logicallyDeletedRows table.
removeRowFromOriginalRowTable(long) - Method in class com.klg.jclass.datasource.BaseDataTable
Removes a row from the originalRow cache table.
removeRowFromUpdatedTable(long) - Method in class com.klg.jclass.datasource.BaseDataTable
Removes a row from the updatedRows table.
removeRowtip() - Method in class com.klg.jclass.higrid.GridScrollbar
 
removeScrollListener(JCScrollListener) - Method in class com.klg.jclass.table.JCTable
Removes the specified listener so it no longer receives JCScrollListener objects.
removeSelectionInterval(int, int) - Method in class com.klg.jclass.swing.JCMultiSelectList
Removes the specified interval to the current selection.
removeSelectionPaths(TreePath[]) - Method in class com.klg.jclass.swing.JCTreeTable.EmptyTreeSelectionModel
A null implementation that removes nothing.
removeSelectListener(JCSelectListener) - Method in class com.klg.jclass.table.JCTable
Removes the specified listener so it no longer receives JCSelectEvent objects.
removeSeries(Chart3dPointDataModel, int) - Method in class com.klg.jclass.chart3d.Chart3dPointDataHandler
Implements Chart3dPointDataEvent.REMOVE_SERIES.
removeSeries(int) - Method in class com.klg.jclass.chart.ChartDataView
Removes a single data series from the Series property of the ChartDataView instance.
removeSeries(int) - Method in class com.klg.jclass.chart3d.Chart3dPointData
Removes a series at the given index from the list of series.
removeSortListener(JCSortListener) - Method in class com.klg.jclass.table.JCTable
Removes the specified listener so it no longer receives JCSortListener objects.
removeSpannedRange(JCCellRange) - Method in class com.klg.jclass.table.JCTable
Removes a cell range for the list of spanned ranges.
removeSpannedRange(JCCellRange) - Method in class com.klg.jclass.table.SpanHandler
Removes a cell range from the list of spanned cell ranges.
removeSpecialDate(SpecialDate) - Method in class com.klg.jclass.util.calendar.JCCalendar
Removes a special day given a date, month, and year.
removeTable(String) - Method in class com.klg.jclass.datasource.util.SqlStatement
Remove a table name by its alias from the FROM clause of an SQL statement.
removeTableAccess(String) - Method in class com.klg.jclass.datasource.beans.NodeProperties
Removes the data access of the table in the data source.
removeTableDataListener(JCTableDataListener) - Method in class com.klg.jclass.table.data.AbstractDataSource
Removes a JCTableDataListener from this object
removeTableDataListener(JCTableDataListener) - Method in interface com.klg.jclass.table.TableDataModel
Removes a JCTableDataListener from this object
removeTableDataListener(JCTableDataListener) - Method in class com.klg.jclass.table.TableDataView
Removes a JCTableDataListener from this object
removeTableHeaderMouseListener() - Method in class com.klg.jclass.util.swing.JCSortableTable
Removes a MouseListener from the table header.
removeTableModelListener(TableModelListener) - Method in class com.klg.jclass.util.calendar.DayTable.DayModel
Remove a table listener from the model.
removeTableModelListener(TableModelListener) - Method in class com.klg.jclass.util.calendar.MonthTable.MonthModel
Remove a table listener from the model.
removeTableModelListener(TableModelListener) - Method in class com.klg.jclass.util.treetable.NodeChildrenTable
Removes the table model listener
removeTableModelListener(TableModelListener) - Method in class com.klg.jclass.util.treetable.TableFromTreeTable
Removes a listener from the list that's notified each time a change to the data model occurs.
removeTableModelListener(TableModelListener) - Method in class com.klg.jclass.util.treetable.TreeTableSupport
 
removeTableMouseWheelListener() - Method in class com.klg.jclass.table.JCTable
Removes the current mouse wheel listener.
removeTick(JCTick) - Method in class com.klg.jclass.swing.gauge.JCAbstractScale
Removes a tick from a scale.
removeTick(JCTick) - Method in class com.klg.jclass.swing.gauge.JCGauge
Removes a tick from a gauge (actually removed from the scale).
removeTick(JCTick) - Method in interface com.klg.jclass.swing.gauge.JCScale
Removes a tick series from a scale.
removeTraverseCellListener(JCTraverseCellListener) - Method in class com.klg.jclass.table.JCTable
Removes the specified listener so it no longer receives JCTraverseCellListener objects.
removeTreeExpansionListener(TreeExpansionListener) - Method in class com.klg.jclass.swing.JCTreeTable
Removes a listener for TreeExpansion events.
removeTreeExpansionListener(TreeExpansionListener) - Method in class com.klg.jclass.util.treetable.TreeTableSupport
Removes a listener for TreeExpansion events.
removeTreeModelListener(TreeModelListener) - Method in class com.klg.jclass.util.treetable.BranchTree
Removes the specified treemodel listener
removeTreeModelListener(TreeModelListener) - Method in class com.klg.jclass.util.treetable.TreeWithSortableChildren
Removes the specified treemodel listener.
removeTreeWillExpandListener(TreeWillExpandListener) - Method in class com.klg.jclass.swing.JCTreeTable
Removes a listener for TreeWillExpand events.
removeTreeWillExpandListener(TreeWillExpandListener) - Method in class com.klg.jclass.util.treetable.TreeTableSupport
Removes a listener for TreeWillExpand events.
removeTrigger(int) - Method in class com.klg.jclass.chart.JCChart
Removes the event trigger at the specified index.
removeUnboundColumn(ColumnModel) - Method in class com.klg.jclass.datasource.beans.NodeProperties
 
removeUpdate(DocumentEvent) - Method in class com.klg.jclass.swing.JCPopupCalendar
Gives notification that a portion of the document has been removed.
removeValidateListener(JCValidateListener) - Method in class com.klg.jclass.cell.editors.BaseCellEditor
Remove a ValidateListener from the list.
removeValidateListener(JCValidateListener) - Method in class com.klg.jclass.cell.editors.JCMultilineCellEditor
Removes a ValidateListener from the list.
removeValidateListener(JCValidateListener) - Method in interface com.klg.jclass.cell.JCValidateInterface
Removes a ValidateListener from the list.
removeValidateListener(JCValidateListener) - Method in class com.klg.jclass.cell.validate.ValidateSupport
Removes a ValidateListener from the list.
removeValidateListener(JCValidateListener) - Method in class com.klg.jclass.field.cell.JCTextFieldCellEditor
Removes a ValidateListener from the list.
removeValidateListener(JCValidateListener) - Method in class com.klg.jclass.higrid.NullCellEditor
Remove a ValidateListener from the list.
removeValueLabel(int) - Method in class com.klg.jclass.chart.JCAxis
Intended for internal use only.
removeValueListener(JCValueListener) - Method in class com.klg.jclass.field.Field
Removes a listener for changes to the value.
removeValueListener(JCValueListener) - Method in class com.klg.jclass.field.JCComboField
Removes a listener for changes to the value.
removeValueListener(JCValueListener) - Method in interface com.klg.jclass.field.JCFieldComponent
Removes a listener for changes to the value.
removeValueListener(JCValueListener) - Method in class com.klg.jclass.field.JCLabelField
Removes a listener which listens for changes to the value.
removeValueListener(JCValueListener) - Method in class com.klg.jclass.field.JCSpinField
Removes a listener for changes to the value.
removeValueListener(JCValueListener) - Method in class com.klg.jclass.field.JCTextField
Removes a listener which listens for changes to the value.
removeValueListener(JCValueListener) - Method in class com.klg.jclass.util.swing.AbstractSpinBox
Removes a listener that listens for changes to the value.
removeValueListener(JCValueListener) - Method in class com.klg.jclass.util.value.AbstractValueModel
Removes a listener that listens for changes to the value.
removeValueListener(JCValueListener) - Method in interface com.klg.jclass.util.value.JCValueModel
Removes a listener for changes to the value.
removeVirtualColumn(BaseVirtualColumn) - Method in class com.klg.jclass.datasource.beans.NodeProperties
Removes a virtual column.
removeWizardListener(JCWizardListener) - Method in class com.klg.jclass.swing.BaseWizard
Removes a ValidateListener from the list.
rename - Static variable in class com.klg.jclass.datasource.LocaleBundle
 
rendComp - Variable in class com.klg.jclass.chart.ChartText
 
renderDropLine(Graphics, ScreenPoint, JCLineStyle, double, double) - Method in class com.klg.jclass.chart3d.Draw
Draws a drop line based from the calculated ScreenPoint to the origin.
renderer - Variable in class com.klg.jclass.cell.EditorRendererRegistry.ClassCells.Cell
 
renderer - Variable in class com.klg.jclass.higrid.CellFormat
 
renderer - Static variable in class com.klg.jclass.higrid.LocaleBundle
 
renderer - Variable in class com.klg.jclass.swing.JCTreeTable.Renderer
 
renderer - Variable in class com.klg.jclass.table.JCCellStyle
 
renderer - Variable in class com.klg.jclass.util.swing.AbstractSpinBox
 
renderer_set - Variable in class com.klg.jclass.table.JCCellStyle
 
rendererName - Variable in class com.klg.jclass.higrid.CellFormat
 
renderers - Variable in class com.klg.jclass.table.BaseDataView
 
renderHierarchy(Graphics, Rectangle, TreePath, Object, Class) - Method in class com.klg.jclass.util.treetable.TreeTableSupport
Used to draw the cell.
renderList - Variable in class com.klg.jclass.page.JCFrame
A list of all the graphical objects which are rendered in this frame.
renderPanel - Variable in class com.klg.jclass.util.swing.AbstractSpinBox
 
renderPoint(Graphics, JCSymbolStyle, JCLineStyle, ScreenPoint, double, double) - Method in class com.klg.jclass.chart3d.Draw
Renders the point with given screen point.
RenderProperties - interface com.klg.jclass.util.RenderProperties.
Interface used to access specific component render properties.
reorderDataViews() - Method in class com.klg.jclass.chart.JCChart
Sets the order attribute of each attached ChartDataView object to its index in the data array.
repaint_enabled - Variable in class com.klg.jclass.table.JCTable
 
repaint() - Method in class com.klg.jclass.chart.ChartInteriorRegion
Repaints, taking into account the parent region.
repaint() - Method in class com.klg.jclass.chart.JCChartArea
Overrides the superclass's method in order to avoid repaint if super.setBounds() is called.
repaintCell(int, int) - Method in class com.klg.jclass.table.CellAreaRenderer
Notifies table that the given cell requires repaint.
repaintCell(int, int, boolean) - Method in class com.klg.jclass.table.CellAreaRenderer
Notifies table that the given cell requires repaint.
repaintEnabled - Variable in class com.klg.jclass.swing.gauge.JCGauge
Allows batching of changes by toggling repaint off/on.
repaintRange(int, int, int, int) - Method in class com.klg.jclass.table.CellAreaRenderer
Notifies table that the given cell range requires repaint.
repaintRange(int, int, int, int) - Method in class com.klg.jclass.table.TableDataView
Issues a range repaint.
repaintRange(JCCellRange) - Method in class com.klg.jclass.table.CellAreaRenderer
Notifies table that the given cell range requires repaint.
repaintSelected() - Method in class com.klg.jclass.table.JCTable
 
repeat_background - Variable in class com.klg.jclass.table.JCCellStyle
 
repeat_background_colors - Variable in class com.klg.jclass.table.JCCellStyle
 
repeat_background_set - Variable in class com.klg.jclass.table.JCCellStyle
 
REPEAT_COLUMN - Static variable in interface com.klg.jclass.table.JCTableEnum
A CellStyleModel RepeatBackground/RepeatForeground constant that enables repeating colors by column.
repeat_foreground - Variable in class com.klg.jclass.table.JCCellStyle
 
repeat_foreground_colors - Variable in class com.klg.jclass.table.JCCellStyle
 
repeat_foreground_set - Variable in class com.klg.jclass.table.JCCellStyle
 
repeat_header - Static variable in class com.klg.jclass.higrid.LocaleBundle
 
REPEAT_NONE - Static variable in interface com.klg.jclass.table.JCTableEnum
A CellStyleModel RepeatBackground/RepeatForeground constant that disables repeating colors.
REPEAT_ROW - Static variable in interface com.klg.jclass.table.JCTableEnum
A CellStyleModel RepeatBackground/RepeatForeground constant that enables repeating colors by row.
replace(String, String, String) - Static method in class com.klg.jclass.util.swing.JCWordWrap
Returns a String with each occurence of an old delimiter replaced by a new delimiter.
REPLACEMENT_CHARACTER - Static variable in class com.klg.jclass.page.FontBase
 
replaceRange(int, char[], int, int) - Method in class com.klg.jclass.field.Field.TextFieldContent
 
reportErrors - Static variable in class com.klg.jclass.util.JCTypeConverter
 
repositionCurrentCell(RowNode, boolean, boolean) - Method in class com.klg.jclass.higrid.Controller
Reposition the current cell.
repositionEditor() - Method in interface com.klg.jclass.table.EditTraverseHandler
Repositions the editor.
repositionEditor() - Method in class com.klg.jclass.table.EditTraverseHandlerAbstract
Repositions the editor.
requery - Static variable in class com.klg.jclass.higrid.LocaleBundle
 
REQUERY_ALL - Static variable in class com.klg.jclass.datasource.util.LocaleBundle
 
requery_root_only - Static variable in class com.klg.jclass.datasource.LocaleBundle
 
REQUERY_ROW_AND - Static variable in class com.klg.jclass.datasource.util.LocaleBundle
 
requery_row_failed - Static variable in class com.klg.jclass.datasource.LocaleBundle
 
REQUERY_ROWS_ALL - Static variable in class com.klg.jclass.higrid.HiGrid
Requery Row Option: Requery all rows.
REQUERY_ROWS_RECORD - Static variable in class com.klg.jclass.higrid.HiGrid
Requery Row Option: Requery the current row.
REQUERY_ROWS_RECORD_AND_DETAILS - Static variable in class com.klg.jclass.higrid.HiGrid
Requery Row Option: Requery the current row and its details .
REQUERY_ROWS_SELECTED - Static variable in class com.klg.jclass.higrid.HiGrid
Requery Row Option: Requery the selected rows.
REQUERY_ROWS_SELECTED_AND_DETAILS - Static variable in class com.klg.jclass.higrid.HiGrid
Requery Row Option: Requery the selected rows and the details of each selected row.
requeryAll - Static variable in class com.klg.jclass.higrid.LocaleBundle
 
requeryAll() - Method in class com.klg.jclass.datasource.swing.DSdbJNavigator
 
requeryAll() - Method in class com.klg.jclass.datasource.util.NavigatorDataBinding
Requeries all data tables in the data source.
requeryAll() - Method in class com.klg.jclass.table.db.DataTable
 
requeryAll(DataModelListener) - Method in interface com.klg.jclass.datasource.DataModel
Requeries all DataTables.
requeryAll(DataModelListener) - Method in class com.klg.jclass.datasource.ReadOnlyBinding
Requery all levels.
requeryAll(DataModelListener) - Method in interface com.klg.jclass.datasource.ReadOnlyBindingModel
Requery all levels.
requeryAll(DataModelListener) - Method in class com.klg.jclass.datasource.TreeData
Requeries all DataTables.
requeryAll(DataModelListener) - Method in class com.klg.jclass.higrid.HiGridData
Requery all DataTables.
requeryCurrent() - Method in class com.klg.jclass.datasource.swing.DSdbJNavigator
 
requeryCurrentRow(DataModelListener) - Method in class com.klg.jclass.datasource.ReadOnlyBinding
Requery the row currently in focus.
requeryCurrentRow(DataModelListener) - Method in interface com.klg.jclass.datasource.ReadOnlyBindingModel
Requery the row currently in focus.
requeryCurrentRowAndBelow(DataModelListener, DataTableModel) - Method in class com.klg.jclass.datasource.IdeMetaData
Requery the current row in this data table and its subtree.
requeryCurrentRowAndDetails(DataModelListener) - Method in class com.klg.jclass.datasource.ReadOnlyBinding
Requery the row currently in focus and its details.
requeryCurrentRowAndDetails(DataModelListener) - Method in interface com.klg.jclass.datasource.ReadOnlyBindingModel
Requery the row currently in focus and its details.
requeryFromIdeDataSource() - Method in class com.klg.jclass.datasource.IdeDataTable
Requeries from the IDE data soruce, that is, not from the server.
requeryFromIdeDataSource() - Method in interface com.klg.jclass.datasource.IdeDataTableModel
 
requeryLevel() - Method in class com.klg.jclass.datasource.BaseDataTable
Requeries the data for the root level DataTable.
requeryLevel() - Method in class com.klg.jclass.datasource.beans.JCData
Requery the data for the root level DataTable.
requeryLevel() - Method in interface com.klg.jclass.datasource.DataTableAbstractionLayer
Requeries the data for the root level DataTable.
requeryLevel() - Method in interface com.klg.jclass.datasource.DataTableModel
Do not use: internal method.
requeryLevel() - Method in class com.klg.jclass.datasource.jbuilder.DataTable
For internal use, do not use.
requeryLevel() - Method in class com.klg.jclass.datasource.jdbc.DataTable
For internal use only.
requeryLevel() - Method in class com.klg.jclass.datasource.util.NavigatorDataBinding
Requeries a level if the data source table is available or all otherwise.
requeryLevel() - Method in class com.klg.jclass.higrid.SummaryDataTable
Requery a DataTable.
requeryLevel(DataModelListener) - Method in class com.klg.jclass.datasource.Binding
Requery all rows in the table currently in focus.
requeryLevel(DataModelListener) - Method in interface com.klg.jclass.datasource.BindingModel
Requery all rows in the table currently in focus.
requeryLevel(DataModelListener) - Method in class com.klg.jclass.datasource.ReadOnlyBinding
Requery all rows in the table currently in focus.
requeryLevel(DataModelListener) - Method in interface com.klg.jclass.datasource.ReadOnlyBindingModel
Requery all rows in the table currently in focus.
requeryRecord - Static variable in class com.klg.jclass.higrid.LocaleBundle
 
requeryRecordAndDetails - Static variable in class com.klg.jclass.higrid.LocaleBundle
 
requeryRow() - Method in class com.klg.jclass.datasource.util.NavigatorDataBinding
Requeries the current row in the data source.
requeryRow(DataModelListener, int) - Method in class com.klg.jclass.datasource.ReadOnlyBinding
Requery the specified row.
requeryRow(DataModelListener, int) - Method in interface com.klg.jclass.datasource.ReadOnlyBindingModel
Requery the specified row.
requeryRow(DataModelListener, long) - Method in class com.klg.jclass.datasource.BaseDataTable
Re-reads a row from the originating data source.
requeryRow(DataModelListener, long) - Method in class com.klg.jclass.datasource.beans.JCData
Re-reads a row from the originating data source.
requeryRow(DataModelListener, long) - Method in interface com.klg.jclass.datasource.DataTableModel
Re-reads a row from the originating data source.
requeryRow(DataModelListener, long) - Method in class com.klg.jclass.higrid.SummaryDataTable
 
requeryRow(RowNode) - Method in class com.klg.jclass.higrid.HiGrid
Requery the indicated rowNode.
requeryRowAndDetails() - Method in class com.klg.jclass.datasource.util.NavigatorDataBinding
Requeries the current row and detail tables in the data source.
requeryRowAndDetails(DataModelListener, int) - Method in class com.klg.jclass.datasource.ReadOnlyBinding
Requery a row and its details.
requeryRowAndDetails(DataModelListener, int) - Method in interface com.klg.jclass.datasource.ReadOnlyBindingModel
Requery a row and its details.
requeryRowAndDetails(DataModelListener, long) - Method in class com.klg.jclass.datasource.BaseDataTable
Requeries a DataTable row and deletes all children from the cache.
requeryRowAndDetails(DataModelListener, long) - Method in class com.klg.jclass.datasource.beans.JCData
Re-reads a row from the originating data source.
requeryRowAndDetails(DataModelListener, long) - Method in interface com.klg.jclass.datasource.DataTableModel
Requeries a DataTable row and clear all its children.
requeryRowAndDetails(DataModelListener, long) - Method in class com.klg.jclass.datasource.IdeDataTable
Overrides BaseDataTable.requeryRowAndDetails, adds an extra call which refreshes child data sets.
requeryRowAndDetails(DataModelListener, long) - Method in class com.klg.jclass.higrid.SummaryDataTable
Requery a DataTable row and all children.
requeryRows() - Method in class com.klg.jclass.table.db.DataTable
 
requeryRows(int) - Method in class com.klg.jclass.higrid.HiGrid
Requery the row(s) according to the specified option.
requeryRows(int, int) - Method in class com.klg.jclass.datasource.util.NavigatorDataBinding
Requeries specified number of rows starting with given row index in the data source.
requeryRowsAndDetails(int, int) - Method in class com.klg.jclass.datasource.util.NavigatorDataBinding
Requeries rows and detail tables for specified number of rows starting with given row index from the data source.
requerySelected - Static variable in class com.klg.jclass.higrid.LocaleBundle
 
requerySelectedAndDetails - Static variable in class com.klg.jclass.higrid.LocaleBundle
 
requeryTable - Static variable in class com.klg.jclass.higrid.LocaleBundle
 
requeryTable(DataModelListener) - Method in class com.klg.jclass.datasource.BaseDataTable
Requery all rows in this table and collapse its child nodes.
requeryTable(DataModelListener) - Method in class com.klg.jclass.datasource.beans.JCData
Requery all rows in this table and collapse its child nodes.
requeryTable(DataModelListener) - Method in interface com.klg.jclass.datasource.DataTableModel
Requery all rows in this table and collapse its child nodes.
requeryTable(DataModelListener) - Method in class com.klg.jclass.datasource.jdbc.DataTable
Requery all rows in this table and collapse its child nodes.
requeryTable(DataModelListener) - Method in class com.klg.jclass.higrid.SummaryDataTable
Requery all rows in this table and collapse its child nodes.
requestChange(int) - Method in class com.klg.jclass.table.JCTable
Sends a request to process a change.
requestChange(int, int, int) - Method in class com.klg.jclass.table.JCTable
Sends a request to process a change for the given row and column.
requestChange(int, JCCellRange) - Method in class com.klg.jclass.table.JCTable
Sends a request to process a change for a range of cells.
requestFocus() - Method in class com.klg.jclass.cell.editors.BaseCellEditor
 
requestFocus() - Method in class com.klg.jclass.chart.JCChart
Requests the input focus.
requestFocus() - Method in class com.klg.jclass.chart3d.JCChart3d
Requests the input focus.
requestFocus() - Method in class com.klg.jclass.higrid.FocusManager
This method does nothing and is meant to be overridden
requestFocus() - Method in class com.klg.jclass.higrid.FocusManagerNew
Gets gridArea to request focus.
requestFocus() - Method in class com.klg.jclass.higrid.FocusManagerOld
Gets gridArea to request focus.
requestFocus() - Method in interface com.klg.jclass.higrid.FocusModel
Gets gridArea to request focus.
requestFocus() - Method in class com.klg.jclass.table.FocusManager
This method does nothing and is meant to be overridden
requestFocus() - Method in class com.klg.jclass.table.FocusManagerNew
Gets table to request focus.
requestFocus() - Method in class com.klg.jclass.table.FocusManagerOld
Gets table to request focus.
requestFocus() - Method in interface com.klg.jclass.table.FocusModel
Gets table to request focus.
requestFocus() - Method in class com.klg.jclass.table.JCTable
Overridden to record the old focus owner when table requests focus.
requestFocus() - Method in class com.klg.jclass.util.swing.AbstractSpinBox
Request the focus for this component.
requestFocus(Component) - Method in class com.klg.jclass.higrid.FocusManager
This method does nothing and is meant to be overridden
requestFocus(Component) - Method in class com.klg.jclass.higrid.FocusManagerNew
Gets the passed in component to request focus.
requestFocus(Component) - Method in class com.klg.jclass.higrid.FocusManagerOld
Gets the passed in component to request focus.
requestFocus(Component) - Method in interface com.klg.jclass.higrid.FocusModel
Gets the passed in component to request focus.
requestFocus(Component) - Method in class com.klg.jclass.table.FocusManager
This method does nothing and is meant to be overridden
requestFocus(Component) - Method in class com.klg.jclass.table.FocusManagerNew
Gets the passed in component to request focus.
requestFocus(Component) - Method in class com.klg.jclass.table.FocusManagerOld
Gets the passed in component to request focus.
requestFocus(Component) - Method in interface com.klg.jclass.table.FocusModel
Gets the passed in component to request focus.
required - Variable in class com.klg.jclass.field.JCComboField
 
required - Variable in class com.klg.jclass.field.JCLabelField
 
required - Variable in class com.klg.jclass.field.JCSpinField
 
required - Variable in class com.klg.jclass.field.JCTextField
 
requiresRepaint - Variable in class com.klg.jclass.page.awt.JCPrintPage
 
reservedKeys - Variable in class com.klg.jclass.cell.editors.BaseCellEditor
 
reservedKeys - Variable in class com.klg.jclass.field.cell.JCTextFieldCellEditor
 
reservedKeys - Variable in class com.klg.jclass.higrid.NullCellEditor
 
reset - Static variable in class com.klg.jclass.datasource.LocaleBundle
 
RESET - Static variable in class com.klg.jclass.chart.ChartDataEvent
Enum indicating that the data source has been completely reset.
RESET - Static variable in class com.klg.jclass.chart3d.event.Chart3dDataEvent
Enum indicating that the data source has been completely reset.
RESET - Static variable in class com.klg.jclass.table.JCTableDataEvent
Indicates that table should reset all data values based on changes in the data source.
reset() - Method in class com.klg.jclass.chart.JCChart
Performs a reset on the chart.
reset() - Method in class com.klg.jclass.chart.JCChartArea
Performs a reset operation.
reset() - Method in class com.klg.jclass.chart3d.JCChart3d
Performs a reset on the chart.
reset() - Method in class com.klg.jclass.chart3d.JCChart3dArea
Returns the chart back to the default viewport settings.
reset() - Method in class com.klg.jclass.chart3d.ScreenPoint
Resets this point to default values.
reset() - Method in class com.klg.jclass.datasource.swing.DSdbJNavigator
Resets the status line according to the current data binding state, metadata model description, current record index and total number of rows in the result set.
reset() - Method in class com.klg.jclass.util.SeqRangeCollector
Clear range list and reset range tracking variables for starting anew.
reset(Chart3dDataModel) - Method in class com.klg.jclass.chart3d.Chart3dDataHandler
Implements Chart3dDataEvent.RESET .
reset(Chart3dDataModel) - Method in class com.klg.jclass.chart3d.Chart3dGridDataHandler
Implements Chart3dDataEvent.RESET.
reset(Chart3dDataModel) - Method in class com.klg.jclass.chart3d.Chart3dPointDataHandler
Implements Chart3dDataEvent.RESET.
ResetAction - class com.klg.jclass.chart3d.j2d.actions.ResetAction.
Handler object for reset actions within JClass Chart 3D Java2D.
ResetAction() - Constructor for class com.klg.jclass.chart3d.j2d.actions.ResetAction
Default constructor.
resetAllEditStatusRenderers(HiGridEditStatusRenderer) - Method in class com.klg.jclass.higrid.FormatTree
Traverses the entire FormatTree and re-initializes the renderer for all cells of type EditStatusCellFormat with the passed editStatusRenderer.
resetAllHeaderRenderers(HiGridHeaderRenderer) - Method in class com.klg.jclass.higrid.FormatTree
Traverses the entire FormatTree and re-initializes the renderer for all cells of a row with type HeaderFormat with the passed headerRenderer.
resetAllNodeRenderers(HiGridNodeRenderer) - Method in class com.klg.jclass.higrid.FormatTree
Traverses the entire FormatTree and re-initializes the renderer for all cells of type NodeCellFormat with the passed nodeRenderer.
resetAllRenderers(Class, int) - Method in class com.klg.jclass.higrid.FormatTree
Helper method that traverses the entire FormatTree and re-initializes the renderer for all cells of the given indicatorFormats renderer type
resetColumnMap() - Method in interface com.klg.jclass.table.SortableDataViewModel
Reset the mapped columns array to a one-to-one mapping.
resetColumnMap() - Method in class com.klg.jclass.table.TableDataView
Reset the mapped columns array to a one-to-one mapping.
resetColumns() - Method in interface com.klg.jclass.table.CellLayoutModel
Remove cached width information.
resetColumns() - Method in class com.klg.jclass.table.JCCellLayout
Removes cached width information.
resetColumns() - Method in class com.klg.jclass.table.PrintCellLayout
 
resetConnection() - Method in class com.klg.jclass.datasource.beans.NodeProperties
Resets the connection to null.
resetContourStyles() - Method in class com.klg.jclass.chart3d.JCContour
Allows the user to reset the contour styles to their default.
resetDefaults() - Method in class com.klg.jclass.chart.JCChart
Resets the line, symbol, and fill color and pattern to the default index values.
resetDefaults() - Method in class com.klg.jclass.chart3d.JCChart3d
Resets the line, symbol, and fill color and pattern to the default index values.
resetDesignTimeGrid() - Method in class com.klg.jclass.higrid.HiGrid
Recreates the FormatTree from the current dataModel.
resetFieldComponents(Container) - Static method in class com.klg.jclass.field.JCFormUtil
Resets all the JCFieldComponent children of the specified Container to their default values.
resetFillOrientation() - Method in class com.klg.jclass.chart.JCFillStyle
Resets the fill orientation properties before the next fill operation.
resetFillOrientation() - Method in class com.klg.jclass.chart3d.JCFillStyle
Resets the fill orientation properties before the next fill operation.
resetGraphics(Graphics) - Method in class com.klg.jclass.chart.JCFillStyle
Resets the graphics object to a default drawing style.
resetGraphics(Graphics) - Method in class com.klg.jclass.chart.JCLineStyle
Resets the graphics object to a default drawing style.
resetGraphics(Graphics) - Method in class com.klg.jclass.chart3d.JCFillStyle
Resets the graphics object to a default drawing style.
resetGraphics(Graphics) - Method in class com.klg.jclass.chart3d.JCLineStyle
Resets the graphics object to a default drawing style.
resetHelpStack() - Method in class com.klg.jclass.util.swing.JCHelpPane
 
resetJdbcConnection(NodeProperties) - Static method in class com.klg.jclass.datasource.jdbc.MetaDataCreator
Helper method to reset a Jdbc connection.
resetKey - Variable in class com.klg.jclass.chart.JCChart
 
resetMappings() - Method in class com.klg.jclass.util.treetable.TableFromTreeTable
If the treetable has changed it needs to call this to reset the mappings
resetPlaf() - Method in class com.klg.jclass.higrid.FormatTree
Traverses the entire FormatTree and re-initializes the PLAF for all cells.
resetRowData(RowTree, RowNode, FormatNode, Vector) - Method in class com.klg.jclass.higrid.SortGrid
Given a sorted list of row data, reset the row tree.
resetRowMap() - Method in interface com.klg.jclass.table.SortableDataViewModel
Reset the mapped rows array to a one-to-one mapping.
resetRowMap() - Method in class com.klg.jclass.table.TableDataView
Reset the mapped rows array to a one-to-one mapping.
resetRows() - Method in interface com.klg.jclass.table.CellLayoutModel
Remove cached height information.
resetRows() - Method in class com.klg.jclass.table.JCCellLayout
Removes cached height information.
resetRows() - Method in class com.klg.jclass.table.PrintCellLayout
 
resetRowSelection() - Method in class com.klg.jclass.higrid.Controller
Reset all row selection.
resetRowSelection() - Method in class com.klg.jclass.higrid.HiGrid
Reset all selected rows.
resetRowSelection(boolean) - Method in class com.klg.jclass.higrid.Controller
Reset all row selection.
resetRowSelection(boolean) - Method in class com.klg.jclass.higrid.HiGrid
Reset all selected rows.
resetRunTimeGrid() - Method in class com.klg.jclass.higrid.HiGrid
Removes all cached runtime grid information.
resetRuntimeInfo() - Method in class com.klg.jclass.higrid.FormatNode
Reset the runtime info for this format node.
resetRuntimeInfo() - Method in class com.klg.jclass.higrid.FormatTree
Reset the runtime info from the format tree
resetRuntimeInfo(FormatNode) - Method in class com.klg.jclass.higrid.FormatTree
Reset the runtime info for a given format node and its children
resetScrollbarConstraints() - Method in class com.klg.jclass.higrid.HiGrid
Resets the scrollbar constraints.
resetSortedRows() - Method in class com.klg.jclass.table.JCTable
Resets the internal row mapping array used for sorted rows.
resetSortIndications(long, boolean) - Method in class com.klg.jclass.higrid.HiGrid
Reset possible sort indications for the given row and maybe its children as well.
resetSortIndications(RowNode, boolean) - Method in class com.klg.jclass.higrid.HiGrid
Reset the sort indications.
resetSortIndicationsInternal(RowNode, boolean) - Method in class com.klg.jclass.higrid.HiGrid
Helper recursive method to reset the sort indications.
resetSummaryDataTables(boolean) - Method in class com.klg.jclass.higrid.SummaryDataTable
Reset the summary data tables to remove all cached data.
resetSummaryDataTables(HiGrid, boolean) - Method in class com.klg.jclass.higrid.HiGridData
Reset the summary data tables of all cached data.
resetSummaryDataTables(HiGrid, DataTableModel, boolean) - Method in class com.klg.jclass.higrid.HiGridData
Helper method to reset the summary data tables.
resetSummaryRow(Vector) - Method in class com.klg.jclass.higrid.SummaryDataTable
 
resetSwappedColumns() - Method in class com.klg.jclass.table.JCTable
Resets the internal column mapping array.
resetSwappedRows() - Method in class com.klg.jclass.table.JCTable
Resets the internal row mapping array.
reshape(int, int) - Method in class com.klg.jclass.table.JCCellPosition
Changes the row/column values for a JCCellPosition object.
reshape(int, int) - Method in class com.klg.jclass.table.JCCellRange
Reshapes the range to the specified single cell.
reshape(int, int, int, int) - Method in class com.klg.jclass.swing.gauge.JCCircularTick
Overridden to preserve the layout of labels on a resize.
reshape(int, int, int, int) - Method in class com.klg.jclass.swing.gauge.JCLinearTick
Overridden to preserve the layout of labels on a resize.
reshape(int, int, int, int) - Method in class com.klg.jclass.table.JCCellRange
Reshapes the range to the specified start and end cells.
reshape(int, int, int, int) - Method in class com.klg.jclass.table.JCTable
 
reshape(JCCellRange) - Method in class com.klg.jclass.table.JCCellRange
Reshapes the range to the specified range.
reshape(Rectangle) - Method in class com.klg.jclass.table.JCCellRange
Reshapes the range to the specified rectangle.
RESIZE - Static variable in class com.klg.jclass.table.JCResizeCellEvent
 
RESIZE_ALL - Static variable in interface com.klg.jclass.table.JCTableEnum
An AllowCellResize constant that enables interactive resize.
RESIZE_BY_ALL - Static variable in interface com.klg.jclass.table.JCTableEnum
An AllowResizeBy constant that allows resize by cells and labels.
RESIZE_BY_CELLS - Static variable in interface com.klg.jclass.table.JCTableEnum
An AllowResizeBy constant that allows resize by cells (and not labels).
RESIZE_BY_LABELS - Static variable in interface com.klg.jclass.table.JCTableEnum
An AllowResizeBy constant that allows resize by labels (and not cells).
RESIZE_COLUMN - Static variable in interface com.klg.jclass.table.JCTableEnum
An AllowCellResize constant that enables interactive column resize.
RESIZE_DRAG - Static variable in class com.klg.jclass.table.JCResizeCellEvent
 
resize_even - Variable in class com.klg.jclass.table.JCTable
 
resize_height - Variable in class com.klg.jclass.util.swing.JCAlignLayout
 
resize_interactive - Variable in class com.klg.jclass.table.JCTable
 
resize_motion_event - Variable in class com.klg.jclass.table.MouseInputHandler
 
RESIZE_NONE - Static variable in interface com.klg.jclass.table.JCTableEnum
An AllowCellResize constant that disables interactive resize.
RESIZE_ROW - Static variable in interface com.klg.jclass.table.JCTableEnum
An AllowCellResize constant that enables interactive row resize.
resize_width - Variable in class com.klg.jclass.util.swing.JCAlignLayout
 
resize(int) - Method in class com.klg.jclass.chart.Diamond
Overrides JCShape.resize().
resize(int) - Method in class com.klg.jclass.chart.JCShape
Populates the x[] and y[] arrays based on the provided size.
resize(int) - Method in class com.klg.jclass.chart.Triangle
Overrides JCShape.resize().
resize(int) - Method in class com.klg.jclass.chart3d.shape.BaseShape
Method used for setting the size of the shape.
resize(int) - Method in class com.klg.jclass.chart3d.shape.Diamond
Overrides BaseShape.resize().
resize(int) - Method in interface com.klg.jclass.chart3d.shape.JCSymbolShape
Method used for resizing shape before drawing.
resize(int) - Method in class com.klg.jclass.chart3d.shape.Triangle
Overrides BaseShape.resize().
resizeBegin(int, int) - Method in class com.klg.jclass.table.MouseInputHandler
Initiates a resize action.
ResizeByEditor - class com.klg.jclass.table.beans.ResizeByEditor.
Custom property editor for ResizeBy property.
ResizeByEditor() - Constructor for class com.klg.jclass.table.beans.ResizeByEditor
 
resizeCell - Variable in class com.klg.jclass.higrid.Controller
 
resizeCell(JCResizeCellEvent) - Method in class com.klg.jclass.table.beans.CellSizeEditor
Invoked after the mouse is released.
resizeCell(JCResizeCellEvent) - Method in class com.klg.jclass.table.JCResizeCellAdapter
Invoked after the mouse is released.
resizeCell(JCResizeCellEvent) - Method in interface com.klg.jclass.table.JCResizeCellListener
Invoked after the mouse is released.
resizeCellDragged(JCResizeCellEvent) - Method in class com.klg.jclass.table.JCResizeCellMotionAdapter
Invoked during the resize action.
resizeCellDragged(JCResizeCellEvent) - Method in interface com.klg.jclass.table.JCResizeCellMotionListener
Invoked during the resize action.
resizeColumn - Variable in class com.klg.jclass.table.MouseInputHandler
 
resizeColumnCellSize - Variable in class com.klg.jclass.table.MouseInputHandler
 
resizeColumnMap() - Method in class com.klg.jclass.table.TableDataView
Initializes the mapped columns array any time it is accessed and the number of columns in the datasource does not match the number of columns in the map array.
resizeDrag(int, int) - Method in class com.klg.jclass.table.MouseInputHandler
Handles a drag event during a resize action.
resizeEnd(int, int) - Method in class com.klg.jclass.table.MouseInputHandler
Completes a resize action.
resizeFrame(JComponent, int, int, int, int) - Method in class com.klg.jclass.swing.JCMDIPane.MDIDesktopManager
 
resizeHeight - Variable in class com.klg.jclass.table.MouseInputHandler
 
resizeLevel - Variable in class com.klg.jclass.higrid.Controller
 
resizeListeners - Variable in class com.klg.jclass.table.JCTable
 
resizeMotionListeners - Variable in class com.klg.jclass.table.JCTable
 
resizePoint - Variable in class com.klg.jclass.table.MouseInputHandler
 
resizer - Variable in class com.klg.jclass.higrid.Controller
 
resizeRow - Variable in class com.klg.jclass.table.MouseInputHandler
 
resizeRowCellSize - Variable in class com.klg.jclass.table.MouseInputHandler
 
resizeRowMap() - Method in class com.klg.jclass.table.TableDataView
Initializes the mapped rows array any time it is accessed and the number of rows in the datasource does not match the number of rows in the map array.
resizeWidth - Variable in class com.klg.jclass.table.MouseInputHandler
 
RESIZING - Variable in class com.klg.jclass.table.MouseInputHandler
 
resizingColumn - Variable in class com.klg.jclass.higrid.Controller
 
resizingRow - Variable in class com.klg.jclass.higrid.Controller
 
resizingScrollPane() - Method in class com.klg.jclass.swing.JCMDIPane
 
resolveEntity(String, String) - Method in class com.klg.jclass.util.xml.JCXMLDTDResolver
 
RESOLVING_CLASS - Static variable in class com.klg.jclass.util.io.Properties
 
resolvingClass - Variable in class com.klg.jclass.util.io.LoadProperties
Class used to resolve files relative to the classpath.
resolvingClass - Variable in class com.klg.jclass.util.xml.JCXMLDTDResolver
 
resource_name - Static variable in class com.klg.jclass.datasource.LocaleBundle
 
resourceName - Variable in class com.klg.jclass.datasource.beans.SerializedProperties
resource name relative to a class loader.
REST - Static variable in class com.klg.jclass.datasource.util.SqlParser
 
restore - Static variable in class com.klg.jclass.datasource.LocaleBundle
 
RESTORE_DEFAULT - Static variable in class com.klg.jclass.field.Field
 
RESTORE_DEFAULT - Static variable in class com.klg.jclass.field.JCInvalidInfo
Use with invalidPolicy to restore default value after invalid entry.
RESTORE_PREVIOUS - Static variable in class com.klg.jclass.field.Field
 
RESTORE_PREVIOUS - Static variable in class com.klg.jclass.field.JCInvalidInfo
Use with invalidPolicy to restore previous value after invalid entry.
restoreContainer(Container) - Method in class com.klg.jclass.swing.JCMDIFrame
Internal use only
restoreCursor() - Method in class com.klg.jclass.util.swing.JCHTMLPane
 
restoreFromInsideBorders(Graphics, JCCellInfo, Rectangle) - Static method in class com.klg.jclass.cell.Utilities
Reverses any changes made by the translateToInsideBorders() method call.
restoreFromWholeCell(Graphics, JCCellInfo, Rectangle) - Static method in class com.klg.jclass.cell.Utilities
Reverses any changes made by the translateToWholeCell() method call.
restoreOriginalPickList() - Method in class com.klg.jclass.field.JCComboField
Restores picklist to its original (could have been modified through AutoRefinement).
restorePickList() - Method in class com.klg.jclass.field.Field
Restore the picklist to its original value before AutoRefinement changed it.
restoreRow(long) - Method in class com.klg.jclass.datasource.BaseDataTable
For internal use only.
restoreRow(long) - Method in interface com.klg.jclass.datasource.DataTableAbstractionLayer
Restores a row's original values, called by cancelRowChanges().
restoreRow(long) - Method in class com.klg.jclass.datasource.jdbc.DataTable
For internal use only.
restoringPrevious - Variable in class com.klg.jclass.field.Field
 
Result - interface com.klg.jclass.util.formulae.Result.
This is a marker interface which identifies Expression types which are valid return types from the evaluation of other Expressions.
ResultSetBinding - class com.klg.jclass.datasource.jdbc.ResultSetBinding.
This class provides binding for a single level (non-hierarchical) data source.
ResultSetBinding(ResultSet) - Constructor for class com.klg.jclass.datasource.jdbc.ResultSetBinding
Create a single-level binding from a java.sql.ResultSet.
retainAll(Collection) - Method in class com.klg.jclass.util.formulae.ExpressionList
Remove all elements in this List which are not in the given Collection.
retainAll(Collection) - Method in class com.klg.jclass.util.formulae.MathExpressionList
Remove all elements in this List which are not in the given Collection.
retrieve_fields - Static variable in class com.klg.jclass.higrid.LocaleBundle
 
reverse - Variable in class com.klg.jclass.page.awt.JCAWTPrinter.PrinterThread
 
REVERSE - Static variable in class com.klg.jclass.util.swing.DefaultRowComparator
Valid value for SortOrder
REVERSE - Static variable in class com.klg.jclass.util.swing.DefaultRowSortTableModel
Valid value for SortOrder
REVERSE - Static variable in interface com.klg.jclass.util.swing.JCRowSortModel
Valid value for SortOrder.
REVERSE_TRIANGLE - Static variable in class com.klg.jclass.swing.gauge.JCTickStyle
Reverse Triangle
reverseArray(Object[], int) - Method in class com.klg.jclass.chart3d.JCContour
Reverses an array of length n.
reverseChain(PolygonChain) - Method in class com.klg.jclass.chart3d.JCContour
Reverses the order of points in this chain.
reversed - Variable in class com.klg.jclass.chart.JCAxis
True if axis is reversed.
reversed - Variable in class com.klg.jclass.swing.gauge.JCAbstractIndicator
Asks: "Is the indicator reversed?".
reversed - Variable in class com.klg.jclass.swing.gauge.JCAbstractTick
Asks: "Is the tick reversed?".
reverseIndices - Variable in class com.klg.jclass.util.swing.DefaultRowSortTableModel
 
reverseOrder - Variable in class com.klg.jclass.page.JCPrinter
Are pages output last-page-first.
ReverseTreeIterator - class com.klg.jclass.datasource.ReverseTreeIterator.
Iterates over the siblings of a tree in the Reverse direction; extends TreeIterator.
ReverseTreeIterator(DataSourceTreeNode) - Constructor for class com.klg.jclass.datasource.ReverseTreeIterator
 
right - Variable in class com.klg.jclass.chart.PlotArea
 
right - Variable in class com.klg.jclass.page.JCUnit.Margins
The widths of the right margin in the given units.
RIGHT - Static variable in interface com.klg.jclass.cell.JCCellInfo
Alignment value.
RIGHT - Static variable in class com.klg.jclass.chart.ChartText
 
RIGHT - Static variable in class com.klg.jclass.chart.JCFillStyle
 
RIGHT - Static variable in class com.klg.jclass.chart3d.JCFillStyle
 
RIGHT - Static variable in class com.klg.jclass.higrid.LocaleBundle
 
RIGHT - Static variable in class com.klg.jclass.table.beans.FrozenCellLayoutEditor
 
RIGHT - Static variable in class com.klg.jclass.table.beans.LabelLayoutEditor
 
RIGHT - Static variable in class com.klg.jclass.table.beans.StyleEditor
 
RIGHT - Static variable in interface com.klg.jclass.table.CellStyleModel
Alignment value
RIGHT - Static variable in interface com.klg.jclass.table.EditTraverseHandler
 
RIGHT - Static variable in interface com.klg.jclass.table.JCTableEnum
Right alignment constant.
RIGHT_ALIGNMENT - Static variable in class com.klg.jclass.chart3d.JCMultiFieldString
 
RIGHT_EDGE - Static variable in class com.klg.jclass.chart3d.JCContour
 
RIGHT_HALF_CIRCLE - Static variable in class com.klg.jclass.swing.gauge.JCCircularGauge.GaugeType
The scale is a semicircle oriented so that its diameter is vertical and its circumference is to the right of its base.
rightBorder - Variable in class com.klg.jclass.page.JCPageTable.Column
The right border is drawn on the right side of the column.
rightBorder - Variable in class com.klg.jclass.page.JCPageTable.Cell
The right border is drawn at the right of the cell.
rightBorder - Variable in class com.klg.jclass.page.JCTableStyle
The right border is drawn at the right of a table, or parts of it.
rightLevelSpacing - Variable in class com.klg.jclass.util.treetable.TreeTableSupport
 
rightMargin - Variable in class com.klg.jclass.page.JCPageTable.Cell
The width of the right margin between the border and the frame.
rightOfColumn - Variable in class com.klg.jclass.page.JCFlowInfo
The right edge of the current column.
rightOperand - Variable in class com.klg.jclass.util.formulae.Operation
The operand on the right side of the operator for binary operations
rightPanel - Variable in class com.klg.jclass.swing.JCSplitWizard
The right panel which holds developer content
rightSide(int, int) - Method in class com.klg.jclass.chart3d.JCContour
Gets the index of the right side of cell (x, y) in the sides array.
RISING_CANDLE_INDEX - Static variable in class com.klg.jclass.chart.JCCandleChartFormat
 
rl - Variable in class com.klg.jclass.util.swing.AbstractSpinBox
 
rlInit(Rectangle, Vector) - Static method in class com.klg.jclass.util.swing.JCRectUtil
Initializes this rectangle list.
rlRemove(Rectangle, Vector, Vector) - Static method in class com.klg.jclass.util.swing.JCRectUtil
Removes rectangle r from rectlist rl1, storing the result in rl2.
rollbackTransaction() - Method in class com.klg.jclass.datasource.BaseMetaData
Rolls back the transaction: does nothing here, so it.
rollbackTransaction() - Method in class com.klg.jclass.datasource.jbuilder.DataTable
Rolls back the transaction.
rollbackTransaction() - Method in class com.klg.jclass.datasource.jdbc.MetaData
Recursivly rolls back the transaction.
rollbackTransaction() - Method in interface com.klg.jclass.datasource.MetaDataModel
Rolls back the transaction.
rollbackTransaction() - Method in class com.klg.jclass.higrid.SummaryDataTable
Rollback transaction.
rollbackTransaction() - Method in class com.klg.jclass.higrid.SummaryMetaData
Rolls back the transaction.
ROMAN_NUMBER - Static variable in interface com.klg.jclass.page.TextMacro
 
RomanPageMacro - class com.klg.jclass.page.render.RomanPageMacro.
RomanPageMacro evaluates the current page number as a roman numeral
RomanPageMacro() - Constructor for class com.klg.jclass.page.render.RomanPageMacro
Create a macro instance
root - Static variable in class com.klg.jclass.datasource.LocaleBundle
 
Root - class com.klg.jclass.util.formulae.Root.
This is a concrete implementation for square roots This is a unary operator, *???but can also work on lists???*.
root_already_set - Static variable in class com.klg.jclass.datasource.LocaleBundle
 
ROOT_BOOKMARK - Static variable in interface com.klg.jclass.datasource.DataTableModel
Root-level rows are a special case since they do not have parent rows.
Root(Expression) - Constructor for class com.klg.jclass.util.formulae.Root
Define a square root on the given Expression
Root(Number) - Constructor for class com.klg.jclass.util.formulae.Root
Define a square root on the given Number
rootPagesReference - Variable in class com.klg.jclass.page.adobe.pdf.JCPDFPrinter
The object reference number of the root Pages object
rootVisible - Variable in class com.klg.jclass.util.treetable.TreeTableSupport
 
rotate - Variable in class com.klg.jclass.chart3d.j2d.actions.RotateAction
The rotation matrix used to extract the new rotation angles
rotate - Variable in class com.klg.jclass.chart3d.Justify
Rotates annotation 0, 90, 180, or 270 degrees.
ROTATE - Static variable in class com.klg.jclass.chart.EventTrigger
 
ROTATE_180 - Static variable in class com.klg.jclass.chart.JCAxis
Enum value representing a rotation of 180 degrees.
ROTATE_180 - Static variable in class com.klg.jclass.chart3d.Transform
 
ROTATE_270 - Static variable in class com.klg.jclass.chart.beans.BaseChart
 
ROTATE_270 - Static variable in class com.klg.jclass.chart.JCAxis
Enum value representing a rotation of 270 degrees.
ROTATE_270 - Static variable in class com.klg.jclass.chart3d.Transform
 
ROTATE_90 - Static variable in class com.klg.jclass.chart.beans.BaseChart
 
ROTATE_90 - Static variable in class com.klg.jclass.chart.JCAxis
Enum value representing a rotation of 90 degrees.
ROTATE_90 - Static variable in class com.klg.jclass.chart3d.Transform
 
ROTATE_NONE - Static variable in class com.klg.jclass.chart.beans.BaseChart
Enums for annotation rotation values.
ROTATE_NONE - Static variable in class com.klg.jclass.chart.JCAxis
Enum value representing no rotation.
ROTATE_NONE - Static variable in class com.klg.jclass.chart3d.Transform
 
ROTATE_OTHER - Static variable in class com.klg.jclass.chart.JCAxis
Enum value representing a rotation specified by annotationRotationAngle.
rotate() - Method in class com.klg.jclass.chart.JCChart
A call to rotate a graph to the specified locations.
Rotate(double, double) - Method in class com.klg.jclass.chart3d.j3d.JCTransform
 
rotate(double, double, double) - Method in class com.klg.jclass.chart3d.j3d.JCPlotCubeJava3d
 
rotate(Polygon, double) - Static method in class com.klg.jclass.swing.gauge.GaugeUtil
2D rotation of points.
RotateAction - class com.klg.jclass.chart3d.j2d.actions.RotateAction.
Handler object for rotate actions within JClass Chart 3D Java2D.
RotateAction - class com.klg.jclass.chart3d.j3d.actions.RotateAction.
Handler object for rotate actions within JClass Chart 3D Java3D.
RotateAction() - Constructor for class com.klg.jclass.chart3d.j2d.actions.RotateAction
Default constructor.
RotateAction() - Constructor for class com.klg.jclass.chart3d.j3d.actions.RotateAction
 
RotateAction(int) - Constructor for class com.klg.jclass.chart3d.j2d.actions.RotateAction
Constructor which sets the axis on which to rotate.
rotateEnd() - Method in class com.klg.jclass.chart.JCChart
A call to signify the end of a rotate event.
RotateEyeAction - class com.klg.jclass.chart3d.j2d.actions.RotateEyeAction.
Handler object for rotating about the eye.
RotateEyeAction() - Constructor for class com.klg.jclass.chart3d.j2d.actions.RotateEyeAction
Default constructor.
rotateMatrix(Matrix4d, double, int, boolean) - Static method in class com.klg.jclass.chart3d.Transform
Rotates the input matrix by a given angle about the X, Y, or Z axis.
rotateMatrix(Matrix4d, int, int) - Static method in class com.klg.jclass.chart3d.Transform
Rotates the input matrix by a given predefined angle enum about the X, Y, or Z axis.
rotateStart() - Method in class com.klg.jclass.chart.JCChart
A call to signify the beginning of a rotate event.
rotateTextureCoordinates(int, boolean) - Method in class com.klg.jclass.chart3d.j3d.SquareQA
 
rotateWallImage(int, double) - Method in class com.klg.jclass.chart3d.j3d.JCPlotCubeJava3d
 
RotateXAction - class com.klg.jclass.chart3d.j2d.actions.RotateXAction.
Handler object for rotating about the X axis.
RotateXAction() - Constructor for class com.klg.jclass.chart3d.j2d.actions.RotateXAction
Default constructor.
RotateYAction - class com.klg.jclass.chart3d.j2d.actions.RotateYAction.
Handler object for rotating about the Y axis.
RotateYAction() - Constructor for class com.klg.jclass.chart3d.j2d.actions.RotateYAction
Default constructor.
RotateZAction - class com.klg.jclass.chart3d.j2d.actions.RotateZAction.
Handler object for rotating about the Z axis.
RotateZAction() - Constructor for class com.klg.jclass.chart3d.j2d.actions.RotateZAction
Default constructor.
rotation - Variable in class com.klg.jclass.chart.beans.AxisTitleWrapper
 
rotation - Variable in class com.klg.jclass.chart.ChartText
 
rotation - Variable in class com.klg.jclass.chart.JCChartArea
 
rotation - Variable in class com.klg.jclass.chart3d.Transform
 
Round - class com.klg.jclass.util.formulae.Round.
This is a concrete implementation for the round operation.
Round(Expression) - Constructor for class com.klg.jclass.util.formulae.Round
Define a rounding operation on the given Expression
Round(Number) - Constructor for class com.klg.jclass.util.formulae.Round
Define a rounding operation on the given Number
roundMode - Variable in class com.klg.jclass.datasource.BaseVirtualColumn
 
roundOffEpsilon - Static variable in class com.klg.jclass.chart3d.JCChart3dUtil
Value to add to values to combat round off error.
roundTime(Date, long, boolean) - Method in class com.klg.jclass.chart.JCChartDateFormat
Round the given time down/up to the given unit.
row - Variable in class com.klg.jclass.higrid.CellPosition
 
row - Variable in class com.klg.jclass.page.PageTableCellInfo
The row of the cell in the table
row - Variable in class com.klg.jclass.table.JCCellDisplayEvent
 
row - Variable in class com.klg.jclass.table.JCCellPosition
Row number, starting at 0.
row - Variable in class com.klg.jclass.table.JCEditCellEvent
 
row - Variable in class com.klg.jclass.table.JCResizeCellEvent
 
row - Variable in class com.klg.jclass.table.JCTableCellInfo
 
row - Variable in class com.klg.jclass.table.JCTableDataEvent
 
row - Variable in class com.klg.jclass.table.TableListenerPropagator
 
row - Variable in class com.klg.jclass.util.formulae.TableReference
The row location of the cell in the table
ROW - Static variable in class com.klg.jclass.page.JCAlternate
Alternate lightGray/gray on rows.
ROW - Static variable in class com.klg.jclass.table.beans.SBLayoutEditor
 
ROW_DOMINANCE - Static variable in class com.klg.jclass.page.JCPageTable
 
ROW_DRAG_ACTION - Static variable in interface com.klg.jclass.table.JCTableEnum
A TableAction constant that specifies row drag.
ROW_DRAG_ACTION - Static variable in class com.klg.jclass.table.TableAction
Action constant for row drag.
row_heights - Variable in class com.klg.jclass.util.swing.JCGridLayout
Array of row heights.
row_label_display - Variable in class com.klg.jclass.table.JCTable
 
row_label_offset - Variable in class com.klg.jclass.table.JCTable
 
row_label_placement - Variable in class com.klg.jclass.table.JCTable
 
row_label_width - Variable in class com.klg.jclass.table.JCCellLayout
 
row_labels - Variable in class com.klg.jclass.table.data.JCVectorDataSource
 
ROW_NOT_FOUND - Static variable in interface com.klg.jclass.datasource.DataTableModel
ROW_NOT_FOUND during lookup
ROW_NUMBER - Static variable in class com.klg.jclass.table.beans.SBLayoutEditor
 
ROW_SELECT_ACTION - Static variable in interface com.klg.jclass.table.JCTableEnum
A TableAction constant that specifies row selection.
ROW_SELECT_ACTION - Static variable in class com.klg.jclass.table.TableAction
Action constant for row selection.
ROW_SELECT_ANY - Static variable in class com.klg.jclass.higrid.HiGrid
Row Selection Mode: All record rows are selectable.
ROW_SELECT_ANY - Static variable in class com.klg.jclass.higrid.LocaleBundle
 
ROW_SELECT_IN_SAME_LEVEL - Static variable in class com.klg.jclass.higrid.HiGrid
Row Selection Mode: All record rows at the same format level are selectable.
ROW_SELECT_IN_SAME_LEVEL - Static variable in class com.klg.jclass.higrid.LocaleBundle
 
ROW_SELECT_IN_SAME_TABLE - Static variable in class com.klg.jclass.higrid.HiGrid
Row Selection Mode: All record rows in the same data table are selectable.
ROW_SELECT_IN_SAME_TABLE - Static variable in class com.klg.jclass.higrid.LocaleBundle
 
row_selection_mode - Static variable in class com.klg.jclass.higrid.LocaleBundle
 
ROW_SIZING_TOLERANCE - Static variable in class com.klg.jclass.higrid.RowFormat
 
rowBorder - Variable in class com.klg.jclass.page.JCTableStyle
The row border is the default border drawn between table rows.
rowCache - Variable in class com.klg.jclass.datasource.Store
 
rowCaches - Variable in class com.klg.jclass.datasource.BaseDataTable
 
RowColumnSeriesModel - interface com.klg.jclass.table.RowColumnSeriesModel.
RowColumnSeriesModel defines the interface required by classes that can store row or column based properties.
rowComparator - Variable in class com.klg.jclass.util.swing.DefaultRowSortTableModel
 
rowComparator - Variable in class com.klg.jclass.util.treetable.TreeWithSortableChildren
 
rowCount - Variable in class com.klg.jclass.page.JCPageTable
Number of rows in the table.
rowDataChanged(int) - Method in class com.klg.jclass.datasource.util.DataBinding
Must be called after row data were changed.
rowDataChanged(int) - Method in class com.klg.jclass.datasource.util.FieldDataBinding
Must be called after row data were changed.
rowDeleted() - Method in class com.klg.jclass.datasource.util.DataBinding
Must be called after a row was deleted.
rowDeleted() - Method in class com.klg.jclass.datasource.util.FieldDataBinding
Must be called after a row was deleted.
rowDisplay - Variable in class com.klg.jclass.table.beans.LabelLayoutWrapper
 
rowFirstLineHeights - Variable in class com.klg.jclass.util.legend.JCGridLegend
 
RowFormat - class com.klg.jclass.higrid.RowFormat.
The RowFormat class contains the design-time and run-time information associated with a given RowNode.
RowFormat() - Constructor for class com.klg.jclass.higrid.RowFormat
Constructor
rowFormatBorderStyleStrings - Static variable in class com.klg.jclass.higrid.beans.JCHiGridConverter
String names of the border styles.
rowFormatBorderStyleValues - Static variable in class com.klg.jclass.higrid.beans.JCHiGridConverter
Border value that corresponds to the list of String names.
rowHeight - Variable in class com.klg.jclass.page.JCPageTable.Row
The height of the row is based on the tallest cell.
rowHeight - Variable in class com.klg.jclass.table.PrintCellLayout
 
rowHeightChanged() - Method in class com.klg.jclass.higrid.CellFormat
Called by parent RowFormat when its height changes.
rowHeightIsValid - Variable in class com.klg.jclass.higrid.CellFormat
 
rowHeightResizingAll - Variable in class com.klg.jclass.higrid.HiGrid
 
rowHeights - Variable in class com.klg.jclass.table.JCTable
 
rowHeights - Variable in class com.klg.jclass.util.legend.JCGridLegend
 
rowIndex - Variable in class com.klg.jclass.datasource.DataModelEvent
 
rowIndexBeforeEvent - Variable in class com.klg.jclass.datasource.BaseDataTable
 
rowInserted() - Method in class com.klg.jclass.datasource.util.DataBinding
Must be called after a row was inserted.
rowInserted() - Method in class com.klg.jclass.datasource.util.FieldDataBinding
Must be called after a row was inserted.
rowIntComparator - Variable in class com.klg.jclass.util.swing.DefaultRowSortTableModel
 
rowIntComparator - Variable in class com.klg.jclass.util.treetable.TreeWithSortableChildren
 
rowLabel - Variable in class com.klg.jclass.datasource.swing.DSdbJNavigator
 
ROWLABEL - Static variable in class com.klg.jclass.table.CellArea
 
rowLabelArea - Variable in class com.klg.jclass.table.CellAreaHandler
 
rowLabelDisplay - Variable in class com.klg.jclass.table.beans.LabelLayoutEditor
 
rowLabelOffset - Variable in class com.klg.jclass.table.beans.LabelLayoutEditor
 
rowLabelPlacement - Variable in class com.klg.jclass.table.beans.LabelLayoutEditor
 
rowLabelRect - Variable in class com.klg.jclass.table.CellAreaHandler
 
rowLabels - Variable in class com.klg.jclass.table.beans.DataWrapper
 
rowList - Variable in class com.klg.jclass.page.JCPageTable
The row list is an ordered list of rows in the table.
rowMap - Variable in class com.klg.jclass.util.treetable.TableFromTreeTable
 
rowMap - Variable in class com.klg.jclass.util.treetable.TreeTableSupport
Map of expanded nodes to "treetable" rows
rowNode - Variable in class com.klg.jclass.higrid.HiGridEvent
 
RowNode - class com.klg.jclass.higrid.RowNode.
The RowNode class aggregates all of the information necessary to render a specific row within a given table.
RowNode() - Constructor for class com.klg.jclass.higrid.RowNode
Default constructor.
RowNode(FormatNode, RowFormat, DataTableModel, long) - Constructor for class com.klg.jclass.higrid.RowNode
Constructor for RowNode.
rowNodeList - Variable in class com.klg.jclass.higrid.PrintGrid12
 
rowNumber - Variable in class com.klg.jclass.page.JCPageTable.Row
The number of this row in the table.
rowNumber - Variable in class com.klg.jclass.page.JCPageTable.Cell
The row of the table this cell appears in.
rowOffset - Variable in class com.klg.jclass.table.beans.LabelLayoutWrapper
 
rowOriented - Variable in class com.klg.jclass.page.JCAlternate
Alternate colors on rows (true) or columns (false).
rowPageIndex - Variable in class com.klg.jclass.higrid.PrintGrid12
 
rowPages - Variable in class com.klg.jclass.higrid.PrintGrid12
 
rowParent - Variable in class com.klg.jclass.page.JCPageTable.Cell
Row which owns this cell.
rowPlacement - Variable in class com.klg.jclass.table.beans.FrozenCellLayoutEditor
 
rowPlacement - Variable in class com.klg.jclass.table.beans.FrozenCellLayoutWrapper
 
rowPlacement - Variable in class com.klg.jclass.table.beans.LabelLayoutWrapper
 
rowPosition - Variable in class com.klg.jclass.table.PrintCellLayout
 
rowPositions - Variable in class com.klg.jclass.table.beans.CellSizeWrapper
 
rows - Variable in class com.klg.jclass.table.beans.DataWrapper
 
rows - Variable in class com.klg.jclass.table.beans.FrozenCellLayoutWrapper
 
rows - Variable in class com.klg.jclass.table.data.JCVectorDataSource
 
rows - Variable in class com.klg.jclass.table.PrintCellLayout
 
rows - Variable in class com.klg.jclass.util.formulae.MathMatrix
Rows and Columns define the number of entries in the matrix
rows - Variable in class com.klg.jclass.util.swing.JCGridLayout
The number of rows in the layout, as set by the user.
rowSelectionMode - Variable in class com.klg.jclass.higrid.HiGrid
 
rowSelectionModeStrings - Static variable in class com.klg.jclass.higrid.beans.JCHiGridConverter
 
rowSelectionModeValues - Static variable in class com.klg.jclass.higrid.beans.JCHiGridConverter
Row selection mode value that corresponds to the list of String names.
rowtip_visible - Static variable in class com.klg.jclass.higrid.LocaleBundle
 
rowToNode(int) - Method in class com.klg.jclass.util.treetable.TableFromTreeTable
Get the node for the given row
rowToTreePath(int) - Method in class com.klg.jclass.util.treetable.TableFromTreeTable
Get the tree path for the given row
RowTree - class com.klg.jclass.higrid.RowTree.
The RowTree holds the run-time visual information for the levels of an instance of HiGrid.
RowTree(HiGrid) - Constructor for class com.klg.jclass.higrid.RowTree
Constructor for the RowTree object.
RowTree(HiGrid, boolean) - Constructor for class com.klg.jclass.higrid.RowTree
Constructor for the RowTree object.
rowYResize - Variable in class com.klg.jclass.higrid.Controller
 
run() - Method in class com.klg.jclass.page.awt.JCAWTPrinter.PrinterThread
This will be run on the "PageLayout print thread" thread.
run() - Method in class com.klg.jclass.util.swing.JCSwingRunnable
This method should be implemented to provide desired functionality.
runtimeEditors - Variable in class com.klg.jclass.higrid.LookupTable
 
RuntimeLicenseException - exception com.klg.jclass.util.RuntimeLicenseException.
This class extends RunTimeException to create license exceptions for serverside code..
RuntimeLicenseException() - Constructor for class com.klg.jclass.util.RuntimeLicenseException
void constructor
RuntimeLicenseException(String) - Constructor for class com.klg.jclass.util.RuntimeLicenseException
Message specifing constructor.
runtimeRenderers - Variable in class com.klg.jclass.higrid.LookupTable
 

Copyright © 2004 Quest Software Inc..
All rights reserved.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z