|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.commons.gui.table.RowProperties
ROW PROPERTIES
Constructor Summary | |
---|---|
RowProperties()
|
Method Summary | |
---|---|
java.awt.Color |
getBackground()
Retrieves the background color property of the row. |
int |
getColumnCount()
Retrieves the number of columns in the row. |
int |
getColumnGap()
Retrieves the column gap between each column of the row. |
ColumnProperties |
getColumnProperties(int column)
Retrieves the ColumnProperties object for the specifiec column. |
java.awt.Font |
getFont()
Retrieves the font property of the row. |
java.awt.Color |
getForeground()
Retrieves the foreground color property of the row. |
int |
getIndentation()
Retrieves the number of pixels that the row will be indented when displayed. |
int |
getLevel()
Retrieves the level of the row property. |
int |
getRowHeight()
Retrieves the row height of the row. |
WidgetManager |
getWidgetManager()
Retrieves the widget manager property of the row. |
void |
setBackground(java.awt.Color background)
Assigns background color property to the row. |
void |
setColumnCount(int count)
Assigns the number of columns to the row properties. |
void |
setColumnGap(int gap)
Assigns the column gap in pixels to place between the data in each column. |
void |
setColumnWidths(int[] columnWidths)
Assigns the column widths to all the columns within the row. |
void |
setDefaultBackground(java.awt.Color background)
Assigns default background color property to the row. |
void |
setDefaultFont(java.awt.Font font)
Assigns the default font property of the row. |
void |
setDefaultForeground(java.awt.Color foreground)
Assigns default foreground color property to the row. |
void |
setFont(java.awt.Font font)
Assigns the font property of the row. |
void |
setForeground(java.awt.Color foreground)
Assigns foreground color property to the row. |
void |
setIndentation(int indentation)
Assigns an indentation (in pixels) to indent this row in the table. |
void |
setLevel(int level)
Assigns a level to the row properties. |
void |
setRowHeight(int height)
Assigns the row height for the row. |
void |
setWidgetManager(WidgetManager manager)
Assigns the widget manager property of the row. |
java.lang.String |
toString()
Returns string describing this row properties. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RowProperties()
Method Detail |
public void setLevel(int level)
public int getLevel()
public void setColumnCount(int count)
count
- The number of columns to assign to the row properties.public int getColumnCount()
public void setRowHeight(int height)
height
- The height (in pixels).public int getRowHeight()
public ColumnProperties getColumnProperties(int column)
column
- The column number (beginning at 0) of the column.
java.lang.IllegalArgumentException
- Thrown if the column is out of range.public void setColumnWidths(int[] columnWidths)
public void setIndentation(int indentation)
indentation
- The number of pixels to indent the row.public int getIndentation()
public void setColumnGap(int gap)
gap
- The gap in pixels.public int getColumnGap()
public void setDefaultForeground(java.awt.Color foreground)
foreground
- The foreground color.public void setForeground(java.awt.Color foreground)
foreground
- The foreground color.public java.awt.Color getForeground()
public void setDefaultBackground(java.awt.Color background)
background
- The background color.public void setBackground(java.awt.Color background)
background
- The background color.public java.awt.Color getBackground()
public void setDefaultFont(java.awt.Font font)
font
- The default font property of the row.public void setFont(java.awt.Font font)
font
- The font property to assign to the row.public java.awt.Font getFont()
public void setWidgetManager(WidgetManager manager)
manager
- The widget manager.public WidgetManager getWidgetManager()
public java.lang.String toString()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |