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

A

addGridListener(GridListener) - Method in class CoffeeTable.Grid.GridPanel
Adds the specified grid listener to receive grid events from this GridPanel.
addGridListener(GridListener) - Method in class CoffeeTable.Grid.JGridPanel
Adds the specified grid listener to receive grid events from this JGridPanel.
addNotify() - Method in class CoffeeTable.Grid.GridPanel
Notifies the Component that it has been added to a container.
addNotify() - Method in class CoffeeTable.Grid.JGridPanel
Notifies the Component that it has been added to a container.
adjustmentValueChanged(AdjustmentEvent) - Method in class CoffeeTable.Grid.GridPanel
Used internally by the GridPanel to handle Scrollbar events.
adjustmentValueChanged(AdjustmentEvent) - Method in class CoffeeTable.Grid.JGridPanel
Used internally by the JGridPanel to handle Scrollbar events.
AUTO_RESIZE_COLS - Static variable in interface CoffeeTable.Grid.GridPanelInterface
Automatically resize columns proportionally to fit.
AUTO_RESIZE_ROWS - Static variable in interface CoffeeTable.Grid.GridPanelInterface
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.
autoResizeRow(int, boolean) - Method in class CoffeeTable.Grid.JGridPanel
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.
autoResizeRows(boolean) - Method in class CoffeeTable.Grid.JGridPanel
Resize all the rows to display entire text in cells with WORD_WRAP enabled.
autoResizeRows(boolean, boolean) - Method in class CoffeeTable.Grid.GridPanel
Resize all the rows to display entire text in cells with WORD_WRAP enabled.
autoResizeRows(boolean, boolean) - Method in class CoffeeTable.Grid.JGridPanel
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

calcColRange(int) - Method in class CoffeeTable.Grid.GridPrinterBase
 
calcColWidths() - Method in class CoffeeTable.Grid.GridPrinterBase
 
calcPageAreas() - Method in class CoffeeTable.Grid.GridPrinterBase
 
calcPages() - Method in class CoffeeTable.Grid.GridPrinterBase
 
calcRowHeight(int) - Method in class CoffeeTable.Grid.GridPrinterBase
 
calcRowHeights() - Method in class CoffeeTable.Grid.GridPrinterBase
 
calcRowRange(int) - Method in class CoffeeTable.Grid.GridPrinterBase
 
CANCEL_EDIT - Static variable in class CoffeeTable.Grid.GridEvent
The cancel edit event type.
CELL_SELECTION - Static variable in interface CoffeeTable.Grid.GridPanelInterface
Enable cell selection flag.
CELLS_CLICKED - Static variable in class CoffeeTable.Grid.GridEvent
The cells clicked event type.
CELLS_RELEASED - Static variable in class CoffeeTable.Grid.GridEvent
The cells released event type.
cellToRect(Point) - Method in class CoffeeTable.Grid.GridPanel
Returns the rectangle for the specified cell.
cellToRect(Point) - Method in class CoffeeTable.Grid.JGridPanel
Returns the rectangle for the specified cell.
CENTER - Static variable in class CoffeeTable.Grid.GridPrinterBase
Align the printed area at the center of each page.
CENTER_LEFT - Static variable in class CoffeeTable.Grid.GridPrinterBase
Align the printed area at the vertical center of each page.
CHOICE - Static variable in interface CoffeeTable.Grid.GridPanelInterface
Editable choice list cell type attribute.
clone() - Method in class CoffeeTable.Grid.GridAttributes
Clones the GridAttributes object.
COL_LINES - Static variable in interface CoffeeTable.Grid.GridPanelInterface
Display column lines flag.
COL_RESIZE_ALL - Static variable in interface CoffeeTable.Grid.GridPanelInterface
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 interface CoffeeTable.Grid.GridPanelInterface
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 interface CoffeeTable.Grid.GridPanelInterface
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 interface CoffeeTable.Grid.GridPanelInterface
Enable column selection flag.
colHeaderToRect(int) - Method in class CoffeeTable.Grid.GridPanel
Returns the rectangle for the specified column's header.
colHeaderToRect(int) - Method in class CoffeeTable.Grid.JGridPanel
Returns the rectangle for the specified column's header.
colToRect(int) - Method in class CoffeeTable.Grid.GridPanel
Returns the rectangle for the specified column.
colToRect(int) - Method in class CoffeeTable.Grid.JGridPanel
Returns the rectangle for the specified column.
COMMIT_EDIT - Static variable in class CoffeeTable.Grid.GridEvent
The commit edit event type.
Comparable - interface CoffeeTable.Grid.Comparable.
The Comparable interface to provide a compareTo method for Objects stored in the GridData.
compare(Object, Object, int) - Method in class CoffeeTable.Grid.GridData
The default compare method used by GridPanel.sortRows().
compare(Object, Object, int) - Method in interface CoffeeTable.Grid.GridDataInterface
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 instance of a TextComponent for editing a cell.
createEditor(int, int) - Method in class CoffeeTable.Grid.JGridPanel
Returns an instance of a TextComponent for editing a cell.
createGridData() - Method in class CoffeeTable.Grid.GridPanel
Allocates a new GridData object to store the data for the grid.
createGridData() - Method in class CoffeeTable.Grid.JGridPanel
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.
deleteCol(int) - Method in class CoffeeTable.Grid.JGridPanel
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 interface CoffeeTable.Grid.GridDataInterface
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.
deleteCols(int, int) - Method in class CoffeeTable.Grid.JGridPanel
Deletes a specified number of columns, starting from a given column.
deleteRow(int) - Method in class CoffeeTable.Grid.GridPanel
Delete the specified row.
deleteRow(int) - Method in class CoffeeTable.Grid.JGridPanel
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 interface CoffeeTable.Grid.GridDataInterface
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.
deleteRows(int, int) - Method in class CoffeeTable.Grid.JGridPanel
Deletes a specified number of rows, starting from a given row.
deleteRows(int, int, boolean) - Method in class CoffeeTable.Grid.JGridPanel
Deletes a specified number of rows, starting from a given row.
DEMO_TEXT - Static variable in interface CoffeeTable.Grid.GridPanelInterface
Display Demo text in grid if no text available.
deselectAll(boolean) - Method in class CoffeeTable.Grid.GridPanel
Deselect all the cells in the grid.
deselectAll(boolean) - Method in class CoffeeTable.Grid.JGridPanel
Deselect all the cells in the grid.
deselectCell(int, int, boolean) - Method in class CoffeeTable.Grid.GridPanel
Deselect the specified cell in the grid.
deselectCell(int, int, boolean) - Method in class CoffeeTable.Grid.JGridPanel
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.
deselectCol(int, boolean) - Method in class CoffeeTable.Grid.JGridPanel
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.
deselectRow(int, boolean) - Method in class CoffeeTable.Grid.JGridPanel
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.
disposeGridData() - Method in class CoffeeTable.Grid.JGridPanel
Deallocates the GridData object that stores the data for the grid.
doHScroll() - Method in class CoffeeTable.Grid.GridPanel
 
