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

B

b_count - Variable in class com.klg.jclass.util.swing.JCSpring
 
back() - Method in class com.klg.jclass.util.swing.JCHelpPane
 
backAction - Variable in class com.klg.jclass.util.swing.JCHelpPane
 
backButton - Variable in class com.klg.jclass.util.swing.JCHelpPane
 
backfacing(int[], int[]) - Static method in class com.klg.jclass.chart3d.JCChart3dUtil
Determines if the convex polygon is backfacing.
background - Variable in class com.klg.jclass.chart.beans.AppearanceWrapper
 
background - Variable in class com.klg.jclass.chart.ChartInteriorRegion
Background color used in the chart region.
background - Variable in class com.klg.jclass.chart3d.JCPlotCube
The plotCube's background color.
background - Variable in class com.klg.jclass.chart3d.JCValueLabel
The value label's background color (null means don't draw a background).
background - Variable in class com.klg.jclass.page.JCPageTable.Row
The color used as a default background for table elements.
background - Variable in class com.klg.jclass.page.JCPageTable.Column
The color used as a default background for table elements.
background - Variable in class com.klg.jclass.page.JCPageTable.Cell
The color used as a default background for table elements.
background - Variable in class com.klg.jclass.page.JCTableStyle
The color used as a default background for table elements.
background - Variable in class com.klg.jclass.page.PageArea
A render object representing the background paint of this object
background - Variable in class com.klg.jclass.swing.JCTreeTable.SwitchIcon
 
background - Variable in class com.klg.jclass.table.JCCellStyle
 
BACKGROUND - Static variable in class com.klg.jclass.chart3d.j2d.beans.BeanKeys
 
BACKGROUND - Static variable in class com.klg.jclass.chart3d.j3d.beans.BeanKeys
 
backgroundColor - Variable in class com.klg.jclass.chart.JCFillStyle
 
backgroundColor - Variable in class com.klg.jclass.chart3d.JCFillStyle
Sets the background color (for patterned fills).
backgroundColor - Variable in class com.klg.jclass.higrid.CellStyle
 
backgroundColor - Static variable in class com.klg.jclass.higrid.LocaleBundle
 
backgroundImage - Variable in class com.klg.jclass.swing.gauge.JCLinearRange
The background image used as range.
backplane - Variable in class com.klg.jclass.chart.JCChartArea
 
BACKWARD - Static variable in class com.klg.jclass.swing.gauge.JCAbstractScale.Direction
Scale values increase in a backward (or clockwise) direction.
bar - Variable in class com.klg.jclass.chart3d.JCChart3dArea
Object that controls bar chart only properties.
BAR - Static variable in class com.klg.jclass.chart.JCChart
 
BAR - Static variable in class com.klg.jclass.chart3d.JCChart3d
Specifies that an array of bars should be drawn.
BAR_CLUSTER_OVERLAP_MAX - Static variable in class com.klg.jclass.chart.JCBarChartFormat
 
BAR_CLUSTER_OVERLAP_MIN - Static variable in class com.klg.jclass.chart.JCBarChartFormat
 
BAR_CLUSTER_WIDTH_MAX - Static variable in class com.klg.jclass.chart.JCBarChartFormat
 
BAR_CONTOUR - Static variable in class com.klg.jclass.chart3d.BarFacet
 
BAR_ERASE - Static variable in class com.klg.jclass.chart3d.BarFacet
 
BAR_ERASE_MESH - Static variable in class com.klg.jclass.chart3d.BarFacet
 
BAR_FILL_MESH - Static variable in class com.klg.jclass.chart3d.BarFacet
 
BAR_FILLED - Static variable in class com.klg.jclass.chart3d.BarFacet
 
BAR_MESH - Static variable in class com.klg.jclass.chart3d.BarFacet
 
BAR_SIDES - Static variable in class com.klg.jclass.chart3d.BarFacet
 
BarFacet - class com.klg.jclass.chart3d.BarFacet.
Class responsible for drawing bars
BarFacet() - Constructor for class com.klg.jclass.chart3d.BarFacet
Default constructor.
BarFacet(DrawGrid, Graphics) - Constructor for class com.klg.jclass.chart3d.BarFacet
Constructor which supplies the drawing object and the Graphics object needed to draw
BASE_ON_BACKGROUND - Static variable in class com.klg.jclass.table.beans.StyleEditor
 
BASE_ON_BACKGROUND - Static variable in interface com.klg.jclass.table.JCTableEnum
A CellStyleModel CellBorderColorMode constant indicating that the border color is based on the background of the cell or the selected background for selected cells.
BASE_ON_FOREGROUND - Static variable in class com.klg.jclass.table.beans.StyleEditor
 
BASE_ON_FOREGROUND - Static variable in interface com.klg.jclass.table.JCTableEnum
A CellStyleModel CellBorderColorMode constant indicating that the border color is based on the foreground of the cell or the selected foreground for selected cells.
Base3dDataSource - class com.klg.jclass.chart3d.data.Base3dDataSource.
Empty base class which implements the DataModel's common ancestor.
Base3dDataSource() - Constructor for class com.klg.jclass.chart3d.data.Base3dDataSource
The default constructor for a Chart3dDataSupport object.
Base3dDataSource(Object) - Constructor for class com.klg.jclass.chart3d.data.Base3dDataSource
Constructor used to create a Base3dDataSource object with a given data source.
Base3dGridDataSource - class com.klg.jclass.chart3d.data.Base3dGridDataSource.
This class is the base for any data source that chooses to store data internally using gridmodel arrays.
Base3dGridDataSource(String, double[], double[], double[][]) - Constructor for class com.klg.jclass.chart3d.data.Base3dGridDataSource
Constructor for creating a new Base3dGridDataSource when the data is already known, includes a String for the name .
Base3dPointDataSource - class com.klg.jclass.chart3d.data.Base3dPointDataSource.
This class is the base for any data source that chooses to store data internally using an array of Point3d objects.
Base3dPointDataSource(String, Point3d[][]) - Constructor for class com.klg.jclass.chart3d.data.Base3dPointDataSource
Constructor for a Base3dPointDataSource where the data is already known, includes an argument for the datasource name.
BaseAction - class com.klg.jclass.chart3d.j2d.actions.BaseAction.
BaseAction is an abstract base class for the Java2D actions of JCChart 3D.
BaseAction - class com.klg.jclass.chart3d.j3d.actions.BaseAction.
BaseAction is an abstract base class for the Java3D actions of JCChart 3D.
BaseAction() - Constructor for class com.klg.jclass.chart3d.j2d.actions.BaseAction
Constructs an action handler.
BaseAction() - Constructor for class com.klg.jclass.chart3d.j3d.actions.BaseAction
Constructs a BaseAction.
BaseAggregate - class com.klg.jclass.higrid.BaseAggregate.
Implements the base Aggregate type behavior.
BaseAggregate() - Constructor for class com.klg.jclass.higrid.BaseAggregate
Default Constructor
BaseAggregate(SummaryColumn) - Constructor for class com.klg.jclass.higrid.BaseAggregate
Default Constructor
BaseCellEditor - class com.klg.jclass.cell.editors.BaseCellEditor.
BaseCellEditor provides a simple text editing component.
BaseCellEditor() - Constructor for class com.klg.jclass.cell.editors.BaseCellEditor
Default constructor
BaseChart - class com.klg.jclass.chart.beans.BaseChart.
Base class for most chart Beans.
BaseChart() - Constructor for class com.klg.jclass.chart.beans.BaseChart
Basic constructor.
BaseColumn - class com.klg.jclass.datasource.BaseColumn.
An implementation of ColumnModel.
BaseColumn() - Constructor for class com.klg.jclass.datasource.BaseColumn
 
BaseColumn(String, int) - Constructor for class com.klg.jclass.datasource.BaseColumn
Constructor
based_columns - Static variable in class com.klg.jclass.datasource.LocaleBundle
 
BaseDataSource - class com.klg.jclass.chart.data.BaseDataSource.
This class is the base for any data source that chooses to store data internally using arrays.
BaseDataSource() - Constructor for class com.klg.jclass.chart.data.BaseDataSource
 
