JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.page
Class JCTableStyle

java.lang.Object
  |
  +--com.klg.jclass.page.JCTableStyle
All Implemented Interfaces:
Cloneable

public class JCTableStyle
extends Object
implements Cloneable

JCTableStyle encapsulates table styles. New styles can be created and existing ones can be modified using this class.


Field Summary
protected  com.klg.jclass.page.JCAlternate alternate
          Alternating color object.
protected  Color background
          The color used as a default background for table elements.
protected  com.klg.jclass.page.JCDrawStyle bottomBorder
          The bottom border is drawn at the bottom of a table, or parts of it.
protected  com.klg.jclass.page.JCDrawStyle columnBorder
          The column border is the default border drawn between table columns.
protected  boolean firstColumnSpecial
          First column special? Not currently implemented.
protected  com.klg.jclass.page.JCDrawStyle headerBorder
          The header border is drawn between the header rows and the table.
protected  com.klg.jclass.page.JCTableStyle headerStyle
          Styles for the header.
protected  com.klg.jclass.page.JCDrawStyle leftBorder
          The left border is drawn at the left of a table, or parts of it.
protected  String name
           
protected  com.klg.jclass.page.JCDrawStyle rightBorder
          The right border is drawn at the right of a table, or parts of it.
protected  com.klg.jclass.page.JCDrawStyle rowBorder
          The row border is the default border drawn between table rows.
protected  boolean showFirstRowTopBorder
          Determines if the the top border of first row is shown.
static com.klg.jclass.page.JCTableStyle STYLE_0
          Style 0 -- tabular data only with no borders around any cells.
static com.klg.jclass.page.JCTableStyle STYLE_1
          Style 1 -- tabular data with no borders except a thick line header border.
static com.klg.jclass.page.JCTableStyle STYLE_10
          Style 10 -- a grid with thick top, bottom and side borders.
static com.klg.jclass.page.JCTableStyle STYLE_11
          Style 11 -- a grid with no top, bottom or side borders.
static com.klg.jclass.page.JCTableStyle STYLE_12
          Style 12 -- all gray with thick top, bottom, side and header borders.
static com.klg.jclass.page.JCTableStyle STYLE_13
          Style 13 -- thick bottom, left, and right borders, a black header and thin column lines.
static com.klg.jclass.page.JCTableStyle STYLE_14
          Style 14 -- all white with a thin top, bottom, and side borders with a thick header border.
static com.klg.jclass.page.JCTableStyle STYLE_15
          Style 15 -- all white with thin top, bottom, column and side borders.
static com.klg.jclass.page.JCTableStyle STYLE_16
          Style 16 -- list-style table with alternating light- and dark-gray rows.
static com.klg.jclass.page.JCTableStyle STYLE_17
          Style 17 -- alternating light- and dark-gray columns in header and body.
static com.klg.jclass.page.JCTableStyle STYLE_2
          Style 2 -- tabular data with thick top and bottom borders and a header border.
static com.klg.jclass.page.JCTableStyle STYLE_3
          Style 3 -- thick top, bottom and header borders with row borders.
static com.klg.jclass.page.JCTableStyle STYLE_4
          Style 4 -- tabular data only with white labels on a black header.
static com.klg.jclass.page.JCTableStyle STYLE_5
          Style 5 -- tabular data with thick bottom, left, right borders and a black header.
static com.klg.jclass.page.JCTableStyle STYLE_6
          Style 6 -- thick bottom, left, and right borders, a black header and thin row and column lines.
static com.klg.jclass.page.JCTableStyle STYLE_7
          Style 7 -- tabular data with thick bottom, left, right borders and a gray header.
static com.klg.jclass.page.JCTableStyle STYLE_8
          Style 8 -- thick bottom, left, and right borders, a gray header and thin row and column lines.
static com.klg.jclass.page.JCTableStyle STYLE_9
          Style 9 -- tabular data, gray header, thick top and bottom borders.
static com.klg.jclass.page.JCTableStyle STYLE_DEFAULT
          STYLE_DEFAULT -- the default table style; a simple grid with borders around all cells.
protected  com.klg.jclass.page.JCTextStyle textStyle
          The text style.
protected  com.klg.jclass.page.JCDrawStyle topBorder
          The top border is drawn at the top of a table, above the header table.
 