doHScroll() - Method in class CoffeeTable.Grid.JGridPanel
 
doKeyPressed(KeyEvent) - Method in class CoffeeTable.Grid.GridPanel
Used internally by the GridPanel to handle keyPressed events in the GridPanel.
doKeyPressed(KeyEvent) - Method in class CoffeeTable.Grid.JGridPanel
Used internally by the GridPanel to handle keyPressed events in the JGridPanel.
doKeySelect(KeyEvent) - Method in class CoffeeTable.Grid.GridPanel
Selects a cell, row or column based on the arrows keys and the selection mode.
doKeySelect(KeyEvent) - Method in class CoffeeTable.Grid.JGridPanel
Selects a cell, row or column based on the arrows keys and the selection mode.
doMouseClicked(MouseEvent) - Method in class CoffeeTable.Grid.GridPanel
Used internally by the GridPanel to handle mouseClicked events.
doMouseDragged(MouseEvent) - Method in class CoffeeTable.Grid.GridPanel
Used internally by the GridPanel to handle mouseDragged events.
doMouseEntered(MouseEvent) - Method in class CoffeeTable.Grid.GridPanel
Used internally by the GridPanel to handle mouseEntered events.
doMouseExited(MouseEvent) - Method in class CoffeeTable.Grid.GridPanel
Used internally by the GridPanel to handle mouseExited events.
doMouseMoved(MouseEvent) - Method in class CoffeeTable.Grid.GridPanel
Used internally by the GridPanel to handle mouseMoved events.
doMousePressed(MouseEvent) - Method in class CoffeeTable.Grid.GridPanel
Used internally by the GridPanel to handle mousePressed events.
doMouseReleased(MouseEvent) - Method in class CoffeeTable.Grid.GridPanel
Used internally by the GridPanel to handle mouseReleased events.
doSetCursor(MouseEvent) - Method in class CoffeeTable.Grid.GridPanel
 
doSetCursor(MouseEvent) - Method in class CoffeeTable.Grid.JGridPanel
 
DOUBLE_CLICKED - Static variable in class CoffeeTable.Grid.GridEvent
The cells clicked event type.
doVScroll() - Method in class CoffeeTable.Grid.GridPanel
 
doVScroll() - Method in class CoffeeTable.Grid.JGridPanel
 
DRAG_SELECT - Static variable in interface CoffeeTable.Grid.GridPanelInterface
Enable drag selection.
drawCell(Graphics, Point, Rectangle) - Method in class CoffeeTable.Grid.GridPrinterBase
Print the cell.
drawCell(Graphics, Point, Rectangle, boolean) - Method in interface CoffeeTable.Grid.GridPanelInterface
Draw a cell in the JGridPanel.
drawCell(Graphics, Point, Rectangle, boolean) - Method in class CoffeeTable.Grid.GridPanel
Draw a cell in the GridPanel.
drawCell(Graphics, Point, Rectangle, boolean) - Method in class CoffeeTable.Grid.JGridPanel
Draw a cell in the JGridPanel.
drawCellImage(Graphics, Image, Point, Rectangle) - Method in class CoffeeTable.Grid.GridPanel
Draw an image in the specified cell.
drawCellImage(Graphics, Image, Point, Rectangle) - Method in class CoffeeTable.Grid.JGridPanel
Draw an image in the specified cell.
drawHeaderCol(Graphics, int, Rectangle) - Method in interface CoffeeTable.Grid.GridPanelInterface
Draw the header for a column.
drawHeaderCol(Graphics, int, Rectangle) - Method in class CoffeeTable.Grid.GridPanel
Draw the header for a column.
drawHeaderCol(Graphics, int, Rectangle) - Method in class CoffeeTable.Grid.GridPrinterBase
Print the header for a column.
drawHeaderCol(Graphics, int, Rectangle) - Method in class CoffeeTable.Grid.JGridPanel
Draw the header for a column.
drawHeaderRow(Graphics, int, Rectangle) - Method in interface CoffeeTable.Grid.GridPanelInterface
Draw the header for a row.
drawHeaderRow(Graphics, int, Rectangle) - Method in class CoffeeTable.Grid.GridPanel
Draw the header for a row.
drawHeaderRow(Graphics, int, Rectangle) - Method in class CoffeeTable.Grid.GridPrinterBase
Print the header for a row.
drawHeaderRow(Graphics, int, Rectangle) - Method in class CoffeeTable.Grid.JGridPanel
Draw the header for a row.
drawIntersection(Graphics, Rectangle) - Method in interface CoffeeTable.Grid.GridPanelInterface
Draw the area in the intersection between the row and column headers.
drawIntersection(Graphics, Rectangle) - Method in class CoffeeTable.Grid.GridPanel
Draw the area in the intersection between the row and column headers.
drawIntersection(Graphics, Rectangle) - Method in class CoffeeTable.Grid.GridPrinterBase
Print the area in the intersection between the row and column headers.
drawIntersection(Graphics, Rectangle) - Method in class CoffeeTable.Grid.JGridPanel
Draw the area in the intersection between the row and column headers.
drawJustString(Graphics, String, Rectangle, int, FontMetrics, int) - Static method in class CoffeeTable.Grid.GridUtils
Draw the string using the specified justification style.
drawJustString(Graphics, String, Rectangle, int, FontMetrics, int, boolean) - Static method in class CoffeeTable.Grid.GridUtils
Draw the string using the specified justification style.
drawSpannedCell(Graphics, Point, int, int, Rectangle, Rectangle, boolean) - Method in class CoffeeTable.Grid.GridPanel
Draw a cell in the GridPanel, spanning across adjacent columns where applicable.
drawSpannedCell(Graphics, Point, int, int, Rectangle, Rectangle, boolean) - Method in class CoffeeTable.Grid.JGridPanel
Draw a cell in the JGridPanel, spanning across adjacent columns where applicable.
drawString(Graphics, String, Rectangle, int, FontMetrics) - Static method in class CoffeeTable.Grid.GridUtils
Draw a String in the specified rectangle.
drawString(Graphics, String, Rectangle, int, FontMetrics, boolean) - Static method in class CoffeeTable.Grid.GridUtils
Draw a String in the specified rectangle.
drawText(Graphics, String, Rectangle, int, FontMetrics) - Static method in class CoffeeTable.Grid.GridUtils
Draw the string using the specified justification style, with word wrapping.
drawText(Graphics, String, Rectangle, int, FontMetrics, boolean) - Static method in class CoffeeTable.Grid.GridUtils
Draw the string using the specified justification style, with word wrapping.
drawTruncString(Graphics, String, Rectangle, int, FontMetrics, int) - Static method in class CoffeeTable.Grid.GridUtils
Draw the string using the specified justification style, truncating the string if necessary.
drawTruncString(Graphics, String, Rectangle, int, FontMetrics, int, boolean) - Static method in class CoffeeTable.Grid.GridUtils
Draw the string using the specified justification style, truncating the string if necessary.

