JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.table
Interface JCTableEnum


public interface JCTableEnum

These are commonly used variables and constants in JClass JCTable. Java does not incorporate the idea of enums -- JCTableEnum provides this functionality.


Field Summary
static int ALL
          A cell position constant that indicates all rows or all columns including labels.
static int ALLCELLS
          A cell position constant that indicates all cells in a row or column excluding the label.
static int AS_IS
          A PixelWidth/Height constant that fixes the size to the current value.
static int ATTACH_CELLS
          A table 3 compatibility HorizSBAttachment/VertSBAttachment constant.
static int ATTACH_SIDE
          A table 3 compatibility HorizSBAttachment/VertSBAttachment constant.
static int AUTO_SCROLL_BOTH
          A constant that enables row and column level auto scroll.
static int AUTO_SCROLL_COLUMN
          A constant that enables column level auto scroll.
static int AUTO_SCROLL_NONE
          A constant that disables auto scroll.
static int AUTO_SCROLL_ROW
          A constant that enables row level auto scroll.
static int BASE_ON_BACKGROUND
          A CellStyleModel CellBorderColorMode constant indicating that the border color is based on the background of the cell or the selected background for selected cells.
static int BASE_ON_FOREGROUND
          A CellStyleModel CellBorderColorMode constant indicating that the border color is based on the foreground of the cell or the selected foreground for selected cells.
static int BORDER_ETCHED_IN
          A JCCellBorder constant indicating an etched in border.
static int BORDER_ETCHED_OUT
          A JCCellBorder constant indicating an etched out border.
static int BORDER_FRAME_IN
          A JCCellBorder constant indicating a frame inset border.
static int BORDER_FRAME_OUT
          A JCCellBorder constant indicating a frame raised border.
static int BORDER_IN
          A JCCellBorder constant indicating a simple inset border.
static int BORDER_NONE
          A JCCellBorder constant indicating no border.
static int BORDER_OUT
          A JCCellBorder constant indicating a simple raised border.
static int BORDER_PLAIN
          A JCCellBorder constant indicating a plain border.
static int BORDER_THIN
          A JCCellBorder constant indicating a thin border.
static int BORDERSIDE_ALL
          A CellStyleModel BorderSide property constant indicating all borders.
static int BORDERSIDE_BOTTOM
          A CellStyleModel BorderSide property constant indicating bottom borders.
static int BORDERSIDE_LEFT
          A CellStyleModel BorderSide property constant indicating left borders.
static int BORDERSIDE_NONE
          A CellStyleModel BorderSide property constant indicating no borders.
static int BORDERSIDE_RIGHT
          A CellStyleModel BorderSide property constant indicating right borders.
static int BORDERSIDE_TOP
          A CellStyleModel BorderSide property constant indicating top borders.
static int BOTTOM
          Bottom alignment constant.
static int BOTTOMCENTER
          A table 3 compatibility alignment constant.
static int BOTTOMLEFT
          A table 3 compatibility alignment constant.
static int BOTTOMRIGHT
          A table 3 compatibility alignment constant.
static int CENTER
          Center alignment constant.
static int CLIP_ARROWS_BOTH
          A table 3 compatibility clip arrow constant.
static int CLIP_ARROWS_DOWN
          A table 3 compatibility clip arrow constant.
static int CLIP_ARROWS_NONE
          A table 3 compatibility clip arrow constant.
static int CLIP_ARROWS_RIGHT
          A table 3 compatibility clip arrow constant.
static int COLUMN_DRAG_ACTION
          A TableAction constant that specifies column drag.
static int COLUMN_SELECT_ACTION
          A TableAction constant that specifies column selection.
static int COLUMN_SORT_ACTION
          A TableAction constant that specifies column sort.
static int COPY_ACTION
          A TableAction constant that specifies copy.
static int CSV
          Comma-separated values in a table data souce.
static int CUSTOM
          Custom file format in a table data souce.
static int DETECT
          File format value indicating that table should try and detect the format.
static int EDIT_ENSURE_MINIMUM_SIZE
          An EditHeightPolicy/EditWidthPolicy constant that indicates editors should be sized to at least their minimum size.
static int EDIT_ENSURE_PREFERRED_SIZE
          An EditHeightPolicy/EditWidthPolicy constant that indicates editors should be sizes to at least their preferred size.
static int EDIT_SIZE_TO_CELL
          An EditHeightPolicy/EditWidthPolicy constant that indicates editors should be sized to the size of the cell.
static int FOCUS_DASHED_RECTANGLE
          A FocusIndicator constant that sets the focus to a dashed rectangle.
static int FOCUS_HIGHLIGHT
          A FocusIndicator constant that sets the focus as a highlighted background.
static int FOCUS_NONE
          A FocusIndicator constant that sets no focus.