BaseDataTable - class com.klg.jclass.datasource.BaseDataTable.
This class provides a default implementation of DataTableModel and DataTableAbstractionLayer interfaces.
BaseDataTable(MetaDataModel) - Constructor for class com.klg.jclass.datasource.BaseDataTable
Root level constructor.
BaseDataTable(MetaDataModel, long) - Constructor for class com.klg.jclass.datasource.BaseDataTable
Constructor to call after root-level BaseDataTable has been created.
BaseDataView - class com.klg.jclass.table.BaseDataView.
The BaseDataView class implements all DataViewModel methods that control editors and renderers.
BaseDataView() - Constructor for class com.klg.jclass.table.BaseDataView
Creates a BaseDataView instance that initializes the editor and renderer tables with defaults settings but does not link it to table.
BaseDataView(JCTable) - Constructor for class com.klg.jclass.table.BaseDataView
Creates a BaseDataView instance and initializes the editor and renderer tables with default settings.
baseDS - Variable in class com.klg.jclass.chart.data.JCDataInterpreter
 
BaseEditor - class com.klg.jclass.chart3d.beans.BaseEditor.
This editor provides the base for detailed custom property editors.
BaseEditor() - Constructor for class com.klg.jclass.chart3d.beans.BaseEditor
 
baselineOffset - Variable in class com.klg.jclass.page.JCTextStyle
Text position relative to the baseline (for super-/subscript).
BaseMetaData - class com.klg.jclass.datasource.BaseMetaData.
Base implementation of MetaDataModel.
BaseMetaData(DataModel) - Constructor for class com.klg.jclass.datasource.BaseMetaData
Constructor
BasePopupMenu - class com.klg.jclass.table.beans.BasePopupMenu.
BasePopupMenu is the popup menu to initiate component specific commands at runtime.
BasePopupMenu - class com.klg.jclass.util.swing.BasePopupMenu.
BasePopupMenu is the popup menu to initiate component specific commands at runtime.
BasePopupMenu(ActionListener) - Constructor for class com.klg.jclass.table.beans.BasePopupMenu
BasePopupMenu constructor
BasePopupMenu(ActionListener) - Constructor for class com.klg.jclass.util.swing.BasePopupMenu
BasePopupMenu constructor
BaseShape - class com.klg.jclass.chart3d.shape.BaseShape.
BaseShape is an abstract base class used for defining custom point styles in Chart 3D.
BaseShape() - Constructor for class com.klg.jclass.chart3d.shape.BaseShape
 
BaseVirtualColumn - class com.klg.jclass.datasource.BaseVirtualColumn.
Adds columns to rows which are not retrieved from the data source.
BaseVirtualColumn(String, int, int, String[]) - Constructor for class com.klg.jclass.datasource.BaseVirtualColumn
Creates a column which is calculated based on one or more data source columns.
BaseWizard - class com.klg.jclass.swing.BaseWizard.
Base class for common code for JCSplitWizard and JCWizard.
BaseWizard() - Constructor for class com.klg.jclass.swing.BaseWizard
No argument constructor for the baseWizard, called by subclasses.
BaseWizardPage - class com.klg.jclass.swing.BaseWizardPage.
BaseWizardPage is the common ancestor for SplitWizardPage and JCWizardPage, containing common code.
BaseWizardPage.CancelAction - class com.klg.jclass.swing.BaseWizardPage.CancelAction.
Class to handle Cancel actions.
BaseWizardPage.CancelAction() - Constructor for class com.klg.jclass.swing.BaseWizardPage.CancelAction
 
BaseWizardPage.HelpAction - class com.klg.jclass.swing.BaseWizardPage.HelpAction.
Class to handle Help actions.
BaseWizardPage.HelpAction() - Constructor for class com.klg.jclass.swing.BaseWizardPage.HelpAction
 
BaseWizardPage.NextAction - class com.klg.jclass.swing.BaseWizardPage.NextAction.
Class to handle Next actions.
BaseWizardPage.NextAction() - Constructor for class com.klg.jclass.swing.BaseWizardPage.NextAction
 
BaseWizardPage.PreviousAction - class com.klg.jclass.swing.BaseWizardPage.PreviousAction.
Class to handle Previous actions.
BaseWizardPage.PreviousAction() - Constructor for class com.klg.jclass.swing.BaseWizardPage.PreviousAction
 
BaseWizardPage() - Constructor for class com.klg.jclass.swing.BaseWizardPage
 
BASIC_CHANGE_MASK - Static variable in interface com.klg.jclass.chart.Changeable
 
BASIC_CHANGE_MASK - Static variable in interface com.klg.jclass.util.Changeable
 
basicHeight() - Method in class com.klg.jclass.page.JCPageTable.Row
Computes the height of the row based on cell heights.
batched - Variable in class com.klg.jclass.chart.ChartDataView
 
batched - Variable in class com.klg.jclass.chart3d.Chart3dDataView
 
batched - Variable in class com.klg.jclass.higrid.HiGrid
 
batched - Static variable in class com.klg.jclass.higrid.LocaleBundle
 
BeanKeys - class com.klg.jclass.chart3d.j2d.beans.BeanKeys.
 
BeanKeys - class com.klg.jclass.chart3d.j3d.beans.BeanKeys.
 
BeanKeys() - Constructor for class com.klg.jclass.chart3d.j2d.beans.BeanKeys
 
BeanKeys() - Constructor for class com.klg.jclass.chart3d.j3d.beans.BeanKeys
 
BeanTextParser - class com.klg.jclass.chart3d.beans.BeanTextParser.
This class serves as a parser for bean setAsText() strings.
BeanTextParser() - Constructor for class com.klg.jclass.chart3d.beans.BeanTextParser
 
beep - Variable in class com.klg.jclass.cell.validate.JCValidateEvent
 
beep - Variable in class com.klg.jclass.higrid.HiGrid
 
beep - Variable in class com.klg.jclass.util.swing.MessageWrapper
 
beep_on_invalid - Static variable in class com.klg.jclass.higrid.LocaleBundle
 
beepOnInvalid - Variable in class com.klg.jclass.field.Field
 
beepOnInvalid - Variable in class com.klg.jclass.field.JCInvalidInfo
 
BEFORE_CANCEL_ALL - Static variable in class com.klg.jclass.datasource.DataModelEvent
Event fired before all changes are cancelled.
BEFORE_CANCEL_ROW_CHANGES - Static variable in class com.klg.jclass.datasource.DataModelEvent
Event fired before all edits to a row are undone.
BEFORE_COLLAPSE_ROW - Static variable in class com.klg.jclass.higrid.HiGridExpansionEvent
The row node is being collapsed.
BEFORE_COMMIT_ALL - Static variable in class com.klg.jclass.datasource.DataModelEvent
Event fired before all changes are committed.
BEFORE_COMMIT_CONDITIONAL - Static variable in class com.klg.jclass.datasource.DataModelEvent
Called when the root-level bookmark for a subtree changes.
BEFORE_COMMIT_ROW - Static variable in class com.klg.jclass.datasource.DataModelEvent
Called before single row is committed to data source.
BEFORE_CREATE_FORMAT_NODE_CONTENTS - Static variable in class com.klg.jclass.higrid.HiGridFormatNodeEvent
A new Format Node's contents is about to be created.
BEFORE_DELETE_ROW - Static variable in class com.klg.jclass.datasource.DataModelEvent
Event fired before a row is [logically] deleted.
BEFORE_DELETE_TABLE - Static variable in class com.klg.jclass.datasource.DataModelEvent
The indicated DataTable will be deleted and flushed from the cache.
before_details - Static variable in class com.klg.jclass.higrid.LocaleBundle
 
BEFORE_DETAILS - Static variable in class com.klg.jclass.higrid.HiGridData
 