E

EDIT_TEXT - Static variable in interface CoffeeTable.Grid.GridPanelInterface
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.
endEdit(boolean) - Method in class CoffeeTable.Grid.JGridPanel
Deactivates editing, and updates the cell's text by calling the setCellText() method if needed.

F

fAutoResizeColumns - Variable in class CoffeeTable.Grid.GridPrinterBase
 
fAutoResizeRows - Variable in class CoffeeTable.Grid.GridPrinterBase
 
fColRatios - Variable in class CoffeeTable.Grid.GridPrinterBase
 
fEndCell - Variable in class CoffeeTable.Grid.GridPrinterBase
 
fEndPage - Variable in class CoffeeTable.Grid.GridPrinterBase
 
fFooterHeight - Variable in class CoffeeTable.Grid.GridPrinterBase
 
fGrid - Variable in class CoffeeTable.Grid.GridPrinterBase
 
fGridHeights - Variable in class CoffeeTable.Grid.GridPrinterBase
 
fGridWidths - Variable in class CoffeeTable.Grid.GridPrinterBase
 
fHeaderHeight - Variable in class CoffeeTable.Grid.GridPrinterBase
 
finalize() - Method in class CoffeeTable.Grid.GridAttributes
 
finalize() - Method in class CoffeeTable.Grid.GridData
Remove all the elements in the internal lists.
focusGained(FocusEvent) - Method in class CoffeeTable.Grid.GridPanel
 
focusGained(FocusEvent) - Method in class CoffeeTable.Grid.JGridPanel
 
focusLost(FocusEvent) - Method in class CoffeeTable.Grid.GridPanel
 
focusLost(FocusEvent) - Method in class CoffeeTable.Grid.JGridPanel
 
fPageArea - Variable in class CoffeeTable.Grid.GridPrinterBase
 
fPages - Variable in class CoffeeTable.Grid.GridPrinterBase
 
fPageSize - Variable in class CoffeeTable.Grid.GridPrinterBase
 
fPrintAlignment - Variable in class CoffeeTable.Grid.GridPrinterBase
 
fPrintArea - Variable in class CoffeeTable.Grid.GridPrinterBase
 
fPrintBorder - Variable in class CoffeeTable.Grid.GridPrinterBase
 
fPrintColHeaders - Variable in class CoffeeTable.Grid.GridPrinterBase
 
fPrintColLines - Variable in class CoffeeTable.Grid.GridPrinterBase
 
fPrintRowHeaders - Variable in class CoffeeTable.Grid.GridPrinterBase
 
fPrintRowLines - Variable in class CoffeeTable.Grid.GridPrinterBase
 
fScreenRes - Variable in class CoffeeTable.Grid.GridPrinterBase
 
fStartCell - Variable in class CoffeeTable.Grid.GridPrinterBase
 
fStartPage - Variable in class CoffeeTable.Grid.GridPrinterBase
 
fTitle - Variable in class CoffeeTable.Grid.GridPrinterBase
 

G

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 interface CoffeeTable.Grid.GridPanelInterface
Return the drawing attributes for a cell.
getCellAttributes(int, int) - Method in class CoffeeTable.Grid.GridPanel
Return the drawing attributes for a cell.
getCellAttributes(int, int) - Method in class CoffeeTable.Grid.JGridPanel
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 interface CoffeeTable.Grid.GridDataInterface
Return the data for a cell.
getCellData(int, int) - Method in class CoffeeTable.Grid.GridPanel
Return the data Object for a cell.
getCellData(int, int) - Method in class CoffeeTable.Grid.JGridPanel
Return the data Object for a cell.
getCellInset() - Method in interface CoffeeTable.Grid.GridPanelInterface
Return the cell inset.
getCellInset() - Method in class CoffeeTable.Grid.GridPanel
Return the cell inset.
getCellInset() - Method in class CoffeeTable.Grid.JGridPanel
Return the cell inset.
getCellText(int, int) - Method in class CoffeeTable.Grid.GridData
Return the text for a cell.
getCellText(int, int) - Method in interface CoffeeTable.Grid.GridDataInterface
Return the text for a cell.
getCellText(int, int) - Method in interface CoffeeTable.Grid.GridPanelInterface
Return the text for a cell.
getCellText(int, int) - Method in class CoffeeTable.Grid.GridPanel
Return the text for a cell.
getCellText(int, int) - Method in class CoffeeTable.Grid.JGridPanel
Return the text for a cell.
getCellType() - Method in class CoffeeTable.Grid.GridAttributes
Get the cell type.
getCol() - Method in class CoffeeTable.Grid.GridEvent
Returns the column index for the cell.
getColHeaderAttributes(int) - Method in class CoffeeTable.Grid.GridPanel
Returns the drawing attributes for the column headers.
getColHeaderAttributes(int) - Method in class CoffeeTable.Grid.JGridPanel
Returns the drawing attributes for the column headers.
getColHeaderData(int) - Method in class CoffeeTable.Grid.GridData
Return the data for a column header.
getColHeaderData(int) - Method in interface CoffeeTable.Grid.GridDataInterface
Return the data for a column header.
getColHeaderHeight() - Method in interface CoffeeTable.Grid.GridPanelInterface
Returns the height for the column headers.
getColHeaderHeight() - Method in class CoffeeTable.Grid.GridPanel
Returns the height for the column headers.
getColHeaderHeight() - Method in class CoffeeTable.Grid.JGridPanel
Returns the height for the column headers.
getColHeaderRect() - Method in class CoffeeTable.Grid.GridPanel
Return the area taken up by the column headers.
getColHeaderRect() - Method in class CoffeeTable.Grid.JGridPanel
Return the area taken up by the column headers.
getColHeaders() - Method in class CoffeeTable.Grid.GridPanel
Returns the column header labels for all the columns.
getColHeaders() - Method in class CoffeeTable.Grid.JGridPanel
Returns the column header labels for all the columns.
getColHeaderText(int) - Method in class CoffeeTable.Grid.GridData
Return the text for a column header.
getColHeaderText(int) - Method in interface CoffeeTable.Grid.GridDataInterface
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.
getColHeaderText(int) - Method in class CoffeeTable.Grid.JGridPanel
Returns the text for the column header for a specified column.
getColResizeMode() - Method in class CoffeeTable.Grid.GridPanel
Return the column resize mode setting.
getColResizeMode() - Method in class CoffeeTable.Grid.JGridPanel
Return the column resize mode setting.
getColWidth(int) - Method in interface CoffeeTable.Grid.GridPanelInterface
Returns the width for the specified column.
getColWidth(int) - Method in class CoffeeTable.Grid.GridPanel
Returns the width for the specified column.
getColWidth(int) - Method in class CoffeeTable.Grid.GridPrinterBase
Return the width for a column.
getColWidth(int) - Method in class CoffeeTable.Grid.JGridPanel
Returns the width for the specified column.
getColWidths() - Method in class CoffeeTable.Grid.GridPanel
Return the column widths as a a comma delimited String e.g.
getColWidths() - Method in class CoffeeTable.Grid.JGridPanel
Return the column widths as a a comma delimited String e.g.
getColWidths(int, int) - Method in interface CoffeeTable.Grid.GridPanelInterface
Returns the total width for a range of columns.
getColWidths(int, int) - Method in class CoffeeTable.Grid.GridPanel
Returns the total width for a range of columns.
getColWidths(int, int) - Method in class CoffeeTable.Grid.GridPrinterBase
 