static int FOCUS_RECTANGLE
          A FocusIndicator constant that sets the focus to a 2-pixel width rectangle.
static int FOCUS_THIN_RECTANGLE
          A FocusIndicator constant that sets the focus to a 1-pixel width rectangle.
static int JUMP_ALL
          A JumpScroll constant that enables horizontal and vertical jump scroll.
static int JUMP_HORIZONTAL
          A JumpScroll constant that enables horizontal jump scroll.
static int JUMP_NONE
          A JumpScroll constant that disables jump scroll.
static int JUMP_VERTICAL
          A JumpScroll constant that enables vertical jump scroll.
static int LABEL
          A cell position constant that indicates the row or column label.
static int LEFT
          Left alignment constant.
static int MAXINT
          Constant indicating the largest possible integer.
static int MIDDLECENTER
          A table 3 compatibility alignment constant.
static int MIDDLELEFT
          A table 3 compatibility alignment constant.
static int MIDDLERIGHT
          A table 3 compatibility alignment constant.
static int NOTFOUND
          Constant indicating that the row or column is not found.
static int NOVALUE
          Constant indicating that the row or column has no value.
static int PASTE_ACTION
          A TableAction constant that specifies paste.
static int PLACE_BOTTOM
          A FrozenColumnPlacement constant that positions frozen rows on the bottom of table.
static int PLACE_LEFT
          A FrozenColumnPlacement constant that positions frozen columns on the left of table.
static int PLACE_RIGHT
          A FrozenColumnPlacement constant that positions frozen columns on the right of table.
static int PLACE_TOP
          A FrozenColumnPlacement constant that positions frozen rows on the top of table.
static int POSITION_AT_SIDE
          A HorizSBPosition/VertSBPosition constant that positions the scrollbar to the right or bottom edge of the area allocated to table.
static int POSITION_BY_CELLS
          A HorizSBPosition/VertSBPosition constant that positions the scrollbar to the right or bottom of the cell area.
static int REPEAT_COLUMN
          A CellStyleModel RepeatBackground/RepeatForeground constant that enables repeating colors by column.
static int REPEAT_NONE
          A CellStyleModel RepeatBackground/RepeatForeground constant that disables repeating colors.
static int REPEAT_ROW
          A CellStyleModel RepeatBackground/RepeatForeground constant that enables repeating colors by row.
static int RESIZE_ALL
          An AllowCellResize constant that enables interactive resize.
static int RESIZE_BY_ALL
          An AllowResizeBy constant that allows resize by cells and labels.
static int RESIZE_BY_CELLS
          An AllowResizeBy constant that allows resize by cells (and not labels).
static int RESIZE_BY_LABELS
          An AllowResizeBy constant that allows resize by labels (and not cells).
static int RESIZE_COLUMN
          An AllowCellResize constant that enables interactive column resize.
static int RESIZE_NONE
          An AllowCellResize constant that disables interactive resize.
static int RESIZE_ROW
          An AllowCellResize constant that enables interactive row resize.
static int RIGHT
          Right alignment constant.
static int ROW_DRAG_ACTION
          A TableAction constant that specifies row drag.
static int ROW_SELECT_ACTION
          A TableAction constant that specifies row selection.
static int SBDISPLAY_ALWAYS
          A table 3 compatibility HorizSBDisplay/VertSBDisplay constant.
static int SBDISPLAY_AS_NEEDED
          A table 3 compatibility HorizSBDisplay/VertSBDisplay constant.
static int SBDISPLAY_NEVER
          A table 3 compatibility HorizSBDisplay/VertSBDisplay constant.
static int SBPOSITION_CELLS
          A table 3 compatibility HorizSBPosition/VertSBPosition constant.
static int SBPOSITION_SIDE
          A table 3 compatibility HorizSBPosition/VertSBPosition constant.
static int SCROLLBAR_ALWAYS
          A HorizSBDisplay/VertSBDisplay constant that indicates scrollbars are always displayed.
static int SCROLLBAR_AS_NEEDED
          A HorizSBDisplay/VertSBDisplay constant that indicates scrollbars are displayed only if required.
static int SCROLLBAR_NEVER
          A HorizSBDisplay/VertSBDisplay constant that indicates scrollbars are never displayed.
static int SELECT_MULTIRANGE
          A SelectionPolicy constant that allows multiply ranges of cells to be selected.
static int SELECT_NONE
          A SelectionPolicy constant that disables selection.
static int SELECT_RANGE
          A SelectionPolicy constant that allows a range of cells to be selected.
static int SELECT_SINGLE
          A SelectionPolicy constant that allows a single cell to be selected.
static int SHOW_ALL
          A CellStyleModel ClipHints constant that indicates that horizontal and vertical clip arrows should be shown.