BEFORE_DETAILS_FORMAT - Static variable in class com.klg.jclass.higrid.FormatNode
Specifies a BeforeDetailsFormat
BEFORE_EDIT_CELL - Static variable in class com.klg.jclass.datasource.DataModelEvent
Event fired before a cell is edited.
BEFORE_EDIT_CELL - Static variable in class com.klg.jclass.table.JCEditCellEvent
Types of JCEnterCellEvents.
BEFORE_EXPAND_ROW - Static variable in class com.klg.jclass.higrid.HiGridExpansionEvent
The row node is being expanded.
BEFORE_INSERT_ROW - Static variable in class com.klg.jclass.datasource.DataModelEvent
Event fired before a row is inserted.
BEFORE_MOVE_COLUMN - Static variable in class com.klg.jclass.higrid.HiGridMoveCellEvent
The column is being moved.
BEFORE_MOVE_TO_CURRENT_ROW - Static variable in class com.klg.jclass.datasource.DataModelEvent
The global cursor will move to a new row.
BEFORE_PAINT - Static variable in class com.klg.jclass.table.JCPaintEvent
 
BEFORE_REPAINT_ROW - Static variable in class com.klg.jclass.higrid.HiGridRepaintEvent
A row node is being repainted.
BEFORE_REQUERY - Static variable in class com.klg.jclass.datasource.DataModelEvent
Event fired when either DataTableModel.requeryRowAndDetails() or DataTableModel.requeryRow() is called.
BEFORE_RESET - Static variable in class com.klg.jclass.datasource.DataModelEvent
Event fired before entire grid is reset.
BEFORE_RESIZE - Static variable in class com.klg.jclass.table.JCResizeCellEvent
 
BEFORE_RESIZE_COLUMN - Static variable in class com.klg.jclass.higrid.HiGridResizeCellEvent
The column is being resized.
BEFORE_RESIZE_ROW - Static variable in class com.klg.jclass.higrid.HiGridResizeCellEvent
The row is being resized.
BEFORE_SELECT_ROW - Static variable in class com.klg.jclass.higrid.HiGridRowSelectionEvent
The row node is being selected/de-selected.
BEFORE_SELECTION - Static variable in class com.klg.jclass.table.JCSelectEvent
 
BEFORE_SORT_TABLE - Static variable in class com.klg.jclass.higrid.HiGridSortTableEvent
The table is being sorted.
beforeCancelAll(DataModelEvent) - Method in class com.klg.jclass.datasource.Binding.EventListener
Called before all changes are cancelled.
beforeCancelAll(DataModelEvent) - Method in class com.klg.jclass.datasource.DataModelAdapter
Called before all changes are cancelled.
beforeCancelAll(DataModelEvent) - Method in interface com.klg.jclass.datasource.DataModelListener
Called before all changes are cancelled.
beforeCancelAll(DataModelEvent) - Method in class com.klg.jclass.datasource.IdeDataTable
Called before all changes are cancelled.
beforeCancelAll(DataModelEvent) - Method in class com.klg.jclass.datasource.jbuilder.MetaData
Called before all changes are cancelled.
beforeCancelAll(DataModelEvent) - Method in class com.klg.jclass.datasource.util.DataBinding
Called before all changes are cancelled.
beforeCancelAll(DataModelEvent) - Method in class com.klg.jclass.higrid.DefaultDataModelListener
Called before all changes are cancelled.
beforeCancelRowChanges(DataModelEvent) - Method in class com.klg.jclass.datasource.Binding.EventListener
Called before all edits to a row are undone.
beforeCancelRowChanges(DataModelEvent) - Method in class com.klg.jclass.datasource.DataModelAdapter
Called before all edits to a row are undone.
beforeCancelRowChanges(DataModelEvent) - Method in interface com.klg.jclass.datasource.DataModelListener
Called before all edits to a row are undone.
beforeCancelRowChanges(DataModelEvent) - Method in class com.klg.jclass.datasource.IdeDataTable
Called before all edits to a row are undone.
beforeCancelRowChanges(DataModelEvent) - Method in class com.klg.jclass.datasource.jbuilder.MetaData
Called before all edits to a row are undone.
beforeCancelRowChanges(DataModelEvent) - Method in class com.klg.jclass.datasource.util.DataBinding
Called before all edits to a row are undone.
beforeCancelRowChanges(DataModelEvent) - Method in class com.klg.jclass.higrid.DefaultDataModelListener
Called before all edits to a row are undone.
beforeCollapseRow(HiGridExpansionEvent) - Method in class com.klg.jclass.higrid.HiGridExpansionAdapter
Before collapsing a row.
beforeCollapseRow(HiGridExpansionEvent) - Method in interface com.klg.jclass.higrid.HiGridExpansionListener
Before collapsing a row.
beforeCommitAll(DataModelEvent) - Method in class com.klg.jclass.datasource.Binding.EventListener
Called before all changes are committed.
beforeCommitAll(DataModelEvent) - Method in class com.klg.jclass.datasource.DataModelAdapter
Called before all changes are committed.
beforeCommitAll(DataModelEvent) - Method in interface com.klg.jclass.datasource.DataModelListener
Called before all changes are committed.
beforeCommitAll(DataModelEvent) - Method in class com.klg.jclass.datasource.IdeDataTable
Called before all changes are committed.
beforeCommitAll(DataModelEvent) - Method in class com.klg.jclass.datasource.jbuilder.MetaData
Called before all changes are committed.
beforeCommitAll(DataModelEvent) - Method in class com.klg.jclass.datasource.util.DataBinding
Called before all changes are committed.
beforeCommitAll(DataModelEvent) - Method in class com.klg.jclass.higrid.DefaultDataModelListener
Called before all changes are committed.
beforeCommitConditional(DataModelEvent) - Method in class com.klg.jclass.datasource.Binding.EventListener
Called when the root-level bookmark for a subtree changes.
beforeCommitConditional(DataModelEvent) - Method in class com.klg.jclass.datasource.DataModelAdapter
Called when the root-level bookmark for a subtree changes.
beforeCommitConditional(DataModelEvent) - Method in interface com.klg.jclass.datasource.DataModelListener
Called when the root-level bookmark for a subtree changes.
beforeCommitConditional(DataModelEvent) - Method in class com.klg.jclass.datasource.IdeDataTable
Called when the root-level bookmark for a subtree changes.
beforeCommitConditional(DataModelEvent) - Method in class com.klg.jclass.datasource.jbuilder.MetaData
Called when the root-level bookmark for a subtree changes.
beforeCommitConditional(DataModelEvent) - Method in class com.klg.jclass.datasource.util.DataBinding
Called when the root-level bookmark for a subtree changes.
beforeCommitConditional(DataModelEvent) - Method in class com.klg.jclass.higrid.DefaultDataModelListener
Called when the root-level bookmark for a subtree changes.
beforeCommitRow(DataModelEvent) - Method in class com.klg.jclass.datasource.Binding.EventListener
Called before single row is committed to data source.
beforeCommitRow(DataModelEvent) - Method in class com.klg.jclass.datasource.DataModelAdapter
Called before single row is committed to data source.
beforeCommitRow(DataModelEvent) - Method in interface com.klg.jclass.datasource.DataModelListener
Called before single row is committed to data source.
beforeCommitRow(DataModelEvent) - Method in class com.klg.jclass.datasource.IdeDataTable
Called before single row is committed to data source.
beforeCommitRow(DataModelEvent) - Method in class com.klg.jclass.datasource.jbuilder.MetaData
Called before single row is committed to data source.
beforeCommitRow(DataModelEvent) - Method in class com.klg.jclass.datasource.util.DataBinding
Called before single row is committed to data source.
beforeCommitRow(DataModelEvent) - Method in class com.klg.jclass.higrid.DefaultDataModelListener
Called before single row is committed to data source.
beforeCreateFormatNodeContents(HiGridFormatNodeEvent) - Method in class com.klg.jclass.higrid.HiGridFormatNodeAdapter
Before creating a FormatNode's contents.
beforeCreateFormatNodeContents(HiGridFormatNodeEvent) - Method in interface com.klg.jclass.higrid.HiGridFormatNodeListener
Before creating a FormatNode's contents.
beforeCurrentRowChange() - Method in class com.klg.jclass.chart.db.DataChart
Saves the value from the current editor to the data source before the current row has been changed.
beforeCurrentRowChange() - Method in class com.klg.jclass.datasource.util.DataBinding
Checks if all listeners have accepted the move.
beforeCurrentRowChange() - Method in class com.klg.jclass.datasource.util.FieldDataBinding
Checks if all listeners have accepted the move.
beforeCurrentRowChange() - Method in class com.klg.jclass.table.db.DataTable
Saves the value from the current editor to the data source before the current row has been changed.
beforeDeleteRow(DataModelEvent) - Method in class com.klg.jclass.datasource.Binding.EventListener
Called before a row is [logically] deleted.
beforeDeleteRow(DataModelEvent) - Method in class com.klg.jclass.datasource.DataModelAdapter
Called before a row is [logically] deleted.
beforeDeleteRow(DataModelEvent) - Method in interface com.klg.jclass.datasource.DataModelListener
Called before a row is [logically] deleted.
beforeDeleteRow(DataModelEvent) - Method in class com.klg.jclass.datasource.IdeDataTable
Called before a row is [logically] deleted.
beforeDeleteRow(DataModelEvent) - Method in class com.klg.jclass.datasource.jbuilder.MetaData
Called before a row is [logically] deleted.
beforeDeleteRow(DataModelEvent) - Method in class com.klg.jclass.datasource.util.DataBinding
Called before a row is [logically] deleted.
beforeDeleteRow(DataModelEvent) - Method in class com.klg.jclass.higrid.DefaultDataModelListener
Called before a row is [logically] deleted.
beforeDeleteTable(DataModelEvent) - Method in class com.klg.jclass.datasource.Binding.EventListener
The indicated DataTable will be deleted and flushed from the cache.
beforeDeleteTable(DataModelEvent) - Method in class com.klg.jclass.datasource.DataModelAdapter
The indicated DataTable will be deleted and flushed from the cache.
beforeDeleteTable(DataModelEvent) - Method in interface com.klg.jclass.datasource.DataModelListener
The indicated DataTable will be deleted and flushed from the cache.
beforeDeleteTable(DataModelEvent) - Method in class com.klg.jclass.datasource.IdeDataTable
The indicated DataTable will be deleted and flushed from the cache.
beforeDeleteTable(DataModelEvent) - Method in class com.klg.jclass.datasource.jbuilder.MetaData
The indicated DataTable will be deleted and flushed from the cache.
beforeDeleteTable(DataModelEvent) - Method in class com.klg.jclass.datasource.util.DataBinding
The indicated DataTable will be deleted and flushed from the cache.
beforeDeleteTable(DataModelEvent) - Method in class com.klg.jclass.higrid.DefaultDataModelListener
The indicated DataTable will be deleted and flushed from the cache.
beforeDetailsCellStyle - Variable in class com.klg.jclass.higrid.HiGrid
 