Constructor Summary
  JCTableStyle(String name)
          A do-it-yourself table style.
  JCTableStyle(String name, com.klg.jclass.page.JCDrawStyle topBorder, com.klg.jclass.page.JCDrawStyle bottomBorder, com.klg.jclass.page.JCDrawStyle leftBorder, com.klg.jclass.page.JCDrawStyle rightBorder, com.klg.jclass.page.JCDrawStyle headerBorder, com.klg.jclass.page.JCDrawStyle rowBorder, com.klg.jclass.page.JCDrawStyle columnBorder, boolean showFirstRowTopBorder, boolean firstColumnSpecial, com.klg.jclass.page.JCTableStyle headerStyle, com.klg.jclass.page.JCTextStyle textStyle, Color background)
          Creates a table style using the given properties.
protected JCTableStyle(String name, com.klg.jclass.page.JCDrawStyle topBorder, com.klg.jclass.page.JCDrawStyle bottomBorder, com.klg.jclass.page.JCDrawStyle leftBorder, com.klg.jclass.page.JCDrawStyle rightBorder, com.klg.jclass.page.JCDrawStyle headerBorder, com.klg.jclass.page.JCDrawStyle rowBorder, com.klg.jclass.page.JCDrawStyle columnBorder, boolean showFirstRowTopBorder, boolean firstColumnSpecial, com.klg.jclass.page.JCTableStyle headerStyle, com.klg.jclass.page.JCTextStyle textStyle, Color background, boolean internalUse)
          Creates a table style using the given properties.
  JCTableStyle(String name, com.klg.jclass.page.JCDrawStyle topBorder, com.klg.jclass.page.JCDrawStyle bottomBorder, com.klg.jclass.page.JCDrawStyle leftBorder, com.klg.jclass.page.JCDrawStyle rightBorder, com.klg.jclass.page.JCDrawStyle headerBorder, com.klg.jclass.page.JCDrawStyle rowBorder, com.klg.jclass.page.JCDrawStyle columnBorder, boolean showFirstRowTopBorder, boolean firstColumnSpecial, com.klg.jclass.page.JCTableStyle headerStyle, com.klg.jclass.page.JCTextStyle textStyle, Color background, com.klg.jclass.page.JCAlternate alternate)
          Creates a table style using the given properties.
 
Method Summary
 Object clone()
          Returns a deep-copy of an instance of this class.
static Enumeration elements()
           
static com.klg.jclass.page.JCTableStyle first()
          Returns the first enumerable style.
 com.klg.jclass.page.JCAlternate getAlternate()
          Returns the JCAlternate object which controls alternating colors for rows or columns.
 Color getBackground()
          Returns the color used as a default background for table elements.
 com.klg.jclass.page.JCDrawStyle getBottomBorder()
          Returns the bottom border which is drawn at the bottom of a table, or parts of it.
 com.klg.jclass.page.JCDrawStyle getColumnBorder()
          Returns the column border which is the default border drawn between table columns.
 com.klg.jclass.page.JCDrawStyle getHeaderBorder()
          Returns the header border which is drawn between the header rows and the table.
 com.klg.jclass.page.JCTableStyle getHeaderStyle()
          Returns the header style for this table.
 com.klg.jclass.page.JCDrawStyle getLeftBorder()
          Returns the left border which is drawn at the left of a table, or parts of it.
 String getName()
          Returns the name of this style.
 com.klg.jclass.page.JCDrawStyle getRightBorder()
          Returns the right border which is drawn at the right of a table, or parts of it.
 com.klg.jclass.page.JCDrawStyle getRowBorder()
          Returns the row border which is the default border drawn between table rows.
 boolean getShowFirstRowTopBorder()
          Returns the boolean which controls whether the top border of the first row is shown or not.
 com.klg.jclass.page.JCTextStyle getTextStyle()
          Returns the JCTextStyle for this table.
 com.klg.jclass.page.JCDrawStyle getTopBorder()
          Returns the top border which is drawn at the top of a table, above the header table.