getColWidths(int, int) - Method in class CoffeeTable.Grid.JGridPanel
Returns the total width for a range of columns.
getDefaultRowHeight() - Method in interface CoffeeTable.Grid.GridPanelInterface
Return the default row height for a row based on the font height
getDefaultRowHeight() - Method in class CoffeeTable.Grid.GridPanel
Return the default row height for a row based on the font height
getDefaultRowHeight() - Method in class CoffeeTable.Grid.JGridPanel
Return the default row height for a row based on the font height
getDescent() - Method in class CoffeeTable.Grid.GridAttributes
Get the Font descent.
getEditCell() - Method in class CoffeeTable.Grid.GridPanel
Return the cell being edited.
getEditCell() - Method in class CoffeeTable.Grid.JGridPanel
Return the cell being edited.
getEditor() - Method in class CoffeeTable.Grid.GridPanel
Return the TextComponent object for the cell being edited.
getEditor() - Method in class CoffeeTable.Grid.JGridPanel
Return the TextComponent object for the cell being edited.
getFirstSelectedCell() - Method in class CoffeeTable.Grid.GridPanel
Returns the first selected cell in the grid.
getFirstSelectedCell() - Method in class CoffeeTable.Grid.JGridPanel
Returns the first selected cell in the grid.
getFirstSelectedCol() - Method in class CoffeeTable.Grid.GridPanel
Returns the first selected column in the grid.
getFirstSelectedCol() - Method in class CoffeeTable.Grid.JGridPanel
Returns the first selected column in the grid.
getFirstSelectedRow() - Method in class CoffeeTable.Grid.GridPanel
Returns the first selected row in the grid.
getFirstSelectedRow() - Method in class CoffeeTable.Grid.JGridPanel
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.
getFirstVisibleCell() - Method in class CoffeeTable.Grid.JGridPanel
Returns the cell at the top-left corner of the grid.
getFlags() - Method in interface CoffeeTable.Grid.GridPanelInterface
Returns the Grid's current feature flags
getFlags() - Method in class CoffeeTable.Grid.GridPanel
Returns the Grid's current feature flags
getFlags() - Method in class CoffeeTable.Grid.JGridPanel
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.
getGrid() - Method in class CoffeeTable.Grid.GridPrinterBase
Returns the Grid associated with this GridPrinter object.
getGridAttributes() - Method in class CoffeeTable.Grid.GridPanel
Returns the drawing attributes for the entire grid.
getGridAttributes() - Method in class CoffeeTable.Grid.JGridPanel
Returns the drawing attributes for the entire grid.
getGridBackground() - Method in class CoffeeTable.Grid.GridPanel
Return the grid's background color.
getGridBackground() - Method in class CoffeeTable.Grid.JGridPanel
Return the grid's background color.
getGridData() - Method in class CoffeeTable.Grid.GridPanel
Returns the GridData object for this grid.
getGridData() - Method in class CoffeeTable.Grid.JGridPanel
Returns the GridData object for this grid.
getGridFont() - Method in class CoffeeTable.Grid.GridPanel
Return the grid's text font.
getGridFont() - Method in class CoffeeTable.Grid.JGridPanel
Return the grid's text font.
getGridJustification() - Method in class CoffeeTable.Grid.GridPanel
Return the grid's justification style.
getGridJustification() - Method in class CoffeeTable.Grid.JGridPanel
Return the grid's justification style.
getGridSize() - Method in class CoffeeTable.Grid.GridPanel
Return the size of the Grid's view area this excluding the area of the scrollbars if present.
getGridSize() - Method in class CoffeeTable.Grid.JGridPanel
Return the size of the Grid's view area this excluding the area of the scrollbars if present.
getGridTextColor() - Method in class CoffeeTable.Grid.GridPanel
Return the grid's text color.
getGridTextColor() - Method in class CoffeeTable.Grid.JGridPanel
Return the grid's text color.
getHeaderAttributes() - Method in class CoffeeTable.Grid.GridPanel
Returns the drawing attributes for the row and column headers.
getHeaderAttributes() - Method in class CoffeeTable.Grid.JGridPanel
Returns the drawing attributes for the row and column headers.
getHeaderBackground() - Method in class CoffeeTable.Grid.GridPanel
Return the grid header's background color.
getHeaderBackground() - Method in class CoffeeTable.Grid.JGridPanel
Return the grid header's background color.
getHeaderFont() - Method in class CoffeeTable.Grid.GridPanel
Return the grid header's text font.
getHeaderFont() - Method in class CoffeeTable.Grid.JGridPanel
Return the grid header's text font.
getHeaderJustification() - Method in class CoffeeTable.Grid.GridPanel
Return the grid header's justification style.
getHeaderJustification() - Method in class CoffeeTable.Grid.JGridPanel
Return the grid header's justification style.
getHeaderTextColor() - Method in class CoffeeTable.Grid.GridPanel
Return the grid header's text color.
getHeaderTextColor() - Method in class CoffeeTable.Grid.JGridPanel
Return the grid header's text color.
getHeight() - Method in class CoffeeTable.Grid.GridAttributes
Get the Font height.
getHighlightColor() - Method in class CoffeeTable.Grid.GridPanel
Return the highlight color.
getHighlightColor() - Method in class CoffeeTable.Grid.JGridPanel
Return the highlight color.
getHighlightTextColor() - Method in class CoffeeTable.Grid.GridPanel
Return the highlight text color.
getHighlightTextColor() - Method in class CoffeeTable.Grid.JGridPanel
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.
getHScrollAmount() - Method in class CoffeeTable.Grid.JGridPanel
Returns the number of pixels the grid is scrolled horizontally each time the scrollbar arrows are clicked.
getHScrollbarDisplayPolicy() - Method in class CoffeeTable.Grid.GridPanel
Returns the display policy for the horizontal scrollbars.
getHScrollbarDisplayPolicy() - Method in class CoffeeTable.Grid.JGridPanel
Returns the display policy for the horizontal scrollbars.
getHScrollbarValue() - Method in class CoffeeTable.Grid.GridPanel
 
getHScrollbarValue() - Method in class CoffeeTable.Grid.JGridPanel
 