BeforeDetailsFormat - class com.klg.jclass.higrid.BeforeDetailsFormat.
A BeforeDetailsFormat object describes a row which is displayed before a group of one or more tables and contains detail summary information about those tables.
BeforeDetailsFormat() - Constructor for class com.klg.jclass.higrid.BeforeDetailsFormat
Default Constructor.
beforeEditCell(DataModelEvent) - Method in class com.klg.jclass.datasource.Binding.EventListener
Called before a cell is edited.
beforeEditCell(DataModelEvent) - Method in class com.klg.jclass.datasource.DataModelAdapter
Called before a cell is edited.
beforeEditCell(DataModelEvent) - Method in interface com.klg.jclass.datasource.DataModelListener
Called before a cell is edited.
beforeEditCell(DataModelEvent) - Method in class com.klg.jclass.datasource.IdeDataTable
Called before a cell is edited.
beforeEditCell(DataModelEvent) - Method in class com.klg.jclass.datasource.jbuilder.MetaData
Called before a cell is edited.
beforeEditCell(DataModelEvent) - Method in class com.klg.jclass.datasource.util.DataBinding
Called before a cell is edited.
beforeEditCell(DataModelEvent) - Method in class com.klg.jclass.higrid.DefaultDataModelListener
Called before a cell is edited.
beforeEditCell(JCEditCellEvent) - Method in class com.klg.jclass.table.JCEditCellAdapter
Invoked before the cell edit begins.
beforeEditCell(JCEditCellEvent) - Method in interface com.klg.jclass.table.JCEditCellListener
Invoked before the cell edit begins.
beforeExpandRow(HiGridExpansionEvent) - Method in class com.klg.jclass.higrid.HiGridExpansionAdapter
Before expanding a row.
beforeExpandRow(HiGridExpansionEvent) - Method in interface com.klg.jclass.higrid.HiGridExpansionListener
Before expanding a row.
beforeFirst() - Method in class com.klg.jclass.datasource.BaseDataTable
Position the cursor before the first row.
beforeFirst() - Method in class com.klg.jclass.datasource.beans.JCData
Positions the cursor before the first row.
beforeFirst() - Method in interface com.klg.jclass.datasource.DataTableModel
Positions this table's private cursor before the first row.
beforeFirst() - Method in class com.klg.jclass.higrid.SummaryDataTable
Position the cursor before the first row.
beforeInsertRow(DataModelEvent) - Method in class com.klg.jclass.datasource.Binding.EventListener
Called before a row is inserted.
beforeInsertRow(DataModelEvent) - Method in class com.klg.jclass.datasource.DataModelAdapter
Called before a row is inserted.
beforeInsertRow(DataModelEvent) - Method in interface com.klg.jclass.datasource.DataModelListener
Called before a row is inserted.
beforeInsertRow(DataModelEvent) - Method in class com.klg.jclass.datasource.IdeDataTable
Called before a row is inserted.
beforeInsertRow(DataModelEvent) - Method in class com.klg.jclass.datasource.jbuilder.MetaData
Called before a row is inserted.
beforeInsertRow(DataModelEvent) - Method in class com.klg.jclass.datasource.util.DataBinding
Called before a row is inserted.
beforeInsertRow(DataModelEvent) - Method in class com.klg.jclass.higrid.DefaultDataModelListener
Called before a row is inserted.
beforeMoveColumn(HiGridMoveCellEvent) - Method in class com.klg.jclass.higrid.HiGridMoveCellAdapter
Before moving a column.
beforeMoveColumn(HiGridMoveCellEvent) - Method in interface com.klg.jclass.higrid.HiGridMoveCellListener
Before moving a column.
beforeMoveToCurrentRow(DataModelEvent) - Method in class com.klg.jclass.datasource.Binding.EventListener
The global cursor will move to a new row.
beforeMoveToCurrentRow(DataModelEvent) - Method in class com.klg.jclass.datasource.DataModelAdapter
The global cursor will move to a new row.
beforeMoveToCurrentRow(DataModelEvent) - Method in interface com.klg.jclass.datasource.DataModelListener
The global cursor will move to a new row.
beforeMoveToCurrentRow(DataModelEvent) - Method in class com.klg.jclass.datasource.IdeDataTable
The global cursor will move to a new row.
beforeMoveToCurrentRow(DataModelEvent) - Method in class com.klg.jclass.datasource.jbuilder.MetaData
The global cursor will move to a new row.
beforeMoveToCurrentRow(DataModelEvent) - Method in class com.klg.jclass.datasource.util.DataBinding
The global cursor will move to a new row.
beforeMoveToCurrentRow(DataModelEvent) - Method in class com.klg.jclass.higrid.DefaultDataModelListener
The global cursor will move to a new row.
beforePaint(JCPaintEvent) - Method in class com.klg.jclass.table.JCPaintAdapter
Invoked before the table is drawn.
beforePaint(JCPaintEvent) - Method in interface com.klg.jclass.table.JCPaintListener
Invoked before the table is drawn.
beforeRepaintRow(HiGridRepaintEvent) - Method in class com.klg.jclass.higrid.HiGridRepaintAdapter
Before repainting a row.
beforeRepaintRow(HiGridRepaintEvent) - Method in interface com.klg.jclass.higrid.HiGridRepaintListener
Before repainting a row.
beforeRequery(DataModelEvent) - Method in class com.klg.jclass.datasource.Binding.EventListener
Called when either DataTableModel.requeryRowAndDetails() or DataTableModel.requeryRow() is called.
beforeRequery(DataModelEvent) - Method in class com.klg.jclass.datasource.DataModelAdapter
Called when either DataTableModel.requeryRowAndDetails() or DataTableModel.requeryRow() is called.
beforeRequery(DataModelEvent) - Method in interface com.klg.jclass.datasource.DataModelListener
Called when either DataTableModel.requeryRowAndDetails() or DataTableModel.requeryRow() is called.
beforeRequery(DataModelEvent) - Method in class com.klg.jclass.datasource.IdeDataTable
Called when either DataTableModel.requeryRowAndDetails() or DataTableModel.requeryRow() is called.
beforeRequery(DataModelEvent) - Method in class com.klg.jclass.datasource.jbuilder.MetaData
Called when either DataTableModel.requeryRowAndDetails() or DataTableModel.requeryRow() is called.
beforeRequery(DataModelEvent) - Method in class com.klg.jclass.datasource.util.DataBinding
Called when either DataTableModel.requeryRowAndDetails() or DataTableModel.requeryRow() is called.
beforeRequery(DataModelEvent) - Method in class com.klg.jclass.higrid.DefaultDataModelListener
Called when either DataTableModel.requeryRowAndDetails() or DataTableModel.requeryRow() is called.
beforeReset(DataModelEvent) - Method in class com.klg.jclass.datasource.Binding.EventListener
Called before entire grid is reset.
beforeReset(DataModelEvent) - Method in class com.klg.jclass.datasource.DataModelAdapter
Called before entire grid is reset.
beforeReset(DataModelEvent) - Method in interface com.klg.jclass.datasource.DataModelListener
Called before entire grid is reset.
beforeReset(DataModelEvent) - Method in class com.klg.jclass.datasource.IdeDataTable
Called before entire grid is reset.
beforeReset(DataModelEvent) - Method in class com.klg.jclass.datasource.jbuilder.MetaData
Called before entire grid is reset.
beforeReset(DataModelEvent) - Method in class com.klg.jclass.datasource.util.DataBinding
Called before entire grid is reset.
beforeReset(DataModelEvent) - Method in class com.klg.jclass.higrid.DefaultDataModelListener
Called before entire grid is reset.
beforeResizeCell(JCResizeCellEvent) - Method in class com.klg.jclass.table.beans.CellSizeEditor
Invoked before the row and/or column is resized.
beforeResizeCell(JCResizeCellEvent) - Method in class com.klg.jclass.table.JCResizeCellAdapter
Invoked before the row and/or column is resized.
beforeResizeCell(JCResizeCellEvent) - Method in interface com.klg.jclass.table.JCResizeCellListener
Invoked before the row and/or column is resized.
beforeResizeColumn(HiGridResizeCellEvent) - Method in class com.klg.jclass.higrid.HiGridResizeCellAdapter
Before resizing a column.
beforeResizeColumn(HiGridResizeCellEvent) - Method in interface com.klg.jclass.higrid.HiGridResizeCellListener
Before resizing a column.
beforeResizeRow(HiGridResizeCellEvent) - Method in class com.klg.jclass.higrid.HiGridResizeCellAdapter
Before resizing a row.
beforeResizeRow(HiGridResizeCellEvent) - Method in interface com.klg.jclass.higrid.HiGridResizeCellListener
Before resizing a row.
beforeSelect(JCSelectEvent) - Method in class com.klg.jclass.table.beans.TablePropertyEditor
Invoked whenever a select or deselect is initiated.
beforeSelect(JCSelectEvent) - Method in class com.klg.jclass.table.JCSelectAdapter
Invoked whenever a select or deselect is initiated.
beforeSelect(JCSelectEvent) - Method in interface com.klg.jclass.table.JCSelectListener
Invoked whenever a select or deselect is initiated.
beforeSelectRow(HiGridRowSelectionEvent) - Method in class com.klg.jclass.higrid.HiGridRowSelectionAdapter
Before selecting a row.
beforeSelectRow(HiGridRowSelectionEvent) - Method in interface com.klg.jclass.higrid.HiGridRowSelectionListener
Before selecting a row.
beforeSortTable(HiGridSortTableEvent) - Method in class com.klg.jclass.higrid.HiGridSortTableAdapter
Invoked before the dataTable has been sorted.
beforeSortTable(HiGridSortTableEvent) - Method in interface com.klg.jclass.higrid.HiGridSortTableListener
Invoked before the dataTable has been sorted.
BEGIN_EVENTS - Static variable in class com.klg.jclass.datasource.DataModelEvent
Notification that multiple events are coming.
BEGIN_PAGE - Static variable in class com.klg.jclass.page.JCPrintEvent
 
