This Package

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

addNotify(). Method in class CoffeeTable.Grid.GridPanel
Notifies the Component of it's being added to a panel.
ALWAYS. Static variable in class CoffeeTable.Grid.GridPanel
ScrollBar display policy to always display the scrollBar.
AUTO_RESIZE_COLS. Static variable in class CoffeeTable.Grid.GridPanel
Automatically resize columns proportionally to fit.
AUTO_RESIZE_ROWS. Static variable in class CoffeeTable.Grid.GridPanel
Automatically resize rows to display wrapped text.
autoResizeRow(int, boolean). Method in class CoffeeTable.Grid.GridPanel
Resize this row to display entire text in cells with WORD_WRAP enabled.
autoResizeRows(boolean). Method in class CoffeeTable.Grid.GridPanel
Resize all the rows to display entire text in cells with WORD_WRAP enabled.

B

beginDrawing(Graphics). Method in class CoffeeTable.Grid.GridAttributes
Saves the Graphics objects drawing state (Font and Color).

C

CANCEL_EDIT. Static variable in class CoffeeTable.Grid.GridEvent
A cancel edit event.
CELL_SELECTION. Static variable in class CoffeeTable.Grid.GridPanel
Enable cell selection flag.
CELLS_CLICKED. Static variable in class CoffeeTable.Grid.GridEvent
CELLS_RELEASED. Static variable in class CoffeeTable.Grid.GridEvent
A cell released event.
cellToRect(Point). Method in class CoffeeTable.Grid.GridPanel
Returns the rectangle for the specified cell.
CLICK_EVT. Static variable in class CoffeeTable.Grid.GridEvent
A cells clicked event.
clone(). Method in class CoffeeTable.Grid.GridAttributes
Clones the GridAttributes object.
COL_LINES. Static variable in class CoffeeTable.Grid.GridPanel
Display column lines flag.
COL_RESIZE_ALL. Static variable in class CoffeeTable.Grid.GridPanel
Resize all other columns in the Grid proportionally when the user changes the size of any column in the Grid, if automatic column resizing is enabled.
COL_RESIZE_LAST. Static variable in class CoffeeTable.Grid.GridPanel
Resize last column in the Grid automatically when the user changes the size of any column in the Grid, if automatic column resizing is enabled.
COL_RESIZE_NEXT. Static variable in class CoffeeTable.Grid.GridPanel
Resize the column right next to the column being sized by the user automatically if automatic column resizing is enabled.
COL_SELECTION. Static variable in class CoffeeTable.Grid.GridPanel
Enable column selection flag.
colHeaderToRect(int). Method in class CoffeeTable.Grid.GridPanel
Returns the rectangle for the specified column's header.
colToRect(int). Method in class CoffeeTable.Grid.GridPanel
Returns the rectangle for the specified column.
COMMIT_EDIT. Static variable in class CoffeeTable.Grid.GridEvent
A commit edit event.
compare(Object, Object, int). Method in class CoffeeTable.Grid.GridData
The default compare method used by sortRows().
compareTo(Object). Method in interface CoffeeTable.Grid.Comparable
Compares two Objects.
createEditor(int, int). Method in class CoffeeTable.Grid.GridPanel
Returns an editor component for the cell being edited.
createGridData(). Method in class CoffeeTable.Grid.GridPanel
Allocates a new GridData object to store the data for the grid.

D

