Diamond Control Suite 3.0

diamondedge.swing
Interface DsConstants

All Superinterfaces:
SwingConstants
All Known Subinterfaces:
DsCell, DsCellProperties
All Known Implementing Classes:
DsCellRange, DsCellRenderer, DsComboBox, DsGrid, DsLabel, DsLine, DsLineBorder, DsListCell, DsListView, DsShape, DsTable, DsTableCell, DsTableHeaderRenderer, GridRowHeader

public interface DsConstants
extends SwingConstants


Field Summary
static int ACCOUNTING
          single underline below descent
static int ALL
           
static int ASCENDING
          case insensitive asscending sort order
static int ASCENDING_CASE
          case sensitive asscending sort order
static int BORDER_BOTTOM
           
static int BORDER_LEFT
           
static int BORDER_NONE
           
static int BORDER_OUTLINE
           
static int BORDER_RIGHT
           
static int BORDER_TOP
           
static int CROSS_LINES
           
static int DASH
          A dashed line.
static int DASH_DOT
          Alternating dashes and dotted lines.
static int DASH_DOT_DOT
          Alternating dashes and two dotted lines.
static int DEFAULT
           
static int DESCENDING
          case insensitive descending sort order
static int DESCENDING_CASE
          case sensitive descending sort order
static int DIAGONAL_CROSS_LINES
           
static int DOT
          A dotted line
static int DOUBLE
          double underline at baseline
static int DOUBLE_LINE
          A double solid line is used.
static int DOWNWARD_DIAGONAL_LINES
           
static int ETCHED
          A line that looks etched into the surface is used.
static int ETCHED_RAISED
          A line that looks raised up from the surface is used.
static int FALSE
           
static int FIND_ALL
          Search all cells.
static int FIND_EQUALS
          Search for a cell value that is equal to the given value.
static int FIND_GT
          Search for a cell value that is greater than the given value.
static int FIND_GTE
          Search for a cell value that is greater than or equal to the given value.
static int FIND_LT
          Search for a cell value that is less than the given value.
static int FIND_LTE
          Search for a cell value that is less than or equal to the given value.
static int FIND_NE
          Search for a cell value that is not equal to the given value.
static int FIND_PREFIX
          Perform a case insensitive search of a string that matches the first part of the cell value's toString().
static int FIND_REGEX
          Search for a cell value whose toString() matches the given regular expression.
static int FIND_STRING
          Perform a case insensitive search of a string that is equal to the toString() of the cell value.
static int FIRST
           
static int FLAT
          No styles are added when drawing.
static int GRID_DASH
          A dashed single-pixel line drawn where the grid lines are typically drawn.
static int GRID_DASH_DOT
          An alternating dashes and dotted single-pixel lines drawn where the grid lines are typically drawn.
static int GRID_DASH_DOT_DOT
          An alternating dashes and two dotted single-pixel lines drawn where the grid lines are typically drawn.
static int GRID_DOT
          A dotted single-pixel line drawn where the grid lines are typically drawn.
static int GRID_LINE
          A solid single-pixel line drawn where the grid lines are typically drawn.
static int HIGHLIGHT_SELECTION_ALWAYS
          Always show the selection highlight even if the component doesn't have the focus.
static int HIGHLIGHT_SELECTION_NEVER
          Never show the selection highlight even if something is selected.
static int HIGHLIGHT_SELECTION_WITH_FOCUS
          Only show the selection highlight when the component has the focus.
static int HORIZONTAL_LINES
           
static int LOWERED
          Drawing style that makes it look lowered.
static int LOWERED_LIGHT
          Drawing style that makes it look lowered.
static int NONE
           
static int RAISED
          Drawing style that makes it look raised.
static int RAISED_LIGHT
          Drawing style that makes it look raised.
static int SELECT_CELL
          Select the cell that was found.
static int SELECT_NONE
          Do not select anything.
static int SELECT_ROW
          Select the row containing the cell that was found.
static int SINGLE
          single underline at baseline
static int SINGLE_LINE
          A solid line.
static int SOLID
          A solid line.
static int STRETCH
          Stretch the image to fill the entire area