static com.klg.jclass.page.JCTableStyle last()
          Returns the last enumerable style.
 com.klg.jclass.page.JCTableStyle next()
          Returns the style which suceeds this style in the enumeration.
 com.klg.jclass.page.JCTableStyle prev()
          Returns the style which precedes this style in the enumeration.
 void setAlternate(com.klg.jclass.page.JCAlternate alternate)
          Sets the JCAlternate object which controls alternating colors for rows or columns.
 void setBackground(Color background)
          Sets the color used as a default background for table elements.
 void setBottomBorder(com.klg.jclass.page.JCDrawStyle bottomBorder)
          Sets the bottom border which is drawn at the bottom of a table, or parts of it.
 void setColumnBorder(com.klg.jclass.page.JCDrawStyle columnBorder)
          Sets the column border which is the default border drawn between table columns.
 void setHeaderBorder(com.klg.jclass.page.JCDrawStyle headerBorder)
          Sets the header border which is drawn between the header rows and the table.
 void setHeaderStyle(com.klg.jclass.page.JCTableStyle headerStyle)
          Sets the header style for this table.
 void setLeftBorder(com.klg.jclass.page.JCDrawStyle leftBorder)
          Gets the left border which is drawn at the left of a table, or parts of it.
 void setName(String name)
          Sets the name of this style.
 void setRightBorder(com.klg.jclass.page.JCDrawStyle rightBorder)
          Sets the right border which is drawn at the right of a table, or parts of it.
 void setRowBorder(com.klg.jclass.page.JCDrawStyle rowBorder)
          Sets the row border which is the default border drawn between table rows.
 void setShowFirstRowTopBorder(boolean b)
          Sets the boolean which controls whether the top border of the first row is shown or not.
 void setTextStyle(com.klg.jclass.page.JCTextStyle textStyle)
          Sets the JCTextStyle for this table.
 void setTopBorder(com.klg.jclass.page.JCDrawStyle topBorder)
          Sets the top border which is drawn at the top of a table, above the header table.
static int size()
          Returns the number of enumerable styles.
 String toString()
          Returns the String representation of this class.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected String name

bottomBorder

protected com.klg.jclass.page.JCDrawStyle bottomBorder
The bottom border is drawn at the bottom of a table, or parts of it.


topBorder

protected com.klg.jclass.page.JCDrawStyle topBorder
The top border is drawn at the top of a table, above the header table.


leftBorder

protected com.klg.jclass.page.JCDrawStyle leftBorder
The left border is drawn at the left of a table, or parts of it.


rightBorder

protected com.klg.jclass.page.JCDrawStyle rightBorder
The right border is drawn at the right of a table, or parts of it.


headerBorder

protected com.klg.jclass.page.JCDrawStyle headerBorder
The header border is drawn between the header rows and the table.


columnBorder

protected com.klg.jclass.page.JCDrawStyle columnBorder
The column border is the default border drawn between table columns.


rowBorder

protected com.klg.jclass.page.JCDrawStyle rowBorder
The row border is the default border drawn between table rows.


background

protected Color background
The color used as a default background for table elements.


showFirstRowTopBorder

protected boolean showFirstRowTopBorder
Determines if the the top border of first row is shown.


firstColumnSpecial

protected boolean firstColumnSpecial
First column special? Not currently implemented.


textStyle

protected com.klg.jclass.page.JCTextStyle textStyle
The text style.


alternate

protected com.klg.jclass.page.JCAlternate alternate
Alternating color object.


headerStyle

protected com.klg.jclass.page.JCTableStyle headerStyle
Styles for the header.


STYLE_DEFAULT

public static final com.klg.jclass.page.JCTableStyle STYLE_DEFAULT
STYLE_DEFAULT -- the default table style; a simple grid with borders around all cells. The value of the name property for this style is default.


STYLE_0

public static final com.klg.jclass.page.JCTableStyle STYLE_0
Style 0 -- tabular data only with no borders around any cells. The value of the name property for this style is Style 0.


STYLE_1

public static final com.klg.jclass.page.JCTableStyle STYLE_1
Style 1 -- tabular data with no borders except a thick line header border. The value of the name property for this style is Style 1.


STYLE_2

public static final com.klg.jclass.page.JCTableStyle STYLE_2
Style 2 -- tabular data with thick top and bottom borders and a header border. The value of the name property for this style is Style 2.


STYLE_3

public static final com.klg.jclass.page.JCTableStyle STYLE_3
Style 3 -- thick top, bottom and header borders with row borders. The value of the name property for this style is Style 3.


STYLE_4

public static final com.klg.jclass.page.JCTableStyle STYLE_4
Style 4 -- tabular data only with white labels on a black header. The value of the name property for this style is Style 4.