deleteCol(int). Method in class CoffeeTable.Grid.GridPanel
Delete the specified column.
deleteCols(int, int). Method in class CoffeeTable.Grid.GridData
Delete a specified number of columns from a specified position.
deleteCols(int, int). Method in class CoffeeTable.Grid.GridPanel
Deletes a specified number of columns, starting from a given column.
deleteRow(int). Method in class CoffeeTable.Grid.GridPanel
Delete the specified row.
deleteRows(int, int). Method in class CoffeeTable.Grid.GridData
Delete a specified number of rows from a specified position.
deleteRows(int, int). Method in class CoffeeTable.Grid.GridPanel
Deletes a specified number of rows, starting from a given row.
DEMO_TEXT. Static variable in class CoffeeTable.Grid.GridPanel
Display Demo text in grid if no text available.
deselectAll(boolean). Method in class CoffeeTable.Grid.GridPanel
Deselect all the cells in the grid.
deselectCell(int, int, boolean). Method in class CoffeeTable.Grid.GridPanel
Deselect the specified cell in the grid.
deselectCol(int, boolean). Method in class CoffeeTable.Grid.GridPanel
Deselect the all the cells in a column in the grid.
deselectRow(int, boolean). Method in class CoffeeTable.Grid.GridPanel
Deselect the all the cells in a row in the grid.
disposeGridData(). Method in class CoffeeTable.Grid.GridPanel
Deallocates the GridData object that stores the data for the grid.
doKeySelect(Event). Method in class CoffeeTable.Grid.GridPanel
Selects a cell, row or column based on the arrows keys and the selection mode.
DOUBLE_BUFFERING. Static variable in class CoffeeTable.Grid.GridPanel
Use double buffering while drawing flag.
DOUBLE_CLICK_EVT. Static variable in class CoffeeTable.Grid.GridEvent
A double clicked event.
DOUBLE_CLICKED. Static variable in class CoffeeTable.Grid.GridEvent
DRAG_SELECT. Static variable in class CoffeeTable.Grid.GridPanel
Enable drag selection flag.
drawCell(Graphics, Point, Rectangle, boolean). Method in class CoffeeTable.Grid.GridPanel
Draw a cell in the GridPanel.
drawCellImage(Graphics, Image, Point, Rectangle). Method in class CoffeeTable.Grid.GridPanel
Draw an image in the specified cell.
drawHeaderCol(Graphics, int, Rectangle). Method in class CoffeeTable.Grid.GridPanel
Draw the header for a column.
drawHeaderRow(Graphics, int, Rectangle). Method in class CoffeeTable.Grid.GridPanel
Draw the header for a row.
drawIntersection(Graphics, Rectangle). Method in class CoffeeTable.Grid.GridPanel
Draw the area in the intersection between the row and column headers.
drawJustString(Graphics, String, Rectangle, int, FontMetrics, int). Method in class CoffeeTable.Grid.GridPanel
Draw the string using the specified justification style.
drawString(Graphics, String, Rectangle, int, FontMetrics). Method in class CoffeeTable.Grid.GridPanel
Draw a String in the specified rectangle.
drawText(Graphics, String, Rectangle, int, FontMetrics). Method in class CoffeeTable.Grid.GridPanel
Draw the string using the specified justification style, with word wrapping.
drawTruncString(Graphics, String, Rectangle, int, FontMetrics, int). Method in class CoffeeTable.Grid.GridPanel
Draw the string using the specified justification style, truncating the string if necessary.

E

EDIT_TEXT. Static variable in class CoffeeTable.Grid.GridPanel
Editable text cell type attribute.
endDrawing(Graphics). Method in class CoffeeTable.Grid.GridAttributes
Restores the Graphics objects drawing state (Font and Color).
endEdit(boolean). Method in class CoffeeTable.Grid.GridPanel
Deactivates editing, and updates the cell's text by calling the setCellText() method if needed.

F

finalize(). Method in class CoffeeTable.Grid.GridAttributes
finalize(). Method in class CoffeeTable.Grid.GridData
Remove all the elements in the internal lists.
FORCE_H_SCROLL. Static variable in class CoffeeTable.Grid.GridPanel
Force horizontal scrollbar flag.
FORCE_V_SCROLL. Static variable in class CoffeeTable.Grid.GridPanel
Force vertical scrollbar flag.

G