static int SHOW_HORIZONTAL
          A CellStyleModel ClipHints constant the indicates only horizontal clip arrows should be shown.
static int SHOW_NONE
          A CellStyleModel ClipHints constant that indicates clip arrows should not be shown.
static int SHOW_VERTICAL
          A CellStyleModel ClipHints constant that indicates only vertical clip arrows should be shown.
static int SIZE_TO_CELLS
          A HorizSBAttachment/VertSBAttachment constant the sets the height/width of the scrollbar to the size of the cell area.
static int SIZE_TO_TABLE
          A HorizSBAttachment/VertSBAttachment constant that sets the height/width of the scrollbar to the height/width of table.
static int STANDARD
          Default file format for table data sources.
static int TOP
          Top alignment constant.
static int TOPCENTER
          A table 3 compatibility alignment constant.
static int TOPLEFT
          A table 3 compatibility alignment constant.
static int TOPRIGHT
          A table 3 compatibility alignment constant.
static int TRACK_COLUMN
          A VertSBTrack> constant that indicates a scroll indicator should present the data from the column in the VertSBTrackColumn of the top row during scroll rather than repositionning the table.
static int TRACK_COLUMN_NUMBER
          A HorizSBTrack constant that indicates a scroll indicator should present the left column number during scroll rather than repositionning the table.
static int TRACK_LIVE
          A HorizSBTrack/VertSBTrack constant that indicates full table reposition during the scroll.
static int TRACK_ROW
          A HorizSBTrack constant that indicates a scroll indicator should present the data from the row in the HorizSBTrackRow of the left column during scroll rather than repositionning the table.
static int TRACK_ROW_NUMBER
          A VertSBTrack constant that indicates a scroll indicator should present the top row number during scroll rather than repositionning the table.
static int TRAVERSE_BOTTOM
          A JCTraverseCellEvent TraverseType that indicates the traversal was initiated by control end.
static int TRAVERSE_DOWN
          A JCTraverseCellEvent TraverseType that indicates the traversal was initiated by the down arrow.
static int TRAVERSE_END
          A JCTraverseCellEvent TraverseType that indicates the traversal was initiated by the end key.
static int TRAVERSE_HOME
          A JCTraverseCellEvent TraverseType that indicates the traversal was initiated by the home key.
static int TRAVERSE_LEFT
          A JCTraverseCellEvent TraverseType that indicates the traversal was initiated by the left arrow.
static int TRAVERSE_PAGEDOWN
          A JCTraverseCellEvent TraverseType that indicates the traversal was initiated by a page down.
static int TRAVERSE_PAGEUP
          A JCTraverseCellEvent TraverseType that indicates the traversal was initiated by a page up.
static int TRAVERSE_POINTER
          A JCTraverseCellEvent TraverseType that indicates the traversal was initiated by a mouse click.
static int TRAVERSE_RIGHT
          A JCTraverseCellEvent TraverseType that indicates the traversal was initiated by the right arrow.
static int TRAVERSE_TO_CELL
          A JCTraverseCellEvent TraverseType that indicates the traversal was initiated programmatically.
static int TRAVERSE_TOP
          A JCTraverseCellEvent TraverseType that indicates the traversal was initiated by control home.
static int TRAVERSE_UP
          A JCTraverseCellEvent TraverseType that indicates the traversal was initiated by the up arrow.
static int TYPE_BOOLEAN
          A JCResultSetDataSource constant indicating boolean data.
static int TYPE_DATE
          A JCResultSetDataSource constant indicating date data.
static int TYPE_DOUBLE
          A JCResultSetDataSource constant indicating double data.
static int TYPE_FLOAT
          A JCResultSetDataSource constant indicating float data.
static int TYPE_INTEGER
          A JCResultSetDataSource constant indicating integer data.
static int TYPE_STRING
          A JCResultSetDataSource constant indicating String data.
static int USE_CELL_BACKGROUND
          A SelectedBackgroundMode constant that indicates the selected color is based on the cell background.
static int USE_CELL_BORDER_COLOR
          A CellStyleModel CellBorderColorMode constant indicating that the border color is based on the CellBorderColor property.
static int USE_CELL_FOREGROUND
          A SelectedForegroundMode constant that indicates the selected color is based on the cell foreground.
static int USE_SELECTED_BACKGROUND
          A SelectedBackgroundMode/SelectedForegroundMode constant that indicates the selected color is based on the SelectedBackground property.
static int USE_SELECTED_FOREGROUND
          A SelectedBackgroundMode/SelectedForegroundMode constant that indicates the selected color is based on the SelectedForeground property.
static int VARIABLE
          A PixelWidth/Height constant that sets the size to variable.
static int VARIABLE_ESTIMATE
          A PixelWidth/Height constant that sets the size to variable for the number of rows/columns specified in the VariableEstimateCount property.