STYLE_5

public static final com.klg.jclass.page.JCTableStyle STYLE_5
Style 5 -- tabular data with thick bottom, left, right borders and a black header. The value of the name property for this style is Style 5.


STYLE_6

public static final com.klg.jclass.page.JCTableStyle STYLE_6
Style 6 -- thick bottom, left, and right borders, a black header and thin row and column lines. The value of the name property for this style is Style 6.


STYLE_7

public static final com.klg.jclass.page.JCTableStyle STYLE_7
Style 7 -- tabular data with thick bottom, left, right borders and a gray header. The value of the name property for this style is Style 7.


STYLE_8

public static final com.klg.jclass.page.JCTableStyle STYLE_8
Style 8 -- thick bottom, left, and right borders, a gray header and thin row and column lines. The value of the name property for this style is Style 8.


STYLE_9

public static final com.klg.jclass.page.JCTableStyle STYLE_9
Style 9 -- tabular data, gray header, thick top and bottom borders. The value of the name property for this style is Style 9.


STYLE_10

public static final com.klg.jclass.page.JCTableStyle STYLE_10
Style 10 -- a grid with thick top, bottom and side borders. The value of the name property for this style is Style 10.


STYLE_11

public static final com.klg.jclass.page.JCTableStyle STYLE_11
Style 11 -- a grid with no top, bottom or side borders. The value of the name property for this style is Style 11.


STYLE_12

public static final com.klg.jclass.page.JCTableStyle STYLE_12
Style 12 -- all gray with thick top, bottom, side and header borders. The value of the name property for this style is Style 12.


STYLE_13

public static final com.klg.jclass.page.JCTableStyle STYLE_13
Style 13 -- thick bottom, left, and right borders, a black header and thin column lines. The value of the name property for this style is Style 13


STYLE_14

public static final com.klg.jclass.page.JCTableStyle STYLE_14
Style 14 -- all white with a thin top, bottom, and side borders with a thick header border. The value of the name property for this style is Style 14.


STYLE_15

public static final com.klg.jclass.page.JCTableStyle STYLE_15
Style 15 -- all white with thin top, bottom, column and side borders. The value of the name property for this style is Style 15.


STYLE_16

public static final com.klg.jclass.page.JCTableStyle STYLE_16
Style 16 -- list-style table with alternating light- and dark-gray rows. The value of the name property for this style is Style 16.


STYLE_17

public static final com.klg.jclass.page.JCTableStyle STYLE_17
Style 17 -- alternating light- and dark-gray columns in header and body. The value of the name property for this style is Style 17.

Constructor Detail

JCTableStyle

public JCTableStyle(String name,
                    com.klg.jclass.page.JCDrawStyle topBorder,
                    com.klg.jclass.page.JCDrawStyle bottomBorder,
                    com.klg.jclass.page.JCDrawStyle leftBorder,
                    com.klg.jclass.page.JCDrawStyle rightBorder,
                    com.klg.jclass.page.JCDrawStyle headerBorder,
                    com.klg.jclass.page.JCDrawStyle rowBorder,
                    com.klg.jclass.page.JCDrawStyle columnBorder,
                    boolean showFirstRowTopBorder,
                    boolean firstColumnSpecial,
                    com.klg.jclass.page.JCTableStyle headerStyle,
                    com.klg.jclass.page.JCTextStyle textStyle,
                    Color background)
Creates a table style using the given properties.

Parameters:
topBorder - the JCDrawStyle for the top border of the table
bottomBorder - the JCDrawStyle for the bottom border of the table
leftBorder - the JCDrawStyle for the left border of the table
rightBorder - the JCDrawStyle for the right border of the table
headerBorder - the JCDrawStyle for the rows between the header and table
rowBorder - the JCDrawStyle for row borders
columnBorder - the JCDrawStyle for column borders
background - the Color for the tables background
name -
showFirstRowTopBorder -
firstColumnSpecial -
headerStyle -
textStyle -

JCTableStyle