getApplet(). Method in class CoffeeTable.Grid.GridPanel
Return the applet that this component is contained in.
getAscent(). Method in class CoffeeTable.Grid.GridAttributes
Get the Font ascent.
getBackColor(). Method in class CoffeeTable.Grid.GridAttributes
Get the cell background color.
getCellAttributes(int, int). Method in class CoffeeTable.Grid.GridPanel
Return the drawing attributes for a cell.
getCellData(int, int). Method in class CoffeeTable.Grid.GridData
Return the data for a cell.
getCellData(int, int). Method in class CoffeeTable.Grid.GridPanel
Return the data Object for a cell.
getCellInset(). Method in class CoffeeTable.Grid.GridPanel
Return the cell inset.
getCellText(int, int). Method in class CoffeeTable.Grid.GridData
Return the text for a cell.
getCellText(int, int). Method in class CoffeeTable.Grid.GridPanel
Return the text for a cell.
getCellType(). Method in class CoffeeTable.Grid.GridAttributes
Get the cell type.
getColHeaderAttributes(int). Method in class CoffeeTable.Grid.GridPanel
Returns the drawing attributes for the column headers.
getColHeaderData(int). Method in class CoffeeTable.Grid.GridData
Return the data for a column header.
getColHeaderHeight(). Method in class CoffeeTable.Grid.GridPanel
Returns the height for the column headers.
getColHeaderRect(). Method in class CoffeeTable.Grid.GridPanel
Return the area taken up by the column headers.
getColHeaderText(int). Method in class CoffeeTable.Grid.GridData
Return the text for a column header.
getColHeaderText(int). Method in class CoffeeTable.Grid.GridPanel
Returns the text for the column header for a specified column.
getColumn(). Method in class CoffeeTable.Grid.GridEvent
Returns the column coordinate for the event.
getColWidth(int). Method in class CoffeeTable.Grid.GridPanel
Returns the width for the specified column.
getColWidths(int, int). Method in class CoffeeTable.Grid.GridPanel
Returns the total width for a range of columns.
getDescent(). Method in class CoffeeTable.Grid.GridAttributes
Get the Font descent.
getEditCell(). Method in class CoffeeTable.Grid.GridPanel
Return the cell being edited.
getEditor(). Method in class CoffeeTable.Grid.GridPanel
Return the editor component for the cell being edited.
getEditTextField(). Method in class CoffeeTable.Grid.GridPanel
Deprecated. Note: getEditTextField() is deprecated. As of version 1.2.2, use getEditor().
getEventType(). Method in class CoffeeTable.Grid.GridEvent
Returns the type of GridEvent.
getFirstSelectedCell(). Method in class CoffeeTable.Grid.GridPanel
Returns the first selected cell in the grid.
getFirstSelectedCol(). Method in class CoffeeTable.Grid.GridPanel
Returns the first selected column in the grid.
getFirstSelectedRow(). Method in class CoffeeTable.Grid.GridPanel
Returns the first selected row in the grid.
getFirstVisibleCell(). Method in class CoffeeTable.Grid.GridPanel
Returns the cell at the top-left corner of the grid.
getFlags(). Method in class CoffeeTable.Grid.GridPanel
Returns the Grid's current feature flags
getFont(). Method in class CoffeeTable.Grid.GridAttributes
Get the Font.
getFontMetrics(). Method in class CoffeeTable.Grid.GridAttributes
Get the FontMetrics.
getGridAttributes(). Method in class CoffeeTable.Grid.GridPanel
Returns the drawing attributes for the entire grid.
getGridData(). Method in class CoffeeTable.Grid.GridPanel
Returns the GridData object for this grid.
getHeaderAttributes(). Method in class CoffeeTable.Grid.GridPanel
Returns the drawing attributes for the row and column headers.
getHeight(). Method in class CoffeeTable.Grid.GridAttributes
Get the Font height.
getHighlightColor(). Method in class CoffeeTable.Grid.GridPanel
Return the highlight color.
getHighlightTextColor(). Method in class CoffeeTable.Grid.GridPanel
Return the highlight text color.
getHScrollAmount(). Method in class CoffeeTable.Grid.GridPanel
Returns the number of pixels the grid is scrolled horizontally each time the scrollbar arrows are clicked.
getJustification(). Method in class CoffeeTable.Grid.GridAttributes
Get the Justification style.
getLastSelectedCell(). Method in class CoffeeTable.Grid.GridPanel
Returns the last selected cell in the grid.
getLastSelectedCol(). Method in class CoffeeTable.Grid.GridPanel
Returns the last selected column in the grid.
getLastSelectedRow(). Method in class CoffeeTable.Grid.GridPanel
Returns the last selected row in the grid.
getLastVisibleCell(). Method in class CoffeeTable.Grid.GridPanel
Returns the cell at the bottom-right corner of the grid.
getLeading(). Method in class CoffeeTable.Grid.GridAttributes
Get the Font leading.
getNumCols(). Method in class CoffeeTable.Grid.GridData
Return the number columns in this object.
getNumCols(). Method in class CoffeeTable.Grid.GridPanel
Returns the number of columns in the grid.
getNumRows(). Method in class CoffeeTable.Grid.GridData
Return the number rows in this object.
getNumRows(). Method in class CoffeeTable.Grid.GridPanel
Returns the number of rows in the grid.
getRow(). Method in class CoffeeTable.Grid.GridEvent
Returns the row coordinate for the event.
getRowHeaderAttributes(int). Method in class CoffeeTable.Grid.GridPanel
Returns the drawing attributes for the row headers.
getRowHeaderData(int). Method in class CoffeeTable.Grid.GridData
Return the data for a row header.
getRowHeaderRect(). Method in class CoffeeTable.Grid.GridPanel
Return the area taken up by the row headers.
getRowHeaderText(int). Method in class CoffeeTable.Grid.GridData
Return the text for a row header.
getRowHeaderText(int). Method in class CoffeeTable.Grid.GridPanel
Returns the text for the row header for a specified column.
getRowHeaderWidth(). Method in class CoffeeTable.Grid.GridPanel
Returns the width for the row headers.
getRowHeight(int). Method in class CoffeeTable.Grid.GridPanel
Returns the height for the specified row.
getRowHeights(int, int). Method in class CoffeeTable.Grid.GridPanel
Returns the total height for a range of rows.
getRowTag(int). Method in class CoffeeTable.Grid.GridPanel
Return the tag object for the row.
getScrollOffset(). Method in class CoffeeTable.Grid.GridPanel
Returns vertical and horizontal pixel offset that the Grid is currently scrolled by.
getSelBounds(). Method in class CoffeeTable.Grid.GridPanel
Returns the boundary of the current selection.
getSelectedCells(). Method in class CoffeeTable.Grid.GridPanel
Returns a list of the currently selected cells.
getSelectedCols(). Method in class CoffeeTable.Grid.GridPanel
Returns a list of the currently selected columns.
getSelectedRows(). Method in class CoffeeTable.Grid.GridPanel
Returns a list of the currently selected rows.
getSortColumn(). Method in class CoffeeTable.Grid.GridPanel
Return the current sort column.
getSortColumnColor(). Method in class CoffeeTable.Grid.GridPanel
Return the background color for cells in the column that the grid data is sorted on.
getSortEnable(int). Method in class CoffeeTable.Grid.GridPanel
Check if sorting is enabled for this column.
getTextColor(). Method in class CoffeeTable.Grid.GridAttributes
Get the cell text color.
getVersionString(). Method in class CoffeeTable.Grid.GridPanel
Return the current version of the component.
getVScrollAmount(). Method in class CoffeeTable.Grid.GridPanel
Returns the number of pixels the grid is scrolled vertically each time the scrollbar arrows are clicked.
goToURL(String). Method in class CoffeeTable.Grid.GridPanel
Called by the handleURLClick() method in response to the user clicking in a cell containing a URL.
GridAttributes(Component, Font, Color, Color, int). Constructor for class CoffeeTable.Grid.GridAttributes
Constructs and creates a new GridAttributes Object using the passed in parameters.
GridAttributes(Component, Font, Color, Color, int, int). Constructor for class CoffeeTable.Grid.GridAttributes
Constructs and creates a new GridAttributes Object using the passed in parameters.
GridData(). Constructor for class CoffeeTable.Grid.GridData
Constructs a new empty GridData Object.
GridData(int, int). Constructor for class CoffeeTable.Grid.GridData
Constructs a new GridData Object.
GridData(int, int, boolean, boolean). Constructor for class CoffeeTable.Grid.GridData
Constructs a new GridData Object.
GridEvent(Object, int, int, int, int). Constructor for class CoffeeTable.Grid.GridEvent
Constructs a new GridEvent Object with the specified eventType and row and column values.
GridPanel(). Constructor for class CoffeeTable.Grid.GridPanel
Constructs and creates a new GridPanel Object.
GridPanel(int). Constructor for class CoffeeTable.Grid.GridPanel
Constructs and creates a new GridPanel Object.
GridPanel(int, int). Constructor for class CoffeeTable.Grid.GridPanel
Constructs and creates a new GridPanel Object.
GridPanel(int, int, int). Constructor for class CoffeeTable.Grid.GridPanel
Constructs and creates a new GridPanel Object.
GridPanel(int, int, int, int, int, int[], GridAttributes, GridAttributes, Color, int). Constructor for class CoffeeTable.Grid.GridPanel
Constructs and creates a new GridPanel Object using the passed in parameters.