static int VISIBLE_CELLS
          Constant indicating all visible rows or columns.
static int XML
          XML file format in a table data souce.
 

Field Detail

ALL

public static final int ALL
A cell position constant that indicates all rows or all columns including labels.

See Also:
Constant Field Values

ALLCELLS

public static final int ALLCELLS
A cell position constant that indicates all cells in a row or column excluding the label.

See Also:
Constant Field Values

VISIBLE_CELLS

public static final int VISIBLE_CELLS
Constant indicating all visible rows or columns.

See Also:
Constant Field Values

LABEL

public static final int LABEL
A cell position constant that indicates the row or column label.

See Also:
Constant Field Values

MAXINT

public static final int MAXINT
Constant indicating the largest possible integer.

See Also:
Constant Field Values

NOTFOUND

public static final int NOTFOUND
Constant indicating that the row or column is not found.

See Also:
Constant Field Values

NOVALUE

public static final int NOVALUE
Constant indicating that the row or column has no value.

See Also:
Constant Field Values

COLUMN_SELECT_ACTION

public static final int COLUMN_SELECT_ACTION
A TableAction constant that specifies column selection.

See Also:
Constant Field Values

COLUMN_SORT_ACTION

public static final int COLUMN_SORT_ACTION
A TableAction constant that specifies column sort.

See Also:
Constant Field Values

COLUMN_DRAG_ACTION

public static final int COLUMN_DRAG_ACTION
A TableAction constant that specifies column drag.

See Also:
Constant Field Values

ROW_SELECT_ACTION

public static final int ROW_SELECT_ACTION
A TableAction constant that specifies row selection.

See Also:
Constant Field Values

ROW_DRAG_ACTION

public static final int ROW_DRAG_ACTION
A TableAction constant that specifies row drag.

See Also:
Constant Field Values

COPY_ACTION

public static final int COPY_ACTION
A TableAction constant that specifies copy.

See Also:
Constant Field Values

PASTE_ACTION

public static final int PASTE_ACTION
A TableAction constant that specifies paste.

See Also:
Constant Field Values

LEFT

public static final int LEFT
Left alignment constant.

See Also:
Constant Field Values

CENTER

public static final int CENTER
Center alignment constant.

See Also:
Constant Field Values

RIGHT

public static final int RIGHT
Right alignment constant.

See Also:
Constant Field Values

TOP

public static final int TOP
Top alignment constant.

See Also:
Constant Field Values

BOTTOM

public static final int BOTTOM
Bottom alignment constant.

See Also:
Constant Field Values

TOPLEFT

public static final int TOPLEFT
A table 3 compatibility alignment constant.

See Also:
Constant Field Values

TOPCENTER

public static final int TOPCENTER
A table 3 compatibility alignment constant.

See Also:
Constant Field Values

TOPRIGHT

public static final int TOPRIGHT
A table 3 compatibility alignment constant.

See Also:
Constant Field Values

MIDDLELEFT

public static final int MIDDLELEFT
A table 3 compatibility alignment constant.

See Also:
Constant Field Values

MIDDLECENTER

public static final int MIDDLECENTER
A table 3 compatibility alignment constant.

See Also:
Constant Field Values

MIDDLERIGHT

public static final int MIDDLERIGHT
A table 3 compatibility alignment constant.

See Also:
Constant Field Values

BOTTOMLEFT

public static final int BOTTOMLEFT
A table 3 compatibility alignment constant.

See Also:
Constant Field Values

BOTTOMCENTER

public static final int BOTTOMCENTER
A table 3 compatibility alignment constant.

See Also:
Constant Field Values

BOTTOMRIGHT

public static final int BOTTOMRIGHT
A table 3 compatibility alignment constant.

See Also:
Constant Field Values

AUTO_SCROLL_NONE

public static final int AUTO_SCROLL_NONE
A constant that disables auto scroll.

See Also:
Constant Field Values

AUTO_SCROLL_ROW

public static final int AUTO_SCROLL_ROW
A constant that enables row level auto scroll.

See Also:
Constant Field Values

AUTO_SCROLL_COLUMN

public static final int AUTO_SCROLL_COLUMN
A constant that enables column level auto scroll.

See Also:
Constant Field Values

AUTO_SCROLL_BOTH

public static final int AUTO_SCROLL_BOTH
A constant that enables row and column level auto scroll.

See Also:
Constant Field Values

BORDERSIDE_NONE

public static final int BORDERSIDE_NONE
A CellStyleModel BorderSide property constant indicating no borders.

See Also:
Constant Field Values

BORDERSIDE_LEFT

public static final int BORDERSIDE_LEFT
A CellStyleModel BorderSide property constant indicating left borders.

See Also:
Constant Field Values