beginDraggingFrame(JComponent) - Method in class com.klg.jclass.swing.JCMDIPane.MDIDesktopManager
 
beginEdit(int, int) - Method in class com.klg.jclass.table.JCTable
Initiates edit for the given cell, if the cell is editable.
beginEvents(DataModelEvent) - Method in class com.klg.jclass.datasource.Binding.EventListener
Notification that multiple events are coming.
beginEvents(DataModelEvent) - Method in class com.klg.jclass.datasource.DataModelAdapter
Notification that multiple events are coming.
beginEvents(DataModelEvent) - Method in class com.klg.jclass.datasource.IdeDataTable
Notification that multiple events are coming.
beginEvents(DataModelEvent) - Method in class com.klg.jclass.datasource.jbuilder.MetaData
Notification that multiple events are coming.
beginEvents(DataModelEvent) - Method in interface com.klg.jclass.datasource.ReadOnlyBindingListener
Notification that multiple events are coming.
beginEvents(DataModelEvent) - Method in class com.klg.jclass.datasource.util.DataBinding
Notification that multiple events are coming.
beginEvents(DataModelEvent) - Method in class com.klg.jclass.higrid.DefaultDataModelListener
Notification that multiple events are coming.
beginNonPageStream() - Method in class com.klg.jclass.page.adobe.pdf.JCPDFPrinter
Begin a non-page stream.
beginPage() - Method in class com.klg.jclass.page.adobe.pdf.JCPDFPrinter.StreamInfo
Reset necessary properties during begin page operation.
beginPage(JCPrintEvent) - Method in interface com.klg.jclass.page.JCPrintListener
Invoked before a page has been printed.
beginPage(Rectangle2D, int) - Method in class com.klg.jclass.page.adobe.pdf.JCPDFPrinter
Starts a page; create the correct initial transformation and initialise the page resources lists.
beginPage(Rectangle2D, int) - Method in class com.klg.jclass.page.adobe.postscript.JCEPSPrinter
Defines beginPage() to be a no-op for EPS.
beginPage(Rectangle2D, int) - Method in class com.klg.jclass.page.adobe.postscript.JCPostScriptPrinter
Outputs the PostScript code necessary to start a page.
beginPage(Rectangle2D, int) - Method in class com.klg.jclass.page.awt.JCAWTPrinter
PS Document Structuring Conventions comments, page orientation...
beginPage(Rectangle2D, int) - Method in class com.klg.jclass.page.awt.JCAWTScreenPrinter
PS Document Structuring Conventions comments, page orientation, etc.
beginPage(Rectangle2D, int) - Method in class com.klg.jclass.page.html.JCHTMLPrinter
Outputs the code necessary to start a page (NO-OP in HTML).
beginPage(Rectangle2D, int) - Method in class com.klg.jclass.page.JCPrinter
Starts a page, since there may be printer-specific actions to take (for example, PS Document Structuring Conventions comments, page orientation...).
beginPage(Rectangle2D, int) - Method in class com.klg.jclass.page.pcl.JCPCLPrinter
Begins a new page in the document; establishes the co-ordinate system, sets margins and clipping, etc.
beginPageStream() - Method in class com.klg.jclass.page.adobe.pdf.JCPDFPrinter
Begin a page stream.
beginResizingFrame(JComponent, int) - Method in class com.klg.jclass.swing.JCMDIPane.MDIDesktopManager
 
bevel - Variable in class com.klg.jclass.util.calendar.DayTable.Renderer
 
bevel - Variable in class com.klg.jclass.util.calendar.MonthTable.Renderer
 
BEVEL_BORDER - Static variable in class com.klg.jclass.table.beans.JCLiveCellStyle
 
BEVEL_BORDER - Static variable in class com.klg.jclass.table.beans.StyleEditor
 
bgButton - Variable in class com.klg.jclass.table.beans.StyleEditor
 