static int TILE
          Paint multiple copies of an image adjacent to each other to fill the area.
static int TRANSPARENT
          No line or border is drawn
static int TRUE
           
static int UPWARD_DIAGONAL_LINES
           
static int VERTICAL_LINES
           
 
Fields inherited from interface javax.swing.SwingConstants
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST
 

Field Detail

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

NONE

static final int NONE
See Also:
Constant Field Values

FALSE

static final int FALSE
See Also:
Constant Field Values

TRUE

static final int TRUE
See Also:
Constant Field Values

TRANSPARENT

static final int TRANSPARENT
No line or border is drawn

See Also:
Constant Field Values

SINGLE_LINE

static final int SINGLE_LINE
A solid line.

See Also:
Constant Field Values

SOLID

static final int SOLID
A solid line.

See Also:
Constant Field Values

DASH

static final int DASH
A dashed line.

See Also:
Constant Field Values

DOT

static final int DOT
A dotted line

See Also:
Constant Field Values

DASH_DOT

static final int DASH_DOT
Alternating dashes and dotted lines.

See Also:
Constant Field Values

DASH_DOT_DOT

static final int DASH_DOT_DOT
Alternating dashes and two dotted lines.

See Also:
Constant Field Values

DOUBLE_LINE

static final int DOUBLE_LINE
A double solid line is used.

See Also:
Constant Field Values

LOWERED

static final int LOWERED
Drawing style that makes it look lowered. On borders it draws a bevel making the surface inside look lowered.

See Also:
Constant Field Values

RAISED

static final int RAISED
Drawing style that makes it look raised. On borders it draws a bevel making the surface inside look raised.

See Also:
Constant Field Values

ETCHED

static final int ETCHED
A line that looks etched into the surface is used. Looks best on a gray background.

See Also:
Constant Field Values

ETCHED_RAISED

static final int ETCHED_RAISED
A line that looks raised up from the surface is used. Looks best on a gray background.

See Also:
Constant Field Values

GRID_LINE

static final int GRID_LINE
A solid single-pixel line drawn where the grid lines are typically drawn.

See Also:
Constant Field Values

GRID_DASH

static final int GRID_DASH
A dashed single-pixel line drawn where the grid lines are typically drawn.

See Also:
Constant Field Values

GRID_DOT

static final int GRID_DOT
A dotted single-pixel line drawn where the grid lines are typically drawn.

See Also:
Constant Field Values

GRID_DASH_DOT

static final int GRID_DASH_DOT
An alternating dashes and dotted single-pixel lines drawn where the grid lines are typically drawn.

See Also:
Constant Field Values

GRID_DASH_DOT_DOT

static final int GRID_DASH_DOT_DOT
An alternating dashes and two dotted single-pixel lines drawn where the grid lines are typically drawn.

See Also:
Constant Field Values

FLAT

static final int FLAT
No styles are added when drawing.

See Also:
Constant Field Values

LOWERED_LIGHT

static final int LOWERED_LIGHT
Drawing style that makes it look lowered.

See Also:
Constant Field Values

RAISED_LIGHT

static final int RAISED_LIGHT
Drawing style that makes it look raised.

See Also:
Constant Field Values

SINGLE

static final int SINGLE
single underline at baseline

See Also:
Constant Field Values

DOUBLE

static final int DOUBLE
double underline at baseline

See Also:
Constant Field Values

ACCOUNTING

static final int ACCOUNTING
single underline below descent

See Also:
Constant Field Values

ASCENDING

static final int ASCENDING
case insensitive asscending sort order

See Also:
Constant Field Values

DESCENDING

static final int DESCENDING
case insensitive descending sort order

See Also:
Constant Field Values

ASCENDING_CASE

static final int ASCENDING_CASE
case sensitive asscending sort order

See Also:
Constant Field Values

DESCENDING_CASE

static final int DESCENDING_CASE
case sensitive descending sort order

See Also:
Constant Field Values

HIGHLIGHT_SELECTION_NEVER

static final int HIGHLIGHT_SELECTION_NEVER
Never show the selection highlight even if something is selected.