BORDERSIDE_TOP

public static final int BORDERSIDE_TOP
A CellStyleModel BorderSide property constant indicating top borders.

See Also:
Constant Field Values

BORDERSIDE_BOTTOM

public static final int BORDERSIDE_BOTTOM
A CellStyleModel BorderSide property constant indicating bottom borders.

See Also:
Constant Field Values

BORDERSIDE_RIGHT

public static final int BORDERSIDE_RIGHT
A CellStyleModel BorderSide property constant indicating right borders.

See Also:
Constant Field Values

BORDERSIDE_ALL

public static final int BORDERSIDE_ALL
A CellStyleModel BorderSide property constant indicating all borders.

See Also:
Constant Field Values

BORDER_NONE

public static final int BORDER_NONE
A JCCellBorder constant indicating no border.

See Also:
Constant Field Values

BORDER_ETCHED_IN

public static final int BORDER_ETCHED_IN
A JCCellBorder constant indicating an etched in border.

See Also:
Constant Field Values

BORDER_ETCHED_OUT

public static final int BORDER_ETCHED_OUT
A JCCellBorder constant indicating an etched out border.

See Also:
Constant Field Values

BORDER_IN

public static final int BORDER_IN
A JCCellBorder constant indicating a simple inset border.

See Also:
Constant Field Values

BORDER_OUT

public static final int BORDER_OUT
A JCCellBorder constant indicating a simple raised border.

See Also:
Constant Field Values

BORDER_PLAIN

public static final int BORDER_PLAIN
A JCCellBorder constant indicating a plain border.

See Also:
Constant Field Values

BORDER_FRAME_IN

public static final int BORDER_FRAME_IN
A JCCellBorder constant indicating a frame inset border.

See Also:
Constant Field Values

BORDER_FRAME_OUT

public static final int BORDER_FRAME_OUT
A JCCellBorder constant indicating a frame raised border.

See Also:
Constant Field Values

BORDER_THIN

public static final int BORDER_THIN
A JCCellBorder constant indicating a thin border.

See Also:
Constant Field Values

USE_CELL_BORDER_COLOR

public static final int USE_CELL_BORDER_COLOR
A CellStyleModel CellBorderColorMode constant indicating that the border color is based on the CellBorderColor property.

See Also:
Constant Field Values

BASE_ON_BACKGROUND

public static final int BASE_ON_BACKGROUND
A CellStyleModel CellBorderColorMode constant indicating that the border color is based on the background of the cell or the selected background for selected cells.

See Also:
Constant Field Values

BASE_ON_FOREGROUND

public static final int BASE_ON_FOREGROUND
A CellStyleModel CellBorderColorMode constant indicating that the border color is based on the foreground of the cell or the selected foreground for selected cells.

See Also:
Constant Field Values

AS_IS

public static final int AS_IS
A PixelWidth/Height constant that fixes the size to the current value.

See Also:
Constant Field Values

VARIABLE

public static final int VARIABLE
A PixelWidth/Height constant that sets the size to variable.

See Also:
Constant Field Values

VARIABLE_ESTIMATE

public static final int VARIABLE_ESTIMATE
A PixelWidth/Height constant that sets the size to variable for the number of rows/columns specified in the VariableEstimateCount property.

See Also:
Constant Field Values

SHOW_NONE

public static final int SHOW_NONE
A CellStyleModel ClipHints constant that indicates clip arrows should not be shown.

See Also:
Constant Field Values

SHOW_HORIZONTAL

public static final int SHOW_HORIZONTAL
A CellStyleModel ClipHints constant the indicates only horizontal clip arrows should be shown.

See Also:
Constant Field Values

SHOW_VERTICAL

public static final int SHOW_VERTICAL
A CellStyleModel ClipHints constant that indicates only vertical clip arrows should be shown.

See Also:
Constant Field Values

SHOW_ALL

public static final int SHOW_ALL
A CellStyleModel ClipHints constant that indicates that horizontal and vertical clip arrows should be shown.

See Also:
Constant Field Values

CLIP_ARROWS_NONE

public static final int CLIP_ARROWS_NONE
A table 3 compatibility clip arrow constant.

See Also:
Constant Field Values

CLIP_ARROWS_RIGHT

public static final int CLIP_ARROWS_RIGHT
A table 3 compatibility clip arrow constant.

See Also:
Constant Field Values

CLIP_ARROWS_DOWN

public static final int CLIP_ARROWS_DOWN
A table 3 compatibility clip arrow constant.

See Also:
Constant Field Values

CLIP_ARROWS_BOTH

public static final int CLIP_ARROWS_BOTH
A table 3 compatibility clip arrow constant.

See Also:
Constant Field Values

EDIT_SIZE_TO_CELL