bgColor - Variable in class com.klg.jclass.page.awt.JCPrintPage
 
bigDecimal - Variable in class com.klg.jclass.higrid.BaseAggregate
BigDecimal version of aggregated value
BigDecimalValueModel - class com.klg.jclass.util.value.BigDecimalValueModel.
This is a default class which stores an object of type BigDecimal.
BigDecimalValueModel() - Constructor for class com.klg.jclass.util.value.BigDecimalValueModel
Creates a BigDecimalValueModel.
BigDecimalValueModel(BigDecimal) - Constructor for class com.klg.jclass.util.value.BigDecimalValueModel
Creates a BigDecimalValueModel with the given value.
biLinearInterp(Chart3dGridData, int, int, double, double) - Static method in class com.klg.jclass.chart3d.JCChart3dUtil
Performs bi-linear interpolation within a grid facet to return the z value.
bind() - Method in class com.klg.jclass.field.db.jbuilder.JBuilderValueModel
 
binding - Variable in class com.klg.jclass.datasource.BaseMetaData
 
binding - Variable in class com.klg.jclass.datasource.util.DataBinding
 
Binding - class com.klg.jclass.datasource.Binding.
Extends ReadOnlyBinding and provides update methods.
Binding.EventListener - class com.klg.jclass.datasource.Binding.EventListener.
 
Binding.EventListener() - Constructor for class com.klg.jclass.datasource.Binding.EventListener
 
Binding(Binding) - Constructor for class com.klg.jclass.datasource.Binding
Constructor for child levels.
Binding(DataModel) - Constructor for class com.klg.jclass.datasource.Binding
Root-level constructor.
BindingModel - interface com.klg.jclass.datasource.BindingModel.
Extends ReadOnlyBindingModel and provides update methods.
bins - Variable in class com.klg.jclass.chart3d.JCContour
An array of color bins for faster rendering of 2D projections.
binSize - Variable in class com.klg.jclass.chart3d.ColorBin
 
BLACK_BRIGHTER - Static variable in interface com.klg.jclass.table.TableCellInfoModel
 
BLACK_DARKER - Static variable in interface com.klg.jclass.table.TableCellInfoModel
 
BLANK - Static variable in class com.klg.jclass.page.JCDrawStyle
A drawing style that does not paint drawn lines.
BLANK_11X17 - Static variable in class com.klg.jclass.page.JCDocument
Blank (no headers or footers) 11 x 17 inch page.
BLANK_11X8p5 - Static variable in class com.klg.jclass.page.JCDocument
Blank (no headers or footers) 11 x 8.5 inch (landscape) page.
BLANK_8p5X11 - Static variable in class com.klg.jclass.page.JCDocument
Blank (no headers or footers) 8.5 x 11 inch page.
BLANK_8p5X14 - Static variable in class com.klg.jclass.page.JCDocument
Blank (no headers or footers) 8.5 x 14 inch page.
BLANK_A3 - Static variable in class com.klg.jclass.page.JCDocument
Blank (no headers or footers) A3 page.
BLANK_A4 - Static variable in class com.klg.jclass.page.JCDocument
Blank (no headers or footers) A4 page.
BLANK_A5 - Static variable in class com.klg.jclass.page.JCDocument
Blank (no headers or footers) A5 page.
BLUE - Static variable in class com.klg.jclass.chart3d.DefaultColors
Index that gives the BLUE component of given color in the color array
BOLD - Static variable in class com.klg.jclass.page.JCTextStyle
Bold text style.
BOLD - Static variable in class com.klg.jclass.util.swing.JCFontChooser
The bold style support constant.
BOLD - Static variable in class com.klg.jclass.util.swing.JCFontChooserBar
The bold style support constant.
BOLD - Static variable in class com.klg.jclass.util.swing.JCFontChooserPane
The bold style support constant.
BOLD_ITALIC - Static variable in class com.klg.jclass.page.JCTextStyle
Bold/italic text style.
BOLD_STYLE_CHANGE - Static variable in class com.klg.jclass.util.swing.JCFontEvent
Font bold style change event.
boldCheckbox - Variable in class com.klg.jclass.util.swing.JCFontChooserPane
 
boldStyleButton - Variable in class com.klg.jclass.util.swing.JCFontChooserBar
 
bookmark - Static variable in class com.klg.jclass.datasource.BaseDataTable
 
bookmark - Variable in class com.klg.jclass.datasource.DataModelEvent
 
bookmark - Variable in class com.klg.jclass.datasource.DataModelException
 
bookmark_not_found - Static variable in class com.klg.jclass.datasource.LocaleBundle
 
bookmarkOfLastRowAdded - Variable in class com.klg.jclass.datasource.IdeDataTable
 
bookmarkTree - Variable in class com.klg.jclass.page.JCPrinter
The Bookmark Tree used for this output -- usually a DefaultTreeModel class.
bookmarkTreeVisible - Variable in class com.klg.jclass.page.JCPrinter
The visibility of the Bookmark Tree.
booleanfill(boolean[], boolean) - Static method in class com.klg.jclass.chart3d.JCChart3dUtil
Uses the system method arraycopy to copy over larger blocks of values to fill a boolean array efficiently.
BooleanValueModel - class com.klg.jclass.util.value.BooleanValueModel.
This is a default class which stores an object of type Boolean.
BooleanValueModel() - Constructor for class com.klg.jclass.util.value.BooleanValueModel
Creates a BooleanValueModel.
BooleanValueModel(Boolean) - Constructor for class com.klg.jclass.util.value.BooleanValueModel
Creates a BooleanValueModel with the given value.
booleanValuesToString(boolean[]) - Method in class com.klg.jclass.chart.beans.RadioWrapper
Converts array of boolean values to a series String of the format "(radioId1 value1)(radioId2 value2) ...".
border - Variable in class com.klg.jclass.chart.beans.AppearanceWrapper
 
border - Variable in class com.klg.jclass.datasource.swing.DSdbJNavigator
 
border - Static variable in class com.klg.jclass.higrid.LocaleBundle
 
border - Variable in class com.klg.jclass.page.JCFrame
Specifies the border style, thickness, color, etc.
border - Variable in class com.klg.jclass.table.JCCellStyle
 
border - Variable in class com.klg.jclass.table.SwingCellBorder
 
BORDER_ETCHED_IN - Static variable in class com.klg.jclass.table.beans.StyleEditor
 
BORDER_ETCHED_IN - Static variable in interface com.klg.jclass.table.JCTableEnum
A JCCellBorder constant indicating an etched in border.
BORDER_ETCHED_OUT - Static variable in class com.klg.jclass.table.beans.StyleEditor
 
BORDER_ETCHED_OUT - Static variable in interface com.klg.jclass.table.JCTableEnum
A JCCellBorder constant indicating an etched out border.
BORDER_FRAME_IN - Static variable in class com.klg.jclass.table.beans.StyleEditor
 
BORDER_FRAME_IN - Static variable in interface com.klg.jclass.table.JCTableEnum
A JCCellBorder constant indicating a frame inset border.
BORDER_FRAME_OUT - Static variable in class com.klg.jclass.table.beans.StyleEditor
 
BORDER_FRAME_OUT - Static variable in interface com.klg.jclass.table.JCTableEnum
A JCCellBorder constant indicating a frame raised border.
BORDER_IN - Static variable in class com.klg.jclass.table.beans.StyleEditor
 
BORDER_IN - Static variable in interface com.klg.jclass.table.JCTableEnum
A JCCellBorder constant indicating a simple inset border.
border_insets - Static variable in class com.klg.jclass.higrid.LocaleBundle
 
border_insets - Variable in class com.klg.jclass.table.JCTableCellInfo
 
BORDER_NONE - Static variable in class com.klg.jclass.table.beans.StyleEditor
 
BORDER_NONE - Static variable in interface com.klg.jclass.table.JCTableEnum
A JCCellBorder constant indicating no border.
BORDER_OUT - Static variable in class com.klg.jclass.table.beans.StyleEditor
 
BORDER_OUT - Static variable in interface com.klg.jclass.table.JCTableEnum
A JCCellBorder constant indicating a simple raised border.
BORDER_PLAIN - Static variable in class com.klg.jclass.table.beans.StyleEditor
 