See Also:
Constant Field Values

HIGHLIGHT_SELECTION_ALWAYS

static final int HIGHLIGHT_SELECTION_ALWAYS
Always show the selection highlight even if the component doesn't have the focus.

See Also:
Constant Field Values

HIGHLIGHT_SELECTION_WITH_FOCUS

static final int HIGHLIGHT_SELECTION_WITH_FOCUS
Only show the selection highlight when the component has the focus.

See Also:
Constant Field Values

BORDER_NONE

static final int BORDER_NONE
See Also:
Constant Field Values

BORDER_TOP

static final int BORDER_TOP
See Also:
Constant Field Values

BORDER_LEFT

static final int BORDER_LEFT
See Also:
Constant Field Values

BORDER_BOTTOM

static final int BORDER_BOTTOM
See Also:
Constant Field Values

BORDER_RIGHT

static final int BORDER_RIGHT
See Also:
Constant Field Values

BORDER_OUTLINE

static final int BORDER_OUTLINE
See Also:
Constant Field Values

VERTICAL_LINES

static final int VERTICAL_LINES
See Also:
Constant Field Values

HORIZONTAL_LINES

static final int HORIZONTAL_LINES
See Also:
Constant Field Values

CROSS_LINES

static final int CROSS_LINES
See Also:
Constant Field Values

DOWNWARD_DIAGONAL_LINES

static final int DOWNWARD_DIAGONAL_LINES
See Also:
Constant Field Values

UPWARD_DIAGONAL_LINES

static final int UPWARD_DIAGONAL_LINES
See Also:
Constant Field Values

DIAGONAL_CROSS_LINES

static final int DIAGONAL_CROSS_LINES
See Also:
Constant Field Values

FIRST

static final int FIRST
See Also:
Constant Field Values

ALL

static final int ALL
See Also:
Constant Field Values

FIND_STRING

static final int FIND_STRING
Perform a case insensitive search of a string that is equal to the toString() of the cell value.

See Also:
Constant Field Values

FIND_PREFIX

static final int FIND_PREFIX
Perform a case insensitive search of a string that matches the first part of the cell value's toString().

See Also:
Constant Field Values

FIND_REGEX

static final int FIND_REGEX
Search for a cell value whose toString() matches the given regular expression.

See Also:
Constant Field Values

FIND_EQUALS

static final int FIND_EQUALS
Search for a cell value that is equal to the given value. For strings this is case sensitive.

See Also:
Constant Field Values

FIND_GTE

static final int FIND_GTE
Search for a cell value that is greater than or equal to the given value.

See Also:
Constant Field Values

FIND_LTE

static final int FIND_LTE
Search for a cell value that is less than or equal to the given value.

See Also:
Constant Field Values

FIND_GT

static final int FIND_GT
Search for a cell value that is greater than the given value.

See Also:
Constant Field Values

FIND_LT

static final int FIND_LT
Search for a cell value that is less than the given value.

See Also:
Constant Field Values

FIND_NE

static final int FIND_NE
Search for a cell value that is not equal to the given value. For strings this is case sensitive.

See Also:
Constant Field Values

FIND_ALL

static final int FIND_ALL
Search all cells. Otherwise search is stopped on the first match. Should be OR'ed in with one of the above values.

See Also:
Constant Field Values

SELECT_NONE

static final int SELECT_NONE
Do not select anything.

See Also:
Constant Field Values

SELECT_CELL

static final int SELECT_CELL
Select the cell that was found.

See Also:
Constant Field Values

SELECT_ROW

static final int SELECT_ROW
Select the row containing the cell that was found.

See Also:
Constant Field Values

TILE

static final int TILE
Paint multiple copies of an image adjacent to each other to fill the area.

See Also:
Constant Field Values

STRETCH

static final int STRETCH
Stretch the image to fill the entire area

See Also:
Constant Field Values

Diamond Control Suite 3.0

Diamond Edge and Diamond Control Suite are trademarks or registered trademarks of Diamond Edge, Inc. Copyright 1999-2005 Diamond Edge, Inc. All Rights Reserved.