H

H_SCROLL. Static variable in class CoffeeTable.Grid.GridPanel
Create horizontal scrollbar (if needed) flag.
handleCellClick(Event, int, int). Method in class CoffeeTable.Grid.GridPanel
Called if the user clicks in the grid area.
handleDoubleClick(Event, int, int). Method in class CoffeeTable.Grid.GridPanel
Called if the user double clicks in the grid area.
handleEditClick(Event, int, int). Method in class CoffeeTable.Grid.GridPanel
Activates editing in a cell.
handleEvent(Event). Method in class CoffeeTable.Grid.GridPanel
Handles the event.
handleMailClick(Event, int, int). Method in class CoffeeTable.Grid.GridPanel
Called if the user clicks in a URL cell.
handleMouseDown(Event, int, int). Method in class CoffeeTable.Grid.GridPanel
Called if the user clicks in the grid area.
handleScrollEvent(Event). Method in class CoffeeTable.Grid.GridPanel
Handles all scrollbar events for the GridPanel.
handleURLClick(Event, int, int). Method in class CoffeeTable.Grid.GridPanel
Called if the user clicks in a URL cell.
headerColToRect(int). Method in class CoffeeTable.Grid.GridPanel
Returns the rectangle for the column header.
highlightCell(Graphics, Point, Rectangle, boolean). Method in class CoffeeTable.Grid.GridPanel
Highlight a cell in the GridPanel.

I

IF_NEEDED. Static variable in class CoffeeTable.Grid.GridPanel
ScrollBar display policy to display the scrollBar only if needed.
IMAGE. Static variable in class CoffeeTable.Grid.GridPanel
Image cell type attribute.
insertCol(int). Method in class CoffeeTable.Grid.GridPanel
Insert a new column at the specified location.
insertCols(int, int). Method in class CoffeeTable.Grid.GridData
Insert a specified number of columns at a specified position.
insertCols(int, int). Method in class CoffeeTable.Grid.GridPanel
Insert a number of columns at the specified location.
insertRow(int). Method in class CoffeeTable.Grid.GridPanel
Insert a new row at the specified location.
insertRows(int, int). Method in class CoffeeTable.Grid.GridData
Insert a specified number of rows at a specified position.
insertRows(int, int). Method in class CoffeeTable.Grid.GridPanel
Insert a number of rows at the specified location.
isCellSelected(int, int). Method in class CoffeeTable.Grid.GridPanel
Check if the specified cell is selected.
isColSelected(int). Method in class CoffeeTable.Grid.GridPanel
Check if the all the cells in the specified column are selected.
isInited(). Method in class CoffeeTable.Grid.GridPanel
Checks if this GridPanel has been successfully initialized.
isRowSelected(int). Method in class CoffeeTable.Grid.GridPanel
Check if the all the cells in the specified row are selected.