public static final int EDIT_SIZE_TO_CELL
An EditHeightPolicy/EditWidthPolicy constant that indicates editors should be sized to the size of the cell.

See Also:
Constant Field Values

EDIT_ENSURE_MINIMUM_SIZE

public static final int EDIT_ENSURE_MINIMUM_SIZE
An EditHeightPolicy/EditWidthPolicy constant that indicates editors should be sized to at least their minimum size.

See Also:
Constant Field Values

EDIT_ENSURE_PREFERRED_SIZE

public static final int EDIT_ENSURE_PREFERRED_SIZE
An EditHeightPolicy/EditWidthPolicy constant that indicates editors should be sizes to at least their preferred size.

See Also:
Constant Field Values

FOCUS_NONE

public static final int FOCUS_NONE
A FocusIndicator constant that sets no focus.

See Also:
Constant Field Values

FOCUS_HIGHLIGHT

public static final int FOCUS_HIGHLIGHT
A FocusIndicator constant that sets the focus as a highlighted background.

See Also:
Constant Field Values

FOCUS_RECTANGLE

public static final int FOCUS_RECTANGLE
A FocusIndicator constant that sets the focus to a 2-pixel width rectangle.

See Also:
Constant Field Values

FOCUS_THIN_RECTANGLE

public static final int FOCUS_THIN_RECTANGLE
A FocusIndicator constant that sets the focus to a 1-pixel width rectangle.

See Also:
Constant Field Values

FOCUS_DASHED_RECTANGLE

public static final int FOCUS_DASHED_RECTANGLE
A FocusIndicator constant that sets the focus to a dashed rectangle.

See Also:
Constant Field Values

PLACE_RIGHT

public static final int PLACE_RIGHT
A FrozenColumnPlacement constant that positions frozen columns on the right of table.

See Also:
Constant Field Values

PLACE_LEFT

public static final int PLACE_LEFT
A FrozenColumnPlacement constant that positions frozen columns on the left of table.

See Also:
Constant Field Values

PLACE_TOP

public static final int PLACE_TOP
A FrozenColumnPlacement constant that positions frozen rows on the top of table.

See Also:
Constant Field Values

PLACE_BOTTOM

public static final int PLACE_BOTTOM
A FrozenColumnPlacement constant that positions frozen rows on the bottom of table.

See Also:
Constant Field Values

JUMP_NONE

public static final int JUMP_NONE
A JumpScroll constant that disables jump scroll.

See Also:
Constant Field Values

JUMP_HORIZONTAL

public static final int JUMP_HORIZONTAL
A JumpScroll constant that enables horizontal jump scroll.

See Also:
Constant Field Values

JUMP_VERTICAL

public static final int JUMP_VERTICAL
A JumpScroll constant that enables vertical jump scroll.

See Also:
Constant Field Values

JUMP_ALL

public static final int JUMP_ALL
A JumpScroll constant that enables horizontal and vertical jump scroll.

See Also:
Constant Field Values

REPEAT_NONE

public static final int REPEAT_NONE
A CellStyleModel RepeatBackground/RepeatForeground constant that disables repeating colors.

See Also:
Constant Field Values

REPEAT_ROW

public static final int REPEAT_ROW
A CellStyleModel RepeatBackground/RepeatForeground constant that enables repeating colors by row. The colors are determined by the RepeatBackgroundColors and RepeatForegroundColors properties.

See Also:
Constant Field Values

REPEAT_COLUMN

public static final int REPEAT_COLUMN
A CellStyleModel RepeatBackground/RepeatForeground constant that enables repeating colors by column. The colors are determined by the RepeatBackgroundColors and RepeatForegroundColors properties.

See Also:
Constant Field Values

TYPE_BOOLEAN

public static final int TYPE_BOOLEAN
A JCResultSetDataSource constant indicating boolean data.

See Also:
Constant Field Values

TYPE_DATE

public static final int TYPE_DATE
A JCResultSetDataSource constant indicating date data.

See Also:
Constant Field Values

TYPE_DOUBLE

public static final int TYPE_DOUBLE
A JCResultSetDataSource constant indicating double data.

See Also:
Constant Field Values

TYPE_FLOAT

public static final int TYPE_FLOAT
A JCResultSetDataSource constant indicating float data.

See Also:
Constant Field Values

TYPE_INTEGER

public static final int TYPE_INTEGER
A JCResultSetDataSource constant indicating integer data.

See Also:
Constant Field Values

TYPE_STRING

public static final int TYPE_STRING
A JCResultSetDataSource constant indicating String data.

See Also:
Constant Field Values

RESIZE_NONE

public static final int RESIZE_NONE
An AllowCellResize constant that disables interactive resize.

See Also:
Constant Field Values

RESIZE_ROW

public static final int RESIZE_ROW
An AllowCellResize constant that enables interactive row resize.