getItems() - Method in class CoffeeTable.Grid.GridAttributes
Return the list of item strings for the choice list.
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.
getLastSelectedCell() - Method in class CoffeeTable.Grid.JGridPanel
Returns the last selected cell in the grid.
getLastSelectedCol() - Method in class CoffeeTable.Grid.GridPanel
Returns the last selected column in the grid.
getLastSelectedCol() - Method in class CoffeeTable.Grid.JGridPanel
Returns the last selected column in the grid.
getLastSelectedRow() - Method in class CoffeeTable.Grid.GridPanel
Returns the last selected row in the grid.
getLastSelectedRow() - Method in class CoffeeTable.Grid.JGridPanel
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.
getLastVisibleCell() - Method in class CoffeeTable.Grid.JGridPanel
Returns the cell at the bottom-right corner of the grid.
getLeading() - Method in class CoffeeTable.Grid.GridAttributes
Get the Font leading.
getLineColor() - Method in interface CoffeeTable.Grid.GridPanelInterface
Return the row and column line colors.
getLineColor() - Method in class CoffeeTable.Grid.GridPanel
Return the row and column line colors.
getLineColor() - Method in class CoffeeTable.Grid.JGridPanel
Return the row and column line colors.
getMinColWidth(int) - Method in class CoffeeTable.Grid.GridPanel
Returns the minimum column width for the specified column.
getMinColWidth(int) - Method in class CoffeeTable.Grid.JGridPanel
Returns the minimum column width for the specified column.
getMinColWidths() - Method in class CoffeeTable.Grid.GridPanel
Return the minimum column widths as a a comma delimited String e.g.
getMinColWidths() - Method in class CoffeeTable.Grid.JGridPanel
Return the minimum column widths as a a comma delimited String e.g.
getMinimumSize() - Method in class CoffeeTable.Grid.GridPanel
Returns the minimum size of this component.
getMinimumSize() - Method in class CoffeeTable.Grid.JGridPanel
Returns the minimum size of this component.
getModifiers() - Method in class CoffeeTable.Grid.GridEvent
Returns the modifiers held down during this action event.
getNumCols() - Method in class CoffeeTable.Grid.GridData
Return the number columns in this object.
getNumCols() - Method in interface CoffeeTable.Grid.GridDataInterface
Return the number columns in this object.
getNumCols() - Method in interface CoffeeTable.Grid.GridPanelInterface
Returns the number of columns in the grid.
getNumCols() - Method in class CoffeeTable.Grid.GridPanel
Returns the number of columns in the grid.
getNumCols() - Method in class CoffeeTable.Grid.JGridPanel
Returns the number of columns in the grid.
getNumPages() - Method in class CoffeeTable.Grid.GridPrinterBase
Return the total number of pages to be printed.
getNumRows() - Method in class CoffeeTable.Grid.GridData
Return the number rows in this object.
getNumRows() - Method in interface CoffeeTable.Grid.GridDataInterface
Return the number rows in this object.
getNumRows() - Method in interface CoffeeTable.Grid.GridPanelInterface
Returns the number of rows in the grid.
getNumRows() - Method in class CoffeeTable.Grid.GridPanel
Returns the number of rows in the grid.
getNumRows() - Method in class CoffeeTable.Grid.JGridPanel
Returns the number of rows in the grid.
getPageArea() - Method in class CoffeeTable.Grid.GridPrinterBase
Returns the printable area for the grid on a page after calculating it based on the printable area of the page, taking the page header and footer dimensions into consideration.
getPageFooterHeight() - Method in class CoffeeTable.Grid.GridPrinterBase
Returns the page footer height
getPageHeaderHeight() - Method in class CoffeeTable.Grid.GridPrinterBase
Returns the page header height
getPreferredSize() - Method in class CoffeeTable.Grid.GridPanel
Returns the preferred size of this component.
getPreferredSize() - Method in class CoffeeTable.Grid.JGridPanel
Returns the preferred size of this component.
getPrintableArea() - Method in class CoffeeTable.Grid.GridPrinterBase
Returns the printable area of a page.
getPrintAlignment() - Method in class CoffeeTable.Grid.GridPrinterBase
Returns the current print alignment.
getPrintBorder() - Method in class CoffeeTable.Grid.GridPrinterBase
Check if printing a border around a page boundary is enabled.
getPrintColHeaders() - Method in class CoffeeTable.Grid.GridPrinterBase
Check if printing column headers is enabled.
getPrintColLines() - Method in class CoffeeTable.Grid.GridPrinterBase
Check if printing column lines is specified.
getPrintRowHeaders() - Method in class CoffeeTable.Grid.GridPrinterBase
Check if printing row headers is enabled.
getPrintRowLines() - Method in class CoffeeTable.Grid.GridPrinterBase
Check if printing row lines is specified.
getResizeColHeaders() - Method in class CoffeeTable.Grid.GridPanel
Return whether column header resizing is enabled
getResizeColHeaders() - Method in class CoffeeTable.Grid.JGridPanel
Return whether column header resizing is enabled
getResizeColumns() - Method in class CoffeeTable.Grid.GridPanel
Return whether column resizing is enabled
getResizeColumns() - Method in class CoffeeTable.Grid.JGridPanel
Return whether column resizing is enabled
getResizeRowHeaders() - Method in class CoffeeTable.Grid.GridPanel
Return whether row header resizing is enabled
getResizeRowHeaders() - Method in class CoffeeTable.Grid.JGridPanel
Return whether row header resizing is enabled
getResizeRows() - Method in class CoffeeTable.Grid.GridPanel
Return whether row resizing is enabled
getResizeRows() - Method in class CoffeeTable.Grid.JGridPanel
Return whether row resizing is enabled
getRow() - Method in class CoffeeTable.Grid.GridEvent
Returns the row index for the cell.
getRowData(int) - Method in class CoffeeTable.Grid.GridData
Return the data for all the cells in a row.
getRowData(int) - Method in interface CoffeeTable.Grid.GridDataInterface
Return the data for all the cells in a row.
getRowData(int) - Method in class CoffeeTable.Grid.GridPanel
Return the data for all the cells in a row.
getRowData(int) - Method in class CoffeeTable.Grid.JGridPanel
Return the data for all the cells in a row.
getRowHeaderAttributes(int) - Method in class CoffeeTable.Grid.GridPanel
Returns the drawing attributes for the row headers.
getRowHeaderAttributes(int) - Method in class CoffeeTable.Grid.JGridPanel
Returns the drawing attributes for the row headers.
getRowHeaderData(int) - Method in class CoffeeTable.Grid.GridData
Return the data for a row header.
getRowHeaderData(int) - Method in interface CoffeeTable.Grid.GridDataInterface
Return the data for a row header.
getRowHeaderRect() - Method in class CoffeeTable.Grid.GridPanel
Return the area taken up by the row headers.
getRowHeaderRect() - Method in class CoffeeTable.Grid.JGridPanel
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 interface CoffeeTable.Grid.GridDataInterface
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.
getRowHeaderText(int) - Method in class CoffeeTable.Grid.JGridPanel
Returns the text for the row header for a specified column.
getRowHeaderWidth() - Method in interface CoffeeTable.Grid.GridPanelInterface
Returns the width for the row headers.
getRowHeaderWidth() - Method in class CoffeeTable.Grid.GridPanel
Returns the width for the row headers.
getRowHeaderWidth() - Method in class CoffeeTable.Grid.JGridPanel
Returns the width for the row headers.
getRowHeight() - Method in class CoffeeTable.Grid.GridPanel
Returns the default row height for the grid for all the rows in the grid.
getRowHeight() - Method in class CoffeeTable.Grid.JGridPanel
Returns the default row height for the grid for all the rows in the grid.
getRowHeight(int) - Method in interface CoffeeTable.Grid.GridPanelInterface
Returns the height for the specified row.
getRowHeight(int) - Method in class CoffeeTable.Grid.GridPanel
Returns the height for the specified row.
getRowHeight(int) - Method in class CoffeeTable.Grid.GridPrinterBase
Return the height for a row.
getRowHeight(int) - Method in class CoffeeTable.Grid.JGridPanel
Returns the height for the specified row.
getRowHeights(int, int) - Method in interface CoffeeTable.Grid.GridPanelInterface
Returns the total height for a range of rows.
getRowHeights(int, int) - Method in class CoffeeTable.Grid.GridPanel
Returns the total height for a range of rows.
getRowHeights(int, int) - Method in class CoffeeTable.Grid.GridPrinterBase
 
getRowHeights(int, int) - Method in class CoffeeTable.Grid.JGridPanel
Returns the total height for a range of rows.
getRowTag(int) - Method in class CoffeeTable.Grid.GridPanel
Return the tag object for a row.
getRowTag(int) - Method in class CoffeeTable.Grid.JGridPanel
Return the tag object for a row.
getScrollOffset() - Method in class CoffeeTable.Grid.GridPanel
Returns vertical and horizontal pixel offset that the Grid is currently scrolled by.
getScrollOffset() - Method in class CoffeeTable.Grid.JGridPanel
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.
getSelBounds() - Method in class CoffeeTable.Grid.JGridPanel
Returns the boundary of the current selection.
getSelectedCells() - Method in class CoffeeTable.Grid.GridPanel
Returns a list of the currently selected cells.
getSelectedCells() - Method in class CoffeeTable.Grid.JGridPanel
Returns a list of the currently selected cells.
getSelectedCols() - Method in class CoffeeTable.Grid.GridPanel
Returns a list of the currently selected columns.
getSelectedCols() - Method in class CoffeeTable.Grid.JGridPanel
Returns a list of the currently selected columns.
getSelectedRows() - Method in class CoffeeTable.Grid.GridPanel
Returns a list of the currently selected rows.
getSelectedRows() - Method in class CoffeeTable.Grid.JGridPanel
Returns a list of the currently selected rows.
getSortColumn() - Method in class CoffeeTable.Grid.GridPanel
Return the current sort column.
getSortColumn() - Method in class CoffeeTable.Grid.JGridPanel
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.
getSortColumnColor() - Method in class CoffeeTable.Grid.JGridPanel
Return the background color for cells in the column that the grid data is sorted on.
getSortEnable() - Method in class CoffeeTable.Grid.GridPanel
Check if sorting is enabled for all columns.
getSortEnable() - Method in class CoffeeTable.Grid.JGridPanel
Check if sorting is enabled for all columns.
getSortEnable(int) - Method in class CoffeeTable.Grid.GridPanel
Check if sorting is enabled for this column.
getSortEnable(int) - Method in class CoffeeTable.Grid.JGridPanel
Check if sorting is enabled for this column.
getSortOrder() - Method in class CoffeeTable.Grid.GridPanel
Return the current sort orientation.
getSortOrder() - Method in class CoffeeTable.Grid.JGridPanel
Return the current sort orientation.
getTextColor() - Method in class CoffeeTable.Grid.GridAttributes
Get the cell text color.
getTitle() - Method in class CoffeeTable.Grid.GridPrinterBase
Return the title for this report.
getUI() - Method in class CoffeeTable.Grid.JGridPanel
 
getUIClassID() - Method in class CoffeeTable.Grid.JGridPanel
 
getVersionString() - Method in class CoffeeTable.Grid.GridPanel
Return the current version of the component.
getVersionString() - Method in class CoffeeTable.Grid.JGridPanel
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.
getVScrollAmount() - Method in class CoffeeTable.Grid.JGridPanel
Returns the number of pixels the grid is scrolled vertically each time the scrollbar arrows are clicked.
getVScrollbarDisplayPolicy() - Method in class CoffeeTable.Grid.GridPanel
Returns the display policy for the vertical scrollbars.
getVScrollbarDisplayPolicy() - Method in class CoffeeTable.Grid.JGridPanel
Returns the display policy for the vertical scrollbars.
getVScrollbarValue() - Method in class CoffeeTable.Grid.GridPanel
 
getVScrollbarValue() - Method in class CoffeeTable.Grid.JGridPanel
 
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.
goToURL(String) - Method in class CoffeeTable.Grid.JGridPanel
Called by the handleURLClick() method in response to the user clicking in a cell containing a URL.
GRID_EVENT_FIRST - Static variable in class CoffeeTable.Grid.GridEvent
Marks the first integer id for the range of grid event ids.
GRID_EVENT_LAST - Static variable in class CoffeeTable.Grid.GridEvent
Marks the last integer id for the range of grid event ids.
GridAdapter - class CoffeeTable.Grid.GridAdapter.
The adapter which receives grid events.
GridAdapter() - Constructor for class CoffeeTable.Grid.GridAdapter
 
GridAttributes - class CoffeeTable.Grid.GridAttributes.
GridAttributes is a class that encapsulates the drawing attributes for a grid's cells, row, columns and header.
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.
GridAttributes(Component, Font, Color, Color, int, int, String[]) - Constructor for class CoffeeTable.Grid.GridAttributes
 
gridCancelEdit(GridEvent) - Method in class CoffeeTable.Grid.GridAdapter
 
gridCancelEdit(GridEvent) - Method in interface CoffeeTable.Grid.GridListener
Invoked when editing ends in a cell, and the changes are canceled.
gridCellsClicked(GridEvent) - Method in class CoffeeTable.Grid.GridAdapter
 
gridCellsClicked(GridEvent) - Method in interface CoffeeTable.Grid.GridListener
Invoked when a Grid cell or cells are clicked.
gridCellsReleased(GridEvent) - Method in class CoffeeTable.Grid.GridAdapter
 