J

JUST_CENTER. Static variable in class CoffeeTable.Grid.GridPanel
Center justification attribute.
JUST_DEFAULT. Static variable in class CoffeeTable.Grid.GridPanel
Default (left) justification attribute.
JUST_LEFT. Static variable in class CoffeeTable.Grid.GridPanel
Left justification attribute.
JUST_RIGHT. Static variable in class CoffeeTable.Grid.GridPanel
Right justification attribute.

K

keyDown(Event, int). Method in class CoffeeTable.Grid.GridPanel
Called if a character is pressed.

M

MAIL. Static variable in class CoffeeTable.Grid.GridPanel
Mail address cell type attribute.
minimumSize(). Method in class CoffeeTable.Grid.GridPanel
Returns the preferred size of this component.
mouseDown(Event, int, int). Method in class CoffeeTable.Grid.GridPanel
Called if the mouse is down.
mouseExit(Event, int, int). Method in class CoffeeTable.Grid.GridPanel
Called when the mouse exits the GridPanel.
MULTIPLE_SELECTION. Static variable in class CoffeeTable.Grid.GridPanel
Enable multiple selection flag.

N

NEVER. Static variable in class CoffeeTable.Grid.GridPanel
ScrollBar display policy to never display the scrollBar.
NO_SELECTION. Static variable in class CoffeeTable.Grid.GridPanel
Disable selections flag.

P

paint(Graphics). Method in class CoffeeTable.Grid.GridPanel
Paints the GridPanel.
paramString(). Method in class CoffeeTable.Grid.GridEvent
Returns the type of GridEvent.
preferredSize(). Method in class CoffeeTable.Grid.GridPanel
Returns the preferred size of this component.

R

recalcColumnWidths(). Method in class CoffeeTable.Grid.GridPanel
Recalculate the column widths and size them proportionally so that they all fit in the GridPanel's displayarea without requiring a horizontal scrollbar.
refresh(). Method in class CoffeeTable.Grid.GridPanel
Causes the offscreen image to be purged if double-buffering is enabled.
repaint(long, int, int, int, int). Method in class CoffeeTable.Grid.GridPanel
Repaints part of the component.
repaintCell(Point). Method in class CoffeeTable.Grid.GridPanel
Repaint the specified cell.
repaintCol(int). Method in class CoffeeTable.Grid.GridPanel
Repaint the specified column.
repaintColHeader(int). Method in class CoffeeTable.Grid.GridPanel
Repaint the header for the specified column.
repaintRow(int). Method in class CoffeeTable.Grid.GridPanel
Repaint the specified row.
repaintRowHeader(int). Method in class CoffeeTable.Grid.GridPanel
Repaint the header for the specified row.
reshape(int, int, int, int). Method in class CoffeeTable.Grid.GridPanel
Reshapes the GridPanel to the specified bounding box.
resize(int, int). Method in class CoffeeTable.Grid.GridPanel
Resizes the GridPanel to the specified width and height.
RESIZE_COL. Static variable in class CoffeeTable.Grid.GridEvent
A resize column event.
RESIZE_COL_HEADERS. Static variable in class CoffeeTable.Grid.GridPanel
Enable resize column headers flag.
RESIZE_COLUMNS. Static variable in class CoffeeTable.Grid.GridPanel
Enable resize columns flag.
RESIZE_MULTIPLE. Static variable in class CoffeeTable.Grid.GridPanel
Resize multiple rows or columns if selected.
RESIZE_ROW. Static variable in class CoffeeTable.Grid.GridEvent
A resize row event.
RESIZE_ROW_HEADERS. Static variable in class CoffeeTable.Grid.GridPanel
Enable resize row headers flag.
RESIZE_ROWS. Static variable in class CoffeeTable.Grid.GridPanel
Enable resize rows flag.
revealCell(int, int). Method in class CoffeeTable.Grid.GridPanel
Scroll the specified cell into view.
revealCol(int). Method in class CoffeeTable.Grid.GridPanel
Scroll the specified column into view.
revealRow(int). Method in class CoffeeTable.Grid.GridPanel
Scroll the specified row into view.
ROW_LINES. Static variable in class CoffeeTable.Grid.GridPanel
Display row lines flag.
ROW_NUMBERS. Static variable in class CoffeeTable.Grid.GridPanel
Display row numbers in the row headers.
ROW_SELECTION. Static variable in class CoffeeTable.Grid.GridPanel
Enable row selection flag.
rowHeaderToRect(int). Method in class CoffeeTable.Grid.GridPanel
Returns the rectangle for the specified row's header.
rowToRect(int). Method in class CoffeeTable.Grid.GridPanel
Returns the rectangle for the specified row.