See Also:
Constant Field Values

RESIZE_COLUMN

public static final int RESIZE_COLUMN
An AllowCellResize constant that enables interactive column resize.

See Also:
Constant Field Values

RESIZE_ALL

public static final int RESIZE_ALL
An AllowCellResize constant that enables interactive resize.

See Also:
Constant Field Values

RESIZE_BY_CELLS

public static final int RESIZE_BY_CELLS
An AllowResizeBy constant that allows resize by cells (and not labels).

See Also:
Constant Field Values

RESIZE_BY_LABELS

public static final int RESIZE_BY_LABELS
An AllowResizeBy constant that allows resize by labels (and not cells).

See Also:
Constant Field Values

RESIZE_BY_ALL

public static final int RESIZE_BY_ALL
An AllowResizeBy constant that allows resize by cells and labels.

See Also:
Constant Field Values

SCROLLBAR_AS_NEEDED

public static final int SCROLLBAR_AS_NEEDED
A HorizSBDisplay/VertSBDisplay constant that indicates scrollbars are displayed only if required.

See Also:
Constant Field Values

SCROLLBAR_ALWAYS

public static final int SCROLLBAR_ALWAYS
A HorizSBDisplay/VertSBDisplay constant that indicates scrollbars are always displayed.

See Also:
Constant Field Values

SCROLLBAR_NEVER

public static final int SCROLLBAR_NEVER
A HorizSBDisplay/VertSBDisplay constant that indicates scrollbars are never displayed.

See Also:
Constant Field Values

SBDISPLAY_AS_NEEDED

public static final int SBDISPLAY_AS_NEEDED
A table 3 compatibility HorizSBDisplay/VertSBDisplay constant.

See Also:
Constant Field Values

SBDISPLAY_ALWAYS

public static final int SBDISPLAY_ALWAYS
A table 3 compatibility HorizSBDisplay/VertSBDisplay constant.

See Also:
Constant Field Values

SBDISPLAY_NEVER

public static final int SBDISPLAY_NEVER
A table 3 compatibility HorizSBDisplay/VertSBDisplay constant.

See Also:
Constant Field Values

POSITION_BY_CELLS

public static final int POSITION_BY_CELLS
A HorizSBPosition/VertSBPosition constant that positions the scrollbar to the right or bottom of the cell area.

See Also:
Constant Field Values

POSITION_AT_SIDE

public static final int POSITION_AT_SIDE
A HorizSBPosition/VertSBPosition constant that positions the scrollbar to the right or bottom edge of the area allocated to table.

See Also:
Constant Field Values

SBPOSITION_CELLS

public static final int SBPOSITION_CELLS
A table 3 compatibility HorizSBPosition/VertSBPosition constant.

See Also:
Constant Field Values

SBPOSITION_SIDE

public static final int SBPOSITION_SIDE
A table 3 compatibility HorizSBPosition/VertSBPosition constant.

See Also:
Constant Field Values

SIZE_TO_CELLS

public static final int SIZE_TO_CELLS
A HorizSBAttachment/VertSBAttachment constant the sets the height/width of the scrollbar to the size of the cell area.

See Also:
Constant Field Values

SIZE_TO_TABLE

public static final int SIZE_TO_TABLE
A HorizSBAttachment/VertSBAttachment constant that sets the height/width of the scrollbar to the height/width of table.

See Also:
Constant Field Values

ATTACH_CELLS

public static final int ATTACH_CELLS
A table 3 compatibility HorizSBAttachment/VertSBAttachment constant.

See Also:
Constant Field Values

ATTACH_SIDE

public static final int ATTACH_SIDE
A table 3 compatibility HorizSBAttachment/VertSBAttachment constant.

See Also:
Constant Field Values

TRACK_LIVE

public static final int TRACK_LIVE
A HorizSBTrack/VertSBTrack constant that indicates full table reposition during the scroll.

See Also:
Constant Field Values

TRACK_ROW_NUMBER

public static final int TRACK_ROW_NUMBER
A VertSBTrack constant that indicates a scroll indicator should present the top row number during scroll rather than repositionning the table.

See Also:
Constant Field Values

TRACK_COLUMN

public static final int TRACK_COLUMN
A VertSBTrack> constant that indicates a scroll indicator should present the data from the column in the VertSBTrackColumn of the top row during scroll rather than repositionning the table. For example, use JCTableEnum.LABEL in order to display the label of the top row in the scroll indicator.

See Also:
Constant Field Values

TRACK_COLUMN_NUMBER

public static final int TRACK_COLUMN_NUMBER
A HorizSBTrack constant that indicates a scroll indicator should present the left column number during scroll rather than repositionning the table.

See Also:
Constant Field Values

TRACK_ROW