public JCTableStyle(String name,
                    com.klg.jclass.page.JCDrawStyle topBorder,
                    com.klg.jclass.page.JCDrawStyle bottomBorder,
                    com.klg.jclass.page.JCDrawStyle leftBorder,
                    com.klg.jclass.page.JCDrawStyle rightBorder,
                    com.klg.jclass.page.JCDrawStyle headerBorder,
                    com.klg.jclass.page.JCDrawStyle rowBorder,
                    com.klg.jclass.page.JCDrawStyle columnBorder,
                    boolean showFirstRowTopBorder,
                    boolean firstColumnSpecial,
                    com.klg.jclass.page.JCTableStyle headerStyle,
                    com.klg.jclass.page.JCTextStyle textStyle,
                    Color background,
                    com.klg.jclass.page.JCAlternate alternate)
Creates a table style using the given properties.

Parameters:
topBorder - the JCDrawStyle for the top border of the table
bottomBorder - the JCDrawStyle for the bottom border of the table
leftBorder - the JCDrawStyle for the left border of the table
rightBorder - the JCDrawStyle for the right border of the table
headerBorder - the JCDrawStyle for the rows between the header and table
rowBorder - the JCDrawStyle for row borders
columnBorder - the JCDrawStyle for column borders
background - the Color for the tables background
alternate - the alternating color object
textStyle -
headerStyle -
firstColumnSpecial -
showFirstRowTopBorder -
name -

JCTableStyle

protected JCTableStyle(String name,
                       com.klg.jclass.page.JCDrawStyle topBorder,
                       com.klg.jclass.page.JCDrawStyle bottomBorder,
                       com.klg.jclass.page.JCDrawStyle leftBorder,
                       com.klg.jclass.page.JCDrawStyle rightBorder,
                       com.klg.jclass.page.JCDrawStyle headerBorder,
                       com.klg.jclass.page.JCDrawStyle rowBorder,
                       com.klg.jclass.page.JCDrawStyle columnBorder,
                       boolean showFirstRowTopBorder,
                       boolean firstColumnSpecial,
                       com.klg.jclass.page.JCTableStyle headerStyle,
                       com.klg.jclass.page.JCTextStyle textStyle,
                       Color background,
                       boolean internalUse)
Creates a table style using the given properties.

Parameters:
topBorder - the JCDrawStyle for the top border of the table
bottomBorder - the JCDrawStyle for the bottom border of the table
leftBorder - the JCDrawStyle for the left border of the table
rightBorder - the JCDrawStyle for the right border of the table
headerBorder - the JCDrawStyle for the rows between the header and table
rowBorder - the JCDrawStyle for row borders
columnBorder - the JCDrawStyle for column borders
background - the Color for the tables background
internalUse - the internal use boolean flag
name -
showFirstRowTopBorder -
firstColumnSpecial -
headerStyle -
textStyle -

JCTableStyle

public JCTableStyle(String name)
A do-it-yourself table style. The new style will be added to the enumeration.

Parameters:
name - the name of the style
Method Detail

getBackground

public Color getBackground()
Returns the color used as a default background for table elements.

Returns:
the background color

setBackground

public void setBackground(Color background)
Sets the color used as a default background for table elements.

Parameters:
background - the Color for the background of the table

getBottomBorder

public com.klg.jclass.page.JCDrawStyle getBottomBorder()
Returns the bottom border which is drawn at the bottom of a table, or parts of it.

Returns:
the bottomBorder

setBottomBorder

public void setBottomBorder(com.klg.jclass.page.JCDrawStyle bottomBorder)
Sets the bottom border which is drawn at the bottom of a table, or parts of it.

Parameters:
bottomBorder - the JCDrawStyle for the bottomBorder

getColumnBorder

public com.klg.jclass.page.JCDrawStyle getColumnBorder()
Returns the column border which is the default border drawn between table columns.

Returns:
the columnBorder

setColumnBorder

public void setColumnBorder(com.klg.jclass.page.JCDrawStyle columnBorder)
Sets the column border which is the default border drawn between table columns.

Parameters:
columnBorder - the JCDrawStyle for the columnBorder

getHeaderBorder

public com.klg.jclass.page.JCDrawStyle getHeaderBorder()
Returns the header border which is drawn between the header rows and the table.

Returns:
the headerBorder

setHeaderBorder

public void setHeaderBorder(com.klg.jclass.page.JCDrawStyle headerBorder)
Sets the header border which is drawn between the header rows and the table.

Parameters:
headerBorder - the JCDrawStyle for the header border

getLeftBorder

public com.klg.jclass.page.JCDrawStyle getLeftBorder()
Returns the left border which is drawn at the left of a table, or parts of it.