gridCellsReleased(GridEvent) - Method in interface CoffeeTable.Grid.GridListener
Invoked when the mouse is released after a cell click.
gridCommitEdit(GridEvent) - Method in class CoffeeTable.Grid.GridAdapter
 
gridCommitEdit(GridEvent) - Method in interface CoffeeTable.Grid.GridListener
Invoked when editing ends in a cell, and the changes are committed.
GridData - class CoffeeTable.Grid.GridData.
GridData is a class holds the data for the GridPanel.
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.
GridDataInterface - interface CoffeeTable.Grid.GridDataInterface.
GridData is an abstract interface for a class used for storing the data for the Grid's cells, and the Row and Column headers.
gridDoubleClicked(GridEvent) - Method in class CoffeeTable.Grid.GridAdapter
 
gridDoubleClicked(GridEvent) - Method in interface CoffeeTable.Grid.GridListener
Invoked when a Grid cell is double-clicked.
GridEvent - class CoffeeTable.Grid.GridEvent.
The event class for Grid events generated by the GridPanel.
GridEvent(Object, int, int, int) - Constructor for class CoffeeTable.Grid.GridEvent
Constructs a WindowEvent object with the specified source, id and the row and column index of the cell.
GridEvent(Object, int, int, int, int) - Constructor for class CoffeeTable.Grid.GridEvent
Constructs a WindowEvent object with the specified source, id, event modifiers and the row and column index of the cell.
GridListener - interface CoffeeTable.Grid.GridListener.
The listener interface for receiving grid events.
GridPanel - class CoffeeTable.Grid.GridPanel.
GridPanel is a UI component for a generic grid object.
GridPanel() - 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, int, int, int[], GridAttributes, GridAttributes, int, int, int) - Constructor for class CoffeeTable.Grid.GridPanel
Constructs and creates a new GridPanel Object using the passed in parameters.
GridPanelInterface - interface CoffeeTable.Grid.GridPanelInterface.
The GridPanelInterface class is used internally by the GridPanel.
GridPrintable - class CoffeeTable.Grid.Printable.GridPrintable.
GridPrintable is a sub-class of the GridPrinterBase to provide printing support for the GridPanel under JDK 1.2 by implementing JDK 1.2's Printable interface.
GridPrintable(String) - Constructor for class CoffeeTable.Grid.Printable.GridPrintable
Constructs a new empty GridPrintable Object.
GridPrintable(String, GridPanel) - Constructor for class CoffeeTable.Grid.Printable.GridPrintable
Constructs a new empty GridPrintable Object for the specified Grid.
GridPrinter - class CoffeeTable.Grid.GridPrinter.
GridPrinter is a sub-class of the GridPrinterBase to provide printing support for the GridPanel under JDK 1.1.
GridPrinter(PrintJob, String) - Constructor for class CoffeeTable.Grid.GridPrinter
Constructs a new empty GridPrinter Object.
GridPrinter(PrintJob, String, GridPanelInterface) - Constructor for class CoffeeTable.Grid.GridPrinter
Constructs a new empty GridPrinter Object for the specified Grid.
GridPrinterBase - class CoffeeTable.Grid.GridPrinterBase.
GridPrinterBase is a helper class that provides Report printing capabilities for the GridPanel.
GridPrinterBase(String) - Constructor for class CoffeeTable.Grid.GridPrinterBase
Constructs a new empty GridPrinterBase Object.
GridPrinterBase(String, GridPanelInterface) - Constructor for class CoffeeTable.Grid.GridPrinterBase
Constructs a new empty GridPrinterBase Object for the specified Grid.
gridResizeCol(GridEvent) - Method in class CoffeeTable.Grid.GridAdapter
 
gridResizeCol(GridEvent) - Method in interface CoffeeTable.Grid.GridListener
Invoked when the user resizes a column.
gridResizeRow(GridEvent) - Method in class CoffeeTable.Grid.GridAdapter
 
gridResizeRow(GridEvent) - Method in interface CoffeeTable.Grid.GridListener
Invoked when the user resizes a row.
gridSelChanged(GridEvent) - Method in class CoffeeTable.Grid.GridAdapter
 
gridSelChanged(GridEvent) - Method in interface CoffeeTable.Grid.GridListener
Invoked when the Grid's selection changes.
gridSortColumn(GridEvent) - Method in class CoffeeTable.Grid.GridAdapter
 
gridSortColumn(GridEvent) - Method in interface CoffeeTable.Grid.GridListener
Invoked when the user clicks on a column header and sort on a column.
gridStartEdit(GridEvent) - Method in class CoffeeTable.Grid.GridAdapter
 
gridStartEdit(GridEvent) - Method in interface CoffeeTable.Grid.GridListener
Invoked when editing is activated in a cell.
GridUtils - class CoffeeTable.Grid.GridUtils.
GridUtils is a utility class containing drawing routines used by the GridPanel.
GridUtils() - Constructor for class CoffeeTable.Grid.GridUtils
 

H

handleCellClick(MouseEvent, int, int) - Method in class CoffeeTable.Grid.GridPanel
Called if the user clicks in the grid area.
handleCellClick(MouseEvent, int, int) - Method in class CoffeeTable.Grid.JGridPanel
Called if the user clicks in the grid area.
handleDoubleClick(MouseEvent, int, int) - Method in class CoffeeTable.Grid.GridPanel
Called if the user double clicks in the grid area.
handleDoubleClick(MouseEvent, int, int) - Method in class CoffeeTable.Grid.JGridPanel
Called if the user double clicks in the grid area.
handleEditClick(MouseEvent, int, int) - Method in class CoffeeTable.Grid.GridPanel
Activates editing in a cell.
handleEditClick(MouseEvent, int, int) - Method in class CoffeeTable.Grid.JGridPanel
Activates editing in a cell.
handleMailClick(MouseEvent, int, int) - Method in class CoffeeTable.Grid.GridPanel
Called if the user clicks in a URL cell.
handleMailClick(MouseEvent, int, int) - Method in class CoffeeTable.Grid.JGridPanel
Called if the user clicks in a URL cell.
handleMouseDown(MouseEvent) - Method in class CoffeeTable.Grid.GridPanel
Called if the user clicks in the grid area.
handleMouseDown(MouseEvent) - Method in class CoffeeTable.Grid.JGridPanel
Called if the user clicks in the grid area.
handleURLClick(MouseEvent, int, int) - Method in class CoffeeTable.Grid.GridPanel
Called if the user clicks in a URL cell.
handleURLClick(MouseEvent, int, int) - Method in class CoffeeTable.Grid.JGridPanel
Called if the user clicks in a URL cell.
headerColToRect(int) - Method in class CoffeeTable.Grid.GridPanel
Returns the rectangle for the column header.
headerColToRect(int) - Method in class CoffeeTable.Grid.JGridPanel
Returns the rectangle for the column header.
highlightCell(Graphics, Point, Rectangle, boolean) - Method in class CoffeeTable.Grid.GridPanel
Highlight a cell in the GridPanel.
highlightCell(Graphics, Point, Rectangle, boolean) - Method in class CoffeeTable.Grid.JGridPanel
Highlight a cell in the JGridPanel.
highlightSpannedCell(Graphics, Point, int, int, Rectangle, Rectangle, boolean) - Method in class CoffeeTable.Grid.GridPanel
Highlight a cell in the GridPanel, that spans across multiple columns.
highlightSpannedCell(Graphics, Point, int, int, Rectangle, Rectangle, boolean) - Method in class CoffeeTable.Grid.JGridPanel
Highlight a cell in the JGridPanel, that spans across multiple columns.
hScrollTo(int) - Method in class CoffeeTable.Grid.GridPanel
 