BORDER_PLAIN - Static variable in interface com.klg.jclass.table.JCTableEnum
A JCCellBorder constant indicating a plain border.
border_sides - Variable in class com.klg.jclass.table.JCCellStyle
 
border_sides_set - Variable in class com.klg.jclass.table.JCCellStyle
 
BORDER_SIZE - Static variable in class com.klg.jclass.cell.editors.JCCheckBoxCellEditor
 
BORDER_SIZE - Static variable in class com.klg.jclass.cell.editors.JCImageCellEditor
 
border_strings - Static variable in class com.klg.jclass.util.swing.JCBorder
String names of the border styles.
border_style - Static variable in class com.klg.jclass.higrid.LocaleBundle
 
BORDER_THIN - Static variable in class com.klg.jclass.table.beans.StyleEditor
 
BORDER_THIN - Static variable in interface com.klg.jclass.table.JCTableEnum
A JCCellBorder constant indicating a thin border.
BORDER_USE_EXTERNAL - Static variable in class com.klg.jclass.page.JCPageTable
 
BORDER_USE_INTERNAL - Static variable in class com.klg.jclass.page.JCPageTable
 
border_values - Static variable in class com.klg.jclass.util.swing.JCBorder
Style value that corresponds to the list of String names.
borderColor - Variable in class com.klg.jclass.table.CellAreaRenderer
 
borderColorBtn - Variable in class com.klg.jclass.table.beans.StyleEditor
 
borderColorModeCB - Variable in class com.klg.jclass.table.beans.StyleEditor
 
borderHighlightColor - Variable in class com.klg.jclass.table.CellAreaRenderer
 
borderInsets - Variable in class com.klg.jclass.higrid.CellStyle
 
borderInsets - Static variable in class com.klg.jclass.util.swing.AbstractSpinBox.MetalBorder
 
borderMode - Variable in class com.klg.jclass.page.JCPageTable
Controls the borders drawn on the perimeter of a table range.
borderShadowColor - Variable in class com.klg.jclass.table.CellAreaRenderer
 
BORDERSIDE_ALL - Static variable in class com.klg.jclass.table.beans.StyleEditor
 
BORDERSIDE_ALL - Static variable in interface com.klg.jclass.table.JCTableEnum
A CellStyleModel BorderSide property constant indicating all borders.
BORDERSIDE_BOTTOM - Static variable in class com.klg.jclass.table.beans.StyleEditor
 
BORDERSIDE_BOTTOM - Static variable in interface com.klg.jclass.table.JCTableEnum
A CellStyleModel BorderSide property constant indicating bottom borders.
BORDERSIDE_LEFT - Static variable in class com.klg.jclass.table.beans.StyleEditor
 
BORDERSIDE_LEFT - Static variable in interface com.klg.jclass.table.JCTableEnum
A CellStyleModel BorderSide property constant indicating left borders.
BORDERSIDE_NONE - Static variable in class com.klg.jclass.table.beans.StyleEditor
 
BORDERSIDE_NONE - Static variable in interface com.klg.jclass.table.JCTableEnum
A CellStyleModel BorderSide property constant indicating no borders.
BORDERSIDE_RIGHT - Static variable in class com.klg.jclass.table.beans.StyleEditor
 
BORDERSIDE_RIGHT - Static variable in interface com.klg.jclass.table.JCTableEnum
A CellStyleModel BorderSide property constant indicating right borders.
BORDERSIDE_THIN_BOTTOM - Static variable in class com.klg.jclass.table.JCCellBorder
A JCCellBorder BorderSide property constant indicating that a thin border should draw an explicit bottom hand side.
BORDERSIDE_THIN_RIGHT - Static variable in class com.klg.jclass.table.JCCellBorder
A JCCellBorder BorderSide property constant indicating that a thin border should draw an explicit right hand side.
BORDERSIDE_TOP - Static variable in class com.klg.jclass.table.beans.StyleEditor
 
BORDERSIDE_TOP - Static variable in interface com.klg.jclass.table.JCTableEnum
A CellStyleModel BorderSide property constant indicating top borders.
borderSides - Variable in class com.klg.jclass.table.beans.StyleEditor
 
borderStyle - Variable in class com.klg.jclass.higrid.CellStyle
 
borderType - Variable in class com.klg.jclass.table.beans.StyleEditor
 
borderType - Variable in class com.klg.jclass.table.JCCellBorder
 
BorderTypeEditor - class com.klg.jclass.table.beans.BorderTypeEditor.
Custom property editor for border properties.
BorderTypeEditor() - Constructor for class com.klg.jclass.table.beans.BorderTypeEditor
 
borderWidth - Variable in class com.klg.jclass.page.JCPageTable.Row
The amount of space required to accomodate the row's border.
borderWidth - Variable in class com.klg.jclass.page.JCPageTable.Column
The amount of space required to accomodate the column's border.
bottom - Variable in class com.klg.jclass.chart.PlotArea
 
bottom - Variable in class com.klg.jclass.page.JCUnit.Margins
The widths of the bottom margin in the given units.
BOTTOM - Static variable in interface com.klg.jclass.cell.JCCellInfo
Alignment value.
BOTTOM - Static variable in class com.klg.jclass.chart.JCFillStyle
 
BOTTOM - Static variable in class com.klg.jclass.chart3d.JCFillStyle
 
BOTTOM - Static variable in class com.klg.jclass.higrid.LocaleBundle
 
BOTTOM - Static variable in class com.klg.jclass.table.beans.FrozenCellLayoutEditor
 
BOTTOM - Static variable in class com.klg.jclass.table.beans.LabelLayoutEditor
 
BOTTOM - Static variable in class com.klg.jclass.table.beans.StyleEditor
 
BOTTOM - Static variable in interface com.klg.jclass.table.CellStyleModel
Alignment value
BOTTOM - Static variable in interface com.klg.jclass.table.JCTableEnum
Bottom alignment constant.
BOTTOM - Static variable in class com.klg.jclass.util.swing.JCAlignLayout
 
BOTTOM_EDGE - Static variable in class com.klg.jclass.chart3d.JCContour
 
BOTTOM_HALF_CIRCLE - Static variable in class com.klg.jclass.swing.gauge.JCCircularGauge.GaugeType
The scale is a semicircle oriented so that its diameter is horizontal and its circumference is below its base.
BOTTOM_LEFT - Static variable in class com.klg.jclass.chart.JCFillStyle
 
BOTTOM_LEFT - Static variable in class com.klg.jclass.chart3d.JCFillStyle
 
BOTTOM_LEFT_CORNER - Static variable in class com.klg.jclass.chart3d.JCContour
 
BOTTOM_RIGHT - Static variable in class com.klg.jclass.chart.JCFillStyle
 
BOTTOM_RIGHT - Static variable in class com.klg.jclass.chart3d.JCFillStyle
 
BOTTOM_RIGHT_CORNER - Static variable in class com.klg.jclass.chart3d.JCContour
 
bottomBorder - Variable in class com.klg.jclass.page.JCPageTable.Row
The bottom border is drawn at the bottom of the row.
bottomBorder - Variable in class com.klg.jclass.page.JCPageTable.Cell
The bottom border is drawn at the bottom of the cell.
bottomBorder - Variable in class com.klg.jclass.page.JCTableStyle
The bottom border is drawn at the bottom of a table, or parts of it.
BOTTOMCENTER - Static variable in interface com.klg.jclass.table.JCTableEnum
A table 3 compatibility alignment constant.
BOTTOMLEFT - Static variable in interface com.klg.jclass.table.JCTableEnum
A table 3 compatibility alignment constant.
bottomMargin - Variable in class com.klg.jclass.page.JCPageTable.Cell
The width of the bottom margin between the border and the frame.
BOTTOMRIGHT - Static variable in interface com.klg.jclass.table.JCTableEnum
A table 3 compatibility alignment constant.
bottomSide(int, int) - Method in class com.klg.jclass.chart3d.JCContour
Gets the index of the bottom side of cell (x, y) in the sides array.
bound3dAxis(Graphics, JCAxis, Matrix4d, Extents, JCBox) - Method in class com.klg.jclass.chart3d.Anno
Finds the extents of the given axis modifying the viewport bounds and dataport bounds as required.
boundAngle(int, double) - Static method in class com.klg.jclass.util.JCNumberUtil
Guarantees that an angle value lies within its valid range.
boundBox(Matrix4d, double, double, Extents) - Method in class com.klg.jclass.chart3d.Anno
Finds the extents of the bounding box determined by the given height and width after it is transformed.
boundingBox - Variable in class com.klg.jclass.swing.gauge.JCPolygon
min_x, min_y are x and y, and max_x and max_y are width and height.
bounds - Variable in class com.klg.jclass.chart3d.j3d.ActionHandlerParams
 