Returns:
the leftBorder

setLeftBorder

public void setLeftBorder(com.klg.jclass.page.JCDrawStyle leftBorder)
Gets the left border which is drawn at the left of a table, or parts of it.

Parameters:
leftBorder - the JCDrawStyle for the leftBorder

getName

public String getName()
Returns the name of this style.

Returns:
the name of this style

setName

public void setName(String name)
Sets the name of this style.

Parameters:
name - the String name of this style

getRightBorder

public com.klg.jclass.page.JCDrawStyle getRightBorder()
Returns the right border which is drawn at the right of a table, or parts of it.

Returns:
the rightBorder

setRightBorder

public void setRightBorder(com.klg.jclass.page.JCDrawStyle rightBorder)
Sets the right border which is drawn at the right of a table, or parts of it.

Parameters:
rightBorder - the JCDrawStyle for the right border

getRowBorder

public com.klg.jclass.page.JCDrawStyle getRowBorder()
Returns the row border which is the default border drawn between table rows.

Returns:
the rowBorder

setRowBorder

public void setRowBorder(com.klg.jclass.page.JCDrawStyle rowBorder)
Sets the row border which is the default border drawn between table rows.

Parameters:
rowBorder - the JCDrawStyle for the row border

getTopBorder

public com.klg.jclass.page.JCDrawStyle getTopBorder()
Returns the top border which is drawn at the top of a table, above the header table.

Returns:
the topBorder

setTopBorder

public void setTopBorder(com.klg.jclass.page.JCDrawStyle topBorder)
Sets the top border which is drawn at the top of a table, above the header table.

Parameters:
topBorder - the JCDrawStyle for the top border

getHeaderStyle

public com.klg.jclass.page.JCTableStyle getHeaderStyle()
Returns the header style for this table.

Returns:
the JCTableStyle for this table's header

setHeaderStyle

public void setHeaderStyle(com.klg.jclass.page.JCTableStyle headerStyle)
Sets the header style for this table.

Parameters:
headerStyle - the JCTableStyle which encapsulates style information for the header of this table.

clone

public Object clone()
Returns a deep-copy of an instance of this class.

Overrides:
clone in class Object
Returns:
a copy of an instance of this class

getAlternate

public com.klg.jclass.page.JCAlternate getAlternate()
Returns the JCAlternate object which controls alternating colors for rows or columns.

Returns:
the JCAlternate object controlling alternating colors

setAlternate

public void setAlternate(com.klg.jclass.page.JCAlternate alternate)
Sets the JCAlternate object which controls alternating colors for rows or columns.

Parameters:
alternate - the JCAlternate object controlling alternating colors

getShowFirstRowTopBorder

public boolean getShowFirstRowTopBorder()
Returns the boolean which controls whether the top border of the first row is shown or not.

Returns:
a boolean which controls whether the top border of the first row is shown or not; if true, it is shown

setShowFirstRowTopBorder

public void setShowFirstRowTopBorder(boolean b)
Sets the boolean which controls whether the top border of the first row is shown or not.

Parameters:
b - a boolean which controls whether the top border of the first row is shown or not; if true, it is shown

getTextStyle

public com.klg.jclass.page.JCTextStyle getTextStyle()
Returns the JCTextStyle for this table.

Returns:
the JCTextStyle for this table

setTextStyle

public void setTextStyle(com.klg.jclass.page.JCTextStyle textStyle)
Sets the JCTextStyle for this table.

Parameters:
textStyle - the JCTextStyle for this table

elements

public static Enumeration elements()

toString

public String toString()
Returns the String representation of this class.

Overrides:
toString in class Object
Returns:
Sting representation of this class

size

public static int size()
Returns the number of enumerable styles.

Returns:
number of enumerable styles

first

public static com.klg.jclass.page.JCTableStyle first()
Returns the first enumerable style.

Returns:
first enumerable style

last

public static com.klg.jclass.page.JCTableStyle last()
Returns the last enumerable style.

Returns:
last enumerable style

prev

public com.klg.jclass.page.JCTableStyle prev()
Returns the style which precedes this style in the enumeration.

Returns:
style which preceds this style in the enumeration

next

public com.klg.jclass.page.JCTableStyle next()
Returns the style which suceeds this style in the enumeration.

Returns:
style which suceeds this styls in the enumeration

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