public static final int TRACK_ROW
A HorizSBTrack constant that indicates a scroll indicator should present the data from the row in the HorizSBTrackRow of the left column during scroll rather than repositionning the table. For example, use JCTableEnum.LABEL in order to display the label of the left column in the scroll indicator.

See Also:
Constant Field Values

SELECT_NONE

public static final int SELECT_NONE
A SelectionPolicy constant that disables selection.

See Also:
Constant Field Values

SELECT_SINGLE

public static final int SELECT_SINGLE
A SelectionPolicy constant that allows a single cell to be selected.

See Also:
Constant Field Values

SELECT_RANGE

public static final int SELECT_RANGE
A SelectionPolicy constant that allows a range of cells to be selected.

See Also:
Constant Field Values

SELECT_MULTIRANGE

public static final int SELECT_MULTIRANGE
A SelectionPolicy constant that allows multiply ranges of cells to be selected.

See Also:
Constant Field Values

USE_SELECTED_BACKGROUND

public static final int USE_SELECTED_BACKGROUND
A SelectedBackgroundMode/SelectedForegroundMode constant that indicates the selected color is based on the SelectedBackground property.

See Also:
Constant Field Values

USE_SELECTED_FOREGROUND

public static final int USE_SELECTED_FOREGROUND
A SelectedBackgroundMode/SelectedForegroundMode constant that indicates the selected color is based on the SelectedForeground property.

See Also:
Constant Field Values

USE_CELL_BACKGROUND

public static final int USE_CELL_BACKGROUND
A SelectedBackgroundMode constant that indicates the selected color is based on the cell background.

See Also:
Constant Field Values

USE_CELL_FOREGROUND

public static final int USE_CELL_FOREGROUND
A SelectedForegroundMode constant that indicates the selected color is based on the cell foreground.

See Also:
Constant Field Values

TRAVERSE_POINTER

public static final int TRAVERSE_POINTER
A JCTraverseCellEvent TraverseType that indicates the traversal was initiated by a mouse click.

See Also:
Constant Field Values

TRAVERSE_DOWN

public static final int TRAVERSE_DOWN
A JCTraverseCellEvent TraverseType that indicates the traversal was initiated by the down arrow.

See Also:
Constant Field Values

TRAVERSE_UP

public static final int TRAVERSE_UP
A JCTraverseCellEvent TraverseType that indicates the traversal was initiated by the up arrow.

See Also:
Constant Field Values

TRAVERSE_LEFT

public static final int TRAVERSE_LEFT
A JCTraverseCellEvent TraverseType that indicates the traversal was initiated by the left arrow.

See Also:
Constant Field Values

TRAVERSE_RIGHT

public static final int TRAVERSE_RIGHT
A JCTraverseCellEvent TraverseType that indicates the traversal was initiated by the right arrow.

See Also:
Constant Field Values

TRAVERSE_PAGEUP

public static final int TRAVERSE_PAGEUP
A JCTraverseCellEvent TraverseType that indicates the traversal was initiated by a page up.

See Also:
Constant Field Values

TRAVERSE_PAGEDOWN

public static final int TRAVERSE_PAGEDOWN
A JCTraverseCellEvent TraverseType that indicates the traversal was initiated by a page down.

See Also:
Constant Field Values

TRAVERSE_HOME

public static final int TRAVERSE_HOME
A JCTraverseCellEvent TraverseType that indicates the traversal was initiated by the home key.

See Also:
Constant Field Values

TRAVERSE_END

public static final int TRAVERSE_END
A JCTraverseCellEvent TraverseType that indicates the traversal was initiated by the end key.

See Also:
Constant Field Values

TRAVERSE_TOP

public static final int TRAVERSE_TOP
A JCTraverseCellEvent TraverseType that indicates the traversal was initiated by control home.

See Also:
Constant Field Values

TRAVERSE_BOTTOM

public static final int TRAVERSE_BOTTOM
A JCTraverseCellEvent TraverseType that indicates the traversal was initiated by control end.

See Also:
Constant Field Values

TRAVERSE_TO_CELL

public static final int TRAVERSE_TO_CELL
A JCTraverseCellEvent TraverseType that indicates the traversal was initiated programmatically.

See Also:
Constant Field Values

DETECT

public static final int DETECT
File format value indicating that table should try and detect the format.

See Also:
Constant Field Values

STANDARD

public static final int STANDARD
Default file format for table data sources.

See Also:
Constant Field Values

CSV

public static final int CSV
Comma-separated values in a table data souce.

See Also:
Constant Field Values

XML

public static final int XML
XML file format in a table data souce.

See Also:
Constant Field Values

CUSTOM

public static final int CUSTOM
Custom file format in a table data souce.

See Also:
Constant Field Values

Copyright © 2004 Quest Software Inc..
All rights reserved.