hScrollTo(int) - Method in class CoffeeTable.Grid.JGridPanel
 

I

IMAGE - Static variable in interface CoffeeTable.Grid.GridPanelInterface
Image cell type attribute.
insertCol(int) - Method in class CoffeeTable.Grid.GridPanel
Insert a new column at the specified location.
insertCol(int) - Method in class CoffeeTable.Grid.JGridPanel
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 interface CoffeeTable.Grid.GridDataInterface
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.
insertCols(int, int) - Method in class CoffeeTable.Grid.JGridPanel
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.
insertRow(int) - Method in class CoffeeTable.Grid.JGridPanel
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 interface CoffeeTable.Grid.GridDataInterface
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.
insertRows(int, int) - Method in class CoffeeTable.Grid.JGridPanel
Insert a number of rows at the specified location.
isAutoResizeColumns() - Method in class CoffeeTable.Grid.GridPanel
Return whether the feature to size columns proportionally is set
isAutoResizeColumns() - Method in class CoffeeTable.Grid.GridPrinterBase
Check if automatically resizing columns to fit in a page is enabled.
isAutoResizeColumns() - Method in class CoffeeTable.Grid.JGridPanel
Return whether the feature to size columns proportionally is set
isAutoResizeRows() - Method in interface CoffeeTable.Grid.GridPanelInterface
Return whether the feature to automatically resize rows is enabled.
isAutoResizeRows() - Method in class CoffeeTable.Grid.GridPanel
Return whether the feature to automatically resize rows is enabled.
isAutoResizeRows() - Method in class CoffeeTable.Grid.GridPrinterBase
Check if the feature to automatically resize rows is enabled.
isAutoResizeRows() - Method in class CoffeeTable.Grid.JGridPanel
Return whether the feature to automatically resize rows is enabled.
isCellSelected(int, int) - Method in class CoffeeTable.Grid.GridPanel
Check if the specified cell is selected.
isCellSelected(int, int) - Method in class CoffeeTable.Grid.JGridPanel
Check if the specified cell is selected.
isCellSelection() - Method in class CoffeeTable.Grid.GridPanel
Return whether cell selection is enabled
isCellSelection() - Method in class CoffeeTable.Grid.JGridPanel
Return whether cell selection is enabled
isColLines() - Method in interface CoffeeTable.Grid.GridPanelInterface
Return whether drawing column lines is enabled
isColLines() - Method in class CoffeeTable.Grid.GridPanel
Return whether drawing column lines is enabled
isColLines() - Method in class CoffeeTable.Grid.JGridPanel
Return whether drawing column lines is enabled
isColSelected(int) - Method in class CoffeeTable.Grid.GridPanel
Check if the all the cells in the specified column are selected.
isColSelected(int) - Method in class CoffeeTable.Grid.JGridPanel
Check if the all the cells in the specified column are selected.
isColSelection() - Method in class CoffeeTable.Grid.GridPanel
Return whether column selection is enabled
isColSelection() - Method in class CoffeeTable.Grid.JGridPanel
Return whether column selection is enabled
isDemoText() - Method in class CoffeeTable.Grid.GridPanel
Return true if drawing demo text is enabled for the grid.
isDemoText() - Method in class CoffeeTable.Grid.JGridPanel
Return true if drawing demo text is enabled for the grid.
isDragSelect() - Method in class CoffeeTable.Grid.GridPanel
Return whether drag selection is enabled.
isDragSelect() - Method in class CoffeeTable.Grid.JGridPanel
Return whether drag selection is enabled.
isFocusTraversable() - Method in class CoffeeTable.Grid.GridPanel
Returns whether true to specify that this component can be traversed using Tab or Shift-Tab keyboard focus traversal.
isFocusTraversable() - Method in class CoffeeTable.Grid.JGridPanel
Returns whether true to specify that this component can be traversed using Tab or Shift-Tab keyboard focus traversal.
isMultipleSelection() - Method in class CoffeeTable.Grid.GridPanel
Return whether multiple selections is enabled
isMultipleSelection() - Method in class CoffeeTable.Grid.JGridPanel
Return whether multiple selections is enabled
isResizeMultiple() - Method in class CoffeeTable.Grid.GridPanel
Return whether resizing of multiple selected rows or columns is enabled
isResizeMultiple() - Method in class CoffeeTable.Grid.JGridPanel
Return whether resizing of multiple selected rows or columns is enabled
isRowLines() - Method in interface CoffeeTable.Grid.GridPanelInterface
Return whether drawing row lines is enabled
isRowLines() - Method in class CoffeeTable.Grid.GridPanel
Return whether drawing row lines is enabled
isRowLines() - Method in class CoffeeTable.Grid.JGridPanel
Return whether drawing row lines is enabled
isRowNumbers() - Method in class CoffeeTable.Grid.GridPanel
Return true if drawing row numbers in the row headers.
isRowNumbers() - Method in class CoffeeTable.Grid.JGridPanel
Return true if drawing row numbers in the row headers.
isRowSelected(int) - Method in class CoffeeTable.Grid.GridPanel
Check if the all the cells in the specified row are selected.
isRowSelected(int) - Method in class CoffeeTable.Grid.JGridPanel
Check if the all the cells in the specified row are selected.
isRowSelection() - Method in class CoffeeTable.Grid.GridPanel
Return whether row selection is enabled
isRowSelection() - Method in class CoffeeTable.Grid.JGridPanel
Return whether row selection is enabled
isSingleClickEditing() - Method in class CoffeeTable.Grid.GridPanel
Return true if the feature to start editing cells with a single click, instead of a double click is set.
isSingleClickEditing() - Method in class CoffeeTable.Grid.JGridPanel
Return true if the feature to start editing cells with a single click, instead of a double click is set.
isSortAttributes() - Method in class CoffeeTable.Grid.GridPanel
Return true if moving the attributes and row sizes with rows while sorting is enabled.
isSortAttributes() - Method in class CoffeeTable.Grid.JGridPanel
Return true if moving the attributes and row sizes with rows while sorting is enabled.
isSortRowHeaders() - Method in class CoffeeTable.Grid.GridPanel
Return true if moving the row header data with rows while sorting is enabled.