S

SEL_CHANGED. Static variable in class CoffeeTable.Grid.GridEvent
A selection changed event.
selectAll(boolean). Method in class CoffeeTable.Grid.GridPanel
Select all the cells in the grid.
selectCell(int, int, boolean). Method in class CoffeeTable.Grid.GridPanel
Select the specified cell in the grid.
selectCol(int, boolean). Method in class CoffeeTable.Grid.GridPanel
Select all the cells in the specified column.
selectRange(Point, Point, boolean, boolean). Method in class CoffeeTable.Grid.GridPanel
Select a rectangular range of cells.
selectRow(int, boolean). Method in class CoffeeTable.Grid.GridPanel
Select all the cells in the specified row.
setApplet(Applet). Method in class CoffeeTable.Grid.GridPanel
Set the applet that this component is contained in.
setAutoResizeColumns(boolean). Method in class CoffeeTable.Grid.GridPanel
Enable or disable the feature to size columns proportionally to fit in the GridPanel.
setAutoResizeRows(boolean). Method in class CoffeeTable.Grid.GridPanel
Enable or disable the feature to automatically resize rows.
setBackColor(Color). Method in class CoffeeTable.Grid.GridAttributes
Set the cell background color.
setCellAttributes(int, int, GridAttributes, boolean). Method in class CoffeeTable.Grid.GridPanel
Specify the drawing attributes for a cell.
setCellData(int, int, Object). Method in class CoffeeTable.Grid.GridData
Sets the data for a cell.
setCellData(int, int, Object, boolean). Method in class CoffeeTable.Grid.GridPanel
Set the cell's data object.
setCellInset(Point). Method in class CoffeeTable.Grid.GridPanel
Set the cell inset.
setCellSelection(boolean). Method in class CoffeeTable.Grid.GridPanel
Enable or disable cell selection.
setCellText(int, int, String). Method in class CoffeeTable.Grid.GridData
Sets the text data for a cell.
setCellText(int, int, String, boolean). Method in class CoffeeTable.Grid.GridPanel
Set the cell's text.
setCellType(int). Method in class CoffeeTable.Grid.GridAttributes
Set the cell type.
setColAttributes(int, GridAttributes, boolean). Method in class CoffeeTable.Grid.GridPanel
Specify the drawing attributes for all the cells in a column.
setColHeaderAttributes(GridAttributes, boolean). Method in class CoffeeTable.Grid.GridPanel
Set the drawing attributes for column headers.
setColHeaderAttributes(int, GridAttributes, boolean). Method in class CoffeeTable.Grid.GridPanel
Set the drawing attributes for a specific column of the column headers.
setColHeaderData(int, Object). Method in class CoffeeTable.Grid.GridData
Sets the data for a column header.
setColHeaderHeight(int). Method in class CoffeeTable.Grid.GridPanel
Set the height of the column headers.
setColHeaderHeight(int, boolean). Method in class CoffeeTable.Grid.GridPanel
Set the column header height.
setColHeaderText(int, String). Method in class CoffeeTable.Grid.GridData
Sets the text data for a column header.
setColHeaderText(int, String, boolean). Method in class CoffeeTable.Grid.GridPanel
Set the column header text for the specified column.
setColLines(boolean). Method in class CoffeeTable.Grid.GridPanel
Enable or disable column lines.
setColResizeMode(int). Method in class CoffeeTable.Grid.GridPanel
Set the column resize mode.
setColSelection(boolean). Method in class CoffeeTable.Grid.GridPanel
Enable or disable column selection.
setColWidth(int, int, boolean, boolean). Method in class CoffeeTable.Grid.GridPanel
Set the column width.
setColWidths(int[], boolean, boolean). Method in class CoffeeTable.Grid.GridPanel
Set the column widths for all the column in the grid.
setColWidths(String). Method in class CoffeeTable.Grid.GridPanel
Set the column widths for all the column in the grid.
setColWidths(String, boolean, boolean). Method in class CoffeeTable.Grid.GridPanel
Set the column widths for all the column in the grid.
setDemoText(boolean). Method in class CoffeeTable.Grid.GridPanel
Enable or disable drawing demo text in empty cells.
setDoubleBuffering(boolean). Method in class CoffeeTable.Grid.GridPanel
Enable or disable double buffering.
setDragSelect(boolean). Method in class CoffeeTable.Grid.GridPanel
Enable or disable drag selection.
setFlags(int). Method in class CoffeeTable.Grid.GridPanel
Set the Grid's feature flags.
setFont(Font). Method in class CoffeeTable.Grid.GridAttributes
Set the Font.
setGridAttributes(GridAttributes, boolean). Method in class CoffeeTable.Grid.GridPanel
Set the drawing attributes for the entire grid.
setGridBackground(Color). Method in class CoffeeTable.Grid.GridPanel
Set the grid's background color.
setGridData(GridData, boolean). Method in class CoffeeTable.Grid.GridPanel
Specify a preallocated instance of a GridData object to store the data for the grid.
setGridFont(Font). Method in class CoffeeTable.Grid.GridPanel
Set the grid's text font.
setGridJustification(int). Method in class CoffeeTable.Grid.GridPanel
Set the grid's justification style.
setGridTextColor(Color). Method in class CoffeeTable.Grid.GridPanel
Set the grid's text color.
setHeaderAttributes(GridAttributes, boolean). Method in class CoffeeTable.Grid.GridPanel
Set the drawing attributes for row and column headers.
setHeaderBackground(Color). Method in class CoffeeTable.Grid.GridPanel
Set the grid header's background color.
setHeaderFont(Font). Method in class CoffeeTable.Grid.GridPanel
Set the grid header's text font.
setHeaderJustification(int). Method in class CoffeeTable.Grid.GridPanel
Set the grid header's justification.
setHeaderTextColor(Color). Method in class CoffeeTable.Grid.GridPanel
Set the grid header's text color.
setHighlightColor(Color). Method in class CoffeeTable.Grid.GridPanel
Set the highlight color.
setHighlightTextColor(Color). Method in class CoffeeTable.Grid.GridPanel
Set the highlight text color.
setHScroll(int). Method in class CoffeeTable.Grid.GridPanel
Set the horizontal scroll bar display policy.
setHScrollAmount(int). Method in class CoffeeTable.Grid.GridPanel
Set the number of pixels the grid is scrolled horizontally each time the scrollbar arrows are clicked.
setJustification(int). Method in class CoffeeTable.Grid.GridAttributes
Set the Justification style.
setLineColor(Color). Method in class CoffeeTable.Grid.GridPanel
Set the row and column line colors.
setLineColor(Color, boolean). Method in class CoffeeTable.Grid.GridPanel
Set the line color.
setMultipleSelection(boolean). Method in class CoffeeTable.Grid.GridPanel
Enable or disable multiple selections.
setNumCols(int). Method in class CoffeeTable.Grid.GridData
Adjusts the number columns in this object.
setNumCols(int). Method in class CoffeeTable.Grid.GridPanel
Set the number of columns in the grid.
setNumCols(int, boolean). Method in class CoffeeTable.Grid.GridPanel
Set the number of columns in the grid.
setNumCols(int, int, boolean). Method in class CoffeeTable.Grid.GridPanel
Set the number of columns in the grid.
setNumCols(int, int[], boolean). Method in class CoffeeTable.Grid.GridPanel
Set the number of columns in the grid, including the column widths.
setNumCols(int, String, boolean). Method in class CoffeeTable.Grid.GridPanel
Set the number of columns in the grid, including the column widths.
setNumRows(int). Method in class CoffeeTable.Grid.GridData
Adjusts the number rows in this object.
setNumRows(int). Method in class CoffeeTable.Grid.GridPanel
Set the number of rows in the grid.
setNumRows(int, boolean). Method in class CoffeeTable.Grid.GridPanel
Set the number of rows in the grid.
setPreferredSize(Dimension). Method in class CoffeeTable.Grid.GridPanel
Deprecated. Note: setPreferredSize() is deprecated. As of version 1.2.2, use Component.resize().
setResizeColHeaders(boolean). Method in class CoffeeTable.Grid.GridPanel
Enable or disable column header resizing.
setResizeColumns(boolean). Method in class CoffeeTable.Grid.GridPanel
Enable or disable column resizing.
setResizeMultiple(boolean). Method in class CoffeeTable.Grid.GridPanel
Enable or disable resizing of multiple rows or columns if selected.
setResizeRowHeaders(boolean). Method in class CoffeeTable.Grid.GridPanel
Enable or disable row header resizing.
setResizeRows(boolean). Method in class CoffeeTable.Grid.GridPanel
Enable or disable row resizing.
setRowAttributes(int, GridAttributes, boolean). Method in class CoffeeTable.Grid.GridPanel
Specify the drawing attributes for all the cells in a row.
setRowHeaderAttributes(GridAttributes, boolean). Method in class CoffeeTable.Grid.GridPanel
Set the drawing attributes for row headers.
setRowHeaderAttributes(int, GridAttributes, boolean). Method in class CoffeeTable.Grid.GridPanel
Set the drawing attributes for a specific row of the row headers.
setRowHeaderData(int, Object). Method in class CoffeeTable.Grid.GridData
Sets the data for a row header.
setRowHeaderText(int, String). Method in class CoffeeTable.Grid.GridData
Sets the text data for a row header.
setRowHeaderText(int, String, boolean). Method in class CoffeeTable.Grid.GridPanel
Set the row header text for the specified row.
setRowHeaderWidth(int). Method in class CoffeeTable.Grid.GridPanel
Set the width of the row headers.
setRowHeaderWidth(int, boolean). Method in class CoffeeTable.Grid.GridPanel
Set the row header width.
setRowHeight(int). Method in class CoffeeTable.Grid.GridPanel
Set the row height for all the rows.
setRowHeight(int, int, boolean, boolean). Method in class CoffeeTable.Grid.GridPanel
Set the height of the specified row.
setRowLines(boolean). Method in class CoffeeTable.Grid.GridPanel
Enable or disable row lines.
setRowNumbers(boolean). Method in class CoffeeTable.Grid.GridPanel
Enable or disable drawing row numbers in the row headers.
setRowSelection(boolean). Method in class CoffeeTable.Grid.GridPanel
Enable or disable row selection.
setRowTag(int, Object). Method in class CoffeeTable.Grid.GridPanel
Set the tag object for the row.
setSortAttributes(boolean). Method in class CoffeeTable.Grid.GridPanel
Enable or disable moving the attributes with the rows while sorting.
setSortColumn(int, boolean). Method in class CoffeeTable.Grid.GridPanel
Set the sort column, and sort the data based on the contents of this column.
setSortColumn(int, boolean, int). Method in class CoffeeTable.Grid.GridPanel
Set the sort column, and sort the data based on the contents of this column.
setSortColumnColor(Color). Method in class CoffeeTable.Grid.GridPanel
Set the background color for cells in the column that the grid data is sorted on.
setSortEnable(boolean). Method in class CoffeeTable.Grid.GridPanel
Set the flag to enable or disable sorting for all the columns in the grid.
setSortEnable(int, boolean). Method in class CoffeeTable.Grid.GridPanel
Set the flag to enable or disable sorting for a column.
setSortRowHeaders(boolean). Method in class CoffeeTable.Grid.GridPanel
Enable or disable moving the row header data with the rows while sorting.
setTextColor(Color). Method in class CoffeeTable.Grid.GridAttributes
Set the cell text color.
setThreeDBorder(boolean). Method in class CoffeeTable.Grid.GridPanel
Enable or disable drawing a ThreeD border around the grid.
setVScroll(int). Method in class CoffeeTable.Grid.GridPanel
Set the vertical scroll bar display policy.
setVScrollAmount(int). Method in class CoffeeTable.Grid.GridPanel
Set the number of pixels the grid is scrolled vertically each time the scrollbar arrows are clicked.
SORT_ASCENDING. Static variable in class CoffeeTable.Grid.GridPanel
Sort the column data in ascending order.
SORT_ATTRIBUTES. Static variable in class CoffeeTable.Grid.GridPanel
Move row attributes and size around while sorting.
SORT_COL. Static variable in class CoffeeTable.Grid.GridEvent
A sort column event.
SORT_DESCENDING. Static variable in class CoffeeTable.Grid.GridPanel
Sort the column data in descending order.
SORT_ROW_HEADERS. Static variable in class CoffeeTable.Grid.GridPanel
Move row header data with row data while sorting.
sortRows(int). Method in class CoffeeTable.Grid.GridPanel
Sort the rows based on the values in the specified column.
sortRows(int, int). Method in class CoffeeTable.Grid.GridPanel
Sort the rows based on the values in the specified column.
START_EDIT. Static variable in class CoffeeTable.Grid.GridEvent
A start edit event.
startEdit(int, int). Method in class CoffeeTable.Grid.GridPanel
Activates editing in a cell.

T

TEXT. Static variable in class CoffeeTable.Grid.GridPanel
Read-only text cell type attribute.
THREED_BORDER. Static variable in class CoffeeTable.Grid.GridPanel
Draw a one pixel 3D rectangle around the grid.
TRUNC_STRING. Static variable in class CoffeeTable.Grid.GridPanel
Truncate string (with ellipsis) text attribute.

U

URL. Static variable in class CoffeeTable.Grid.GridPanel
HTTP URL cell type attribute.

V

V_SCROLL. Static variable in class CoffeeTable.Grid.GridPanel
Create vertical scrollbar (if needed) flag.
validate(String, Point). Method in class CoffeeTable.Grid.GridPanel
Validate the text in a cell after editing.

W

WORD_WRAP. Static variable in class CoffeeTable.Grid.GridPanel
Word wrapping text attribute.

X

xToCol(int). Method in class CoffeeTable.Grid.GridPanel
Map the x coordinate to a column in the grid.
xyToCell(int, int). Method in class CoffeeTable.Grid.GridPanel
Map a point to a cell in the grid.

Y

yToRow(int). Method in class CoffeeTable.Grid.GridPanel
Map the y coordinate to a row in the grid.