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