bounds - Variable in class com.klg.jclass.page.adobe.pdf.JCPDFPrinter
The bounding box of the current page
boundsValidator - Variable in class com.klg.jclass.util.calendar.JCDateChooser
 
boundsValidator - Variable in class com.klg.jclass.util.calendar.TimeSpin
A validator that checks for values between a min and max date.
BoundsValidator - class com.klg.jclass.util.calendar.BoundsValidator.
Class that given a minimum and a maximum date, checks that the date is between the two bounds.
BoundsValidator() - Constructor for class com.klg.jclass.util.calendar.BoundsValidator
Default constructor.
BoundsValidator(Calendar, Calendar) - Constructor for class com.klg.jclass.util.calendar.BoundsValidator
Constructor specifying the minimum and maximum dates.
BoundsValidator(Component) - Constructor for class com.klg.jclass.util.calendar.BoundsValidator
Constructor specifying parent component.
BoundsValidator(Component, Calendar, Calendar) - Constructor for class com.klg.jclass.util.calendar.BoundsValidator
Constructor specifying the parent component and the minimum and maximum dates.
boundText(Graphics, JCAxis, Matrix4d, String, double, Extents, Justify) - Method in class com.klg.jclass.chart3d.Anno
Binds the given text relative to the cube based on the axis font
boundTitle(Graphics, JCAxis, Matrix4d, String, Extents, Justify) - Method in class com.klg.jclass.chart3d.Anno
Binds the given title text relative to the cube based on the title font.
Box - class com.klg.jclass.chart3d.shape.Box.
The Box class is an extension of the BaseShape class that draws a box for a point.
BOX - Static variable in class com.klg.jclass.chart.JCSymbolStyle
 
BOX - Static variable in class com.klg.jclass.chart3d.JCSymbolStyle
 
BOX - Static variable in class com.klg.jclass.util.legend.JCLegend
 
BOX_PLAIN - Static variable in class com.klg.jclass.util.legend.JCLegend
 
Box() - Constructor for class com.klg.jclass.chart3d.shape.Box
Default constructor (required)
brace - Variable in class com.klg.jclass.util.swing.JCSortableTable.SortableHeaderRenderer
 
branchGroup - Variable in class com.klg.jclass.chart3d.j3d.MapPick
 
BranchTree - class com.klg.jclass.util.treetable.BranchTree.
Class to wrap a tree model so that it only exposes branches; that is, non- Leaf nodes.
BranchTree(TreeModel) - Constructor for class com.klg.jclass.util.treetable.BranchTree
 
brighter(Color) - Static method in class com.klg.jclass.cell.Utilities
Calculates the color even when it is saturated, for example, when it is black or white.
brighter(Color) - Static method in class com.klg.jclass.higrid.SortLabelCellRenderer
Calculates the color even when it is saturated, for example, when it is black or white.
brighter(Color) - Static method in class com.klg.jclass.util.JCNumberUtil
Calculates the color even when it is saturated (for example, when it is black or white).
brighter(Color) - Static method in class com.klg.jclass.util.swing.JCBorder
Calculates the color even when it is saturated, for example, when it is black or white.
browse - Static variable in class com.klg.jclass.datasource.LocaleBundle
 
buffer - Variable in class com.klg.jclass.chart.ChartText
 
bufferedImageType - Variable in class com.klg.jclass.chart3d.j3d.JCCanvas3D
 
bufferPlotData - Variable in class com.klg.jclass.chart.ChartDataView
 
bufferSize - Variable in class com.klg.jclass.datasource.BaseMetaData
 
buffImage - Variable in class com.klg.jclass.chart.JCFillStyle
 
buffImage - Variable in class com.klg.jclass.chart3d.JCFillStyle
Image used for filling with images.
BUILD_NUMBER - Static variable in class com.klg.jclass.util.Version
 
buildDataSourceString() - Method in class com.klg.jclass.chart.data.JCDefaultDataSource
Converts the current data source into a String form.
buildDataSourceString(ChartDataModel) - Static method in class com.klg.jclass.chart.data.ChartDataSourceUtil
Converts the provided data source into a string.
buildDataSourceString(ChartDataModel, boolean) - Static method in class com.klg.jclass.chart.data.ChartDataSourceUtil
Converts the provided data source into a string.
buildDeleteStatement(String, Vector, Object[], MetaData, DataTable) - Method in class com.klg.jclass.datasource.jdbc.Persistor
Builds the delete statement for a table.
buildDynamicSubMenu(JMenuItem, String) - Method in class com.klg.jclass.higrid.EditPopupMenu
Creates a submenu based on the passed command (currently insert/append)
buildJar() - Method in class com.klg.jclass.jarmaster.JarTask
Builds the jar based on the current properties of this object.
buildJar(boolean) - Method in class com.klg.jclass.jarmaster.JarTask
Creates a list of files and builds the jar.
buildUpdateStatement(String, Vector, long, MetaData, DataTable) - Method in class com.klg.jclass.datasource.jdbc.Persistor
Default method for building update statement.
buildWindowsMenu(JMenu) - Method in class com.klg.jclass.swing.JCMDIPane
 
bundleName - Static variable in class com.klg.jclass.util.swing.encode.JCEncodeComponent
 
button_mask - Variable in class com.klg.jclass.higrid.MouseActionInitiator
Mouse button code.
button_mask - Variable in class com.klg.jclass.table.MouseActionInitiator
Mouse button code.
buttonBackground - Variable in class com.klg.jclass.datasource.swing.DSdbJNavigator
 
buttonBox - Variable in class com.klg.jclass.swing.BaseWizardPage
 
buttonCancel - Static variable in class com.klg.jclass.higrid.LocaleBundle
 
buttonForeground - Variable in class com.klg.jclass.datasource.swing.DSdbJNavigator
 
buttonMask - Variable in class com.klg.jclass.chart3d.MouseActionInitiator
Mouse button code.
buttonOk - Static variable in class com.klg.jclass.higrid.LocaleBundle
 
buttonPanel - Variable in class com.klg.jclass.swing.JCMultiSelectList
 
buttonResetAll - Variable in class com.klg.jclass.table.beans.TablePropertyEditor
 
buttons - Variable in class com.klg.jclass.datasource.swing.DSdbJNavigator
 
buttonTimer - Variable in class com.klg.jclass.util.swing.AbstractSpinBox
 
BUY_NOW - Static variable in class com.klg.jclass.chart3d.j2d.beans.BeanKeys
 
BUY_NOW - Static variable in class com.klg.jclass.chart3d.j3d.beans.BeanKeys
 
bw_def - Variable in class com.klg.jclass.chart.beans.AppearanceWrapper
 
BY_CELLS - Static variable in class com.klg.jclass.table.beans.SBLayoutEditor
 
byteFromChar(char) - Static method in class com.klg.jclass.util.swing.encode.AbstractImageEncoder
 
byteFromInt(int) - Static method in class com.klg.jclass.util.swing.encode.AbstractImageEncoder
 
bytesFromInt(int) - Static method in class com.klg.jclass.util.swing.encode.AbstractImageEncoder
 
bytesFromLong(long) - Static method in class com.klg.jclass.util.swing.encode.AbstractImageEncoder
 
ByteValueModel - class com.klg.jclass.util.value.ByteValueModel.
This is a default class which stores an object of type byte.
ByteValueModel() - Constructor for class com.klg.jclass.util.value.ByteValueModel
Creates a ByteValueModel.
ByteValueModel(Byte) - Constructor for class com.klg.jclass.util.value.ByteValueModel
Creates a ByteValueModel with the given value.

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