JBCSolutions - Jbcgrid v1.6

This document is the API specification for the JbcGrid, version 1.6

C D E F G I J L M R S T U

C

CHOOSER_DATE - Static variable in class jbc.grid.JbcCellRendererDate
Constant for chooser style.
CHOOSER_DATE - Static variable in class jbc.grid.JbcCellRendererDateTime
Constant for chooser style.
CHOOSER_DATE - Static variable in class jbc.grid.JbcCellRendererTime
Constant for chooser style.
CHOOSER_DATETIME - Static variable in class jbc.grid.JbcCellRendererDate
Constant for chooser style.
CHOOSER_DATETIME - Static variable in class jbc.grid.JbcCellRendererDateTime
Constant for chooser style.
CHOOSER_DATETIME - Static variable in class jbc.grid.JbcCellRendererTime
Constant for chooser style.
CHOOSER_TIME - Static variable in class jbc.grid.JbcCellRendererDate
Constant for chooser style.
CHOOSER_TIME - Static variable in class jbc.grid.JbcCellRendererDateTime
Constant for chooser style.
CHOOSER_TIME - Static variable in class jbc.grid.JbcCellRendererTime
Constant for chooser style.
collapseAllRows() - Method in class jbc.grid.JbcGridTable
This function collapses all the expanded rows.
collapseAllTreeviews() - Method in class jbc.grid.JbcGridTable
This function collapses all the expanded treeview rows.
convertRealIndexToRow(int) - Method in class jbc.grid.JbcGridTable
This function converts the number of a DataBase-row to a number of a table-row.
convertRowToRealIndex(int) - Method in class jbc.grid.JbcGridTable
This function converts the number of a table-row to a number of a DataBase-row.

D

DEFAULT - Static variable in class jbc.grid.JbcCellRendererDate
Constant for default style pattern.
DEFAULT - Static variable in class jbc.grid.JbcCellRendererDateTime
Constant for default style pattern.
DEFAULT - Static variable in class jbc.grid.JbcCellRendererTime
Constant for default style pattern.

E

editCellAt(int, int, EventObject) - Method in class jbc.grid.JbcGridTable
Programmatically starts editing the cell at row and column, if the cell is editable.

F

FULL - Static variable in class jbc.grid.JbcCellRendererDate
Constant for full style pattern.
FULL - Static variable in class jbc.grid.JbcCellRendererDateTime
Constant for full style pattern.
FULL - Static variable in class jbc.grid.JbcCellRendererTime
Constant for full style pattern.

G

getAbout() - Method in class jbc.grid.JbcGridTable
Application code will not use these methods explicitly.
getAlternateBackgroundColor() - Method in class jbc.grid.JbcGridTable
Gets the alternate background color of this component.
getAutoResizeMode() - Method in class jbc.grid.JbcGridTable
Returns the auto resize mode of the table.
getClickCountToStart() - Static method in class jbc.grid.JbcGridTable
Returns the number of clicks needed to start editing.
getComponent() - Method in class jbc.grid.JbcCellRendererBoolean
Returns a reference to the renderer component.
getComponent() - Method in class jbc.grid.JbcCellRendererProgressBar
Returns a reference to the renderer component.
getConnectingLineColor() - Method in class jbc.grid.JbcGridTable
Gets the connectingLineColor color of this component.
getExpandColumnColor() - Method in class jbc.grid.JbcGridTable
Gets the expandColumnColor color of this component.
getExpandedRowComponent(int) - Method in class jbc.grid.JbcGridAbstractTableModel
You should override this method and return a component that will be used to overload the row.
getExpandedRowComponent(int) - Method in class jbc.grid.JbcGridDefaultTableModel
You should override this method and return a component that will be used to overload the row.
getExpandedRowComponent(int) - Method in interface jbc.grid.JbcGridInterfaceTableModel
You should override this method and return a component that will be used to overload the row.
getExpandedRows(boolean) - Method in class jbc.grid.JbcGridTable
This method returns an array for all the expanded rows.
getExpandedTreeviewComponent(int) - Method in class jbc.grid.JbcGridAbstractTableModel
You should override this method and return a component that will be used to expand the row.
getExpandedTreeviewComponent(int) - Method in class jbc.grid.JbcGridDefaultTableModel
You should override this method and return a component that will be used to expand the row.
getExpandedTreeviewComponent(int) - Method in interface jbc.grid.JbcGridInterfaceTableModel
You should override this method and return a component that will be used to expand the row.
getExpandedTreeviewRowCount() - Method in class jbc.grid.JbcGridTable
This functions returns the number of rows that will be expanded (Treeview).
getExpandedTreeviewRows(boolean) - Method in class jbc.grid.JbcGridTable
This method returns an array for all the expanded, treeview rows.
getFillerColor() - Method in class jbc.grid.JbcGridTable
Gets the filler color of this component.
getGridTableFromComponent(JComponent) - Static method in class jbc.grid.JbcGridTable
This method returns the GridTable owned by the expanded component.
getRowFromComponent(JComponent) - Static method in class jbc.grid.JbcGridTable
This method returns the row owned by the expanded component.
getStringDateTime(Date) - Method in class jbc.grid.JbcCellRendererDate
This function should return the string that will be printed in the component.
getStringDateTime(Date) - Method in class jbc.grid.JbcCellRendererDateTime
This function should return the string that will be printed in the component.
getStringDateTime(Date) - Method in class jbc.grid.JbcCellRendererSqlDate
This function should return the string that will be printed in the component.
getStringDateTime(Date) - Method in class jbc.grid.JbcCellRendererTime
This function should return the string that will be printed in the component.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class jbc.grid.JbcCellEditorBoolean
Sets an initial value for the editor.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class jbc.grid.JbcCellEditorComboBox
Sets an initial value for the editor.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class jbc.grid.JbcCellEditorDate
Sets an initial value for the editor.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class jbc.grid.JbcCellEditorDateTime
Sets an initial value for the editor.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class jbc.grid.JbcCellEditorDouble
Sets an initial value for the editor.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class jbc.grid.JbcCellEditorInteger
Sets an initial value for the editor.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class jbc.grid.JbcCellEditorLong
Sets an initial value for the editor.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class jbc.grid.JbcCellEditorSqlDate
Sets an initial value for the editor.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class jbc.grid.JbcCellEditorStrings
Sets an initial value for the editor.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class jbc.grid.JbcCellEditorStringsIndex
Sets an initial value for the editor.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class jbc.grid.JbcCellEditorTime
Sets an initial value for the editor.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class jbc.grid.JbcCellRenderer
Returns the component used for drawing the cell.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class jbc.grid.JbcCellRendererBoolean
Returns the component used for drawing the cell.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class jbc.grid.JbcCellRendererDate
Returns the component used for drawing the cell.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class jbc.grid.JbcCellRendererDateTime
Returns the component used for drawing the cell.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class jbc.grid.JbcCellRendererDecimalFormat
Returns the component used for drawing the cell.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class jbc.grid.JbcCellRendererProgressBar
Returns the component used for drawing the cell.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class jbc.grid.JbcCellRendererScientificNotation
Returns the component used for drawing the cell.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class jbc.grid.JbcCellRendererSqlDate
Returns the component used for drawing the cell.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class jbc.grid.JbcCellRendererTime
Returns the component used for drawing the cell.
getTreeViewBorder() - Method in class jbc.grid.JbcGridTable
Returns the current border used for nested treeview components.
getValueAt(int, int) - Method in class jbc.grid.JbcGridTable
Returns the cell value at row and column.

I

isCellEditable(EventObject) - Method in class jbc.grid.JbcCellEditorNoEditable
Returns false.
isExpandableTreeview(int) - Method in class jbc.grid.JbcGridAbstractTableModel
Returns true if this row may be expanded in tree view.
isExpandableTreeview(int) - Method in class jbc.grid.JbcGridDefaultTableModel
Returns true if this row may be expanded in tree view.
isExpandableTreeview(int) - Method in interface jbc.grid.JbcGridInterfaceTableModel
Returns true if this row may be expanded in tree view.
isExpandedRow(int) - Method in class jbc.grid.JbcGridTable
Returns true if this row is overloaded by a component.
isExpandedTreeview(int) - Method in class jbc.grid.JbcGridTable
Returns true if this row is expanded with a tree-view component.
isTreeViewAllowed() - Method in class jbc.grid.JbcGridTable
Returns true if the Grid table may be expanded in tree view.

J

jbc.grid - package jbc.grid
 
JbcCellEditorBoolean - Class in jbc.grid
This class implements a JToggleButton as an editor and allows to edit values in a table cell.
JbcCellEditorBoolean() - Constructor for class jbc.grid.JbcCellEditorBoolean
 
JbcCellEditorComboBox - Class in jbc.grid
This class implements a JCombobox as an editor and allows to edit values in a table cell.
JbcCellEditorComboBox() - Constructor for class jbc.grid.JbcCellEditorComboBox
Creates a JbcCellEditorComboBox with a default data model.
JbcCellEditorComboBox(ComboBoxModel) - Constructor for class jbc.grid.JbcCellEditorComboBox
Creates a JbcCellEditorComboBox that takes it's items from an existing ComboBoxModel.
JbcCellEditorComboBox(Object[]) - Constructor for class jbc.grid.JbcCellEditorComboBox
Creates a JbcCellEditorComboBox that contains the elements in the specified array.
JbcCellEditorComboBox(Vector) - Constructor for class jbc.grid.JbcCellEditorComboBox
Creates a JbcCellEditorComboBox that contains the elements in the specified Vector.
JbcCellEditorDate - Class in jbc.grid
This class implements a JbcDateTimeChooser as an editor and allows to edit values in a table cell.
JbcCellEditorDate(int) - Constructor for class jbc.grid.JbcCellEditorDate
 
JbcCellEditorDate() - Constructor for class jbc.grid.JbcCellEditorDate
 
JbcCellEditorDateTime - Class in jbc.grid
This class implements a JbcDateTimeChooser as an editor and allows to edit values in a table cell.
JbcCellEditorDateTime(int) - Constructor for class jbc.grid.JbcCellEditorDateTime
 
JbcCellEditorDateTime() - Constructor for class jbc.grid.JbcCellEditorDateTime
 
JbcCellEditorDecimalFormat - Class in jbc.grid
This class implements a JTextField as an editor and allows to edit values in a table cell.
JbcCellEditorDecimalFormat() - Constructor for class jbc.grid.JbcCellEditorDecimalFormat
Creates a JbcCellEditorDecimalFormat using the default decimal value (2) and the symbols for the default locale.
JbcCellEditorDecimalFormat(int) - Constructor for class jbc.grid.JbcCellEditorDecimalFormat
Creates a JbcCellEditorDecimalFormat using the given decimal value and the symbols for the default locale.
JbcCellEditorDouble - Class in jbc.grid
This class implements a JbcDoubleSpinButton as an editor and allows to edit values in a table cell.
JbcCellEditorDouble(double, double, int) - Constructor for class jbc.grid.JbcCellEditorDouble
 
JbcCellEditorInteger - Class in jbc.grid
This class implements a JbcSpinButton as an editor and allows to edit values in a table cell.
JbcCellEditorInteger(int, int) - Constructor for class jbc.grid.JbcCellEditorInteger
 
JbcCellEditorLong - Class in jbc.grid
This class implements a JbcLongSpinButton as an editor and allows to edit values in a table cell.
JbcCellEditorLong(long, long) - Constructor for class jbc.grid.JbcCellEditorLong
 
JbcCellEditorNoEditable - Class in jbc.grid
This CellEditor may be used for forbidding editing of cell.
JbcCellEditorNoEditable() - Constructor for class jbc.grid.JbcCellEditorNoEditable
 
JbcCellEditorScientificNotation - Class in jbc.grid
This class implements a JTextField as an editor and allows to edit values in a table cell.
JbcCellEditorScientificNotation() - Constructor for class jbc.grid.JbcCellEditorScientificNotation
Creates a JbcCellEditorScientificNotation using the default pattern ("######0.0######E0") and the symbols for the default locale.
JbcCellEditorScientificNotation(String) - Constructor for class jbc.grid.JbcCellEditorScientificNotation
Creates a JbcCellEditorScientificNotation using the given pattern and the symbols for the default locale.
JbcCellEditorSqlDate - Class in jbc.grid
This class implements a JbcDateTimeChooser as an editor and allows to edit values in a table cell.
JbcCellEditorSqlDate(int) - Constructor for class jbc.grid.JbcCellEditorSqlDate
 
JbcCellEditorSqlDate() - Constructor for class jbc.grid.JbcCellEditorSqlDate
 
JbcCellEditorStrings - Class in jbc.grid
This class implements a JbcStringSpinButton as an editor and allows to edit values in a table cell.
JbcCellEditorStrings(String[]) - Constructor for class jbc.grid.JbcCellEditorStrings
 
JbcCellEditorStringsIndex - Class in jbc.grid
This class implements a JbcStringSpinButton as an editor and allows to edit values in a table cell.
JbcCellEditorStringsIndex(String[]) - Constructor for class jbc.grid.JbcCellEditorStringsIndex
 
JbcCellEditorTextField - Class in jbc.grid
This class implements a JTextField as an editor and allows to edit values in a table cell.
JbcCellEditorTextField() - Constructor for class jbc.grid.JbcCellEditorTextField
Creates a JbcCellEditorTextField.
JbcCellEditorTextField(JTextField) - Constructor for class jbc.grid.JbcCellEditorTextField
Creates a JbcCellEditorTextField.
JbcCellEditorTime - Class in jbc.grid
This class implements a JbcDateTimeChooser as an editor and allows to edit values in a table cell.
JbcCellEditorTime(int) - Constructor for class jbc.grid.JbcCellEditorTime
 
JbcCellEditorTime() - Constructor for class jbc.grid.JbcCellEditorTime
 
JbcCellRenderer - Class in jbc.grid
This class may be used for rendering (displaying) individual cells in a JbcGridTable.
JbcCellRenderer() - Constructor for class jbc.grid.JbcCellRenderer
 
JbcCellRendererBoolean - Class in jbc.grid
This class may be used for rendering (displaying) individual cells in a JbcGridTable.
JbcCellRendererBoolean() - Constructor for class jbc.grid.JbcCellRendererBoolean
Creates a JbcCellRendererCenter.
JbcCellRendererBoolean(JToggleButton) - Constructor for class jbc.grid.JbcCellRendererBoolean
Creates a JbcCellRendererCenter.
JbcCellRendererCenter - Class in jbc.grid
This class may be used for rendering (displaying) individual cells in a JbcGridTable.
JbcCellRendererCenter() - Constructor for class jbc.grid.JbcCellRendererCenter
Creates a JbcCellRendererCenter.
JbcCellRendererDate - Class in jbc.grid
This class may be used for rendering (displaying) individual cells in a JbcGridTable.
JbcCellRendererDate() - Constructor for class jbc.grid.JbcCellRendererDate
Creates a JbcCellRendererDate.
JbcCellRendererDate(int) - Constructor for class jbc.grid.JbcCellRendererDate
Creates a JbcCellRendererDate with a specific stylePattern.
JbcCellRendererDateTime - Class in jbc.grid
This class may be used for rendering (displaying) individual cells in a JbcGridTable.
JbcCellRendererDateTime() - Constructor for class jbc.grid.JbcCellRendererDateTime
Creates a JbcCellRendererDateTime.
JbcCellRendererDateTime(int) - Constructor for class jbc.grid.JbcCellRendererDateTime
Creates a JbcCellRendererDateTime with a specific stylePattern.
JbcCellRendererDecimalFormat - Class in jbc.grid
This class may be used for rendering (displaying) individual cells in a JbcGridTable.
JbcCellRendererDecimalFormat() - Constructor for class jbc.grid.JbcCellRendererDecimalFormat
Creates a JbcCellRendererDecimalFormat using the default pattern ("#,##0.00") and the symbols for the default locale.
JbcCellRendererDecimalFormat(String) - Constructor for class jbc.grid.JbcCellRendererDecimalFormat
Creates a JbcCellRendererDecimalFormat using the given pattern and the symbols for the default locale.
JbcCellRendererProgressBar - Class in jbc.grid
This class may be used for rendering (displaying) individual cells in a JbcGridTable.
JbcCellRendererProgressBar() - Constructor for class jbc.grid.JbcCellRendererProgressBar
Creates a JbcCellRendererProgressBar.
JbcCellRendererProgressBar(JProgressBar) - Constructor for class jbc.grid.JbcCellRendererProgressBar
Creates a JbcCellRendererProgressBar.
JbcCellRendererRight - Class in jbc.grid
This class may be used for rendering (displaying) individual cells in a JbcGridTable.
JbcCellRendererRight() - Constructor for class jbc.grid.JbcCellRendererRight
Creates a JbcCellRendererRight.
JbcCellRendererScientificNotation - Class in jbc.grid
This class may be used for rendering (displaying) individual cells in a JbcGridTable.
JbcCellRendererScientificNotation() - Constructor for class jbc.grid.JbcCellRendererScientificNotation
Creates a JbcCellRendererScientificNotation using the default pattern ("######0.0######E0") and the symbols for the default locale.
JbcCellRendererScientificNotation(String) - Constructor for class jbc.grid.JbcCellRendererScientificNotation
Creates a JbcCellRendererScientificNotation using the given pattern and the symbols for the default locale.
JbcCellRendererSqlDate - Class in jbc.grid
This class may be used for rendering (displaying) individual cells in a JbcGridTable.
JbcCellRendererSqlDate() - Constructor for class jbc.grid.JbcCellRendererSqlDate
Creates a JbcCellRendererSqlDate.
JbcCellRendererTime - Class in jbc.grid
This class may be used for rendering (displaying) individual cells in a JbcGridTable.
JbcCellRendererTime() - Constructor for class jbc.grid.JbcCellRendererTime
Creates a JbcCellRendererTime.
JbcCellRendererTime(int) - Constructor for class jbc.grid.JbcCellRendererTime
Creates a JbcCellRendererTime with a specific stylePattern.
JbcGridAbstractTableModel - Class in jbc.grid
This TableModel extends the AbstractTableModel.
JbcGridAbstractTableModel() - Constructor for class jbc.grid.JbcGridAbstractTableModel
 
JbcGridDefaultTableModel - Class in jbc.grid
This TableModel extends the DefaultTableModel, so you may use all the functionalities of DefaultTableModel, especially the vector facilities.
JbcGridDefaultTableModel() - Constructor for class jbc.grid.JbcGridDefaultTableModel
Constructs a default JbcGridDefaultTableModel which is a table of zero columns and zero rows.
JbcGridDefaultTableModel(int, int) - Constructor for class jbc.grid.JbcGridDefaultTableModel
Constructs a JbcGridDefaultTableModel with rowCount and columnCount of null object values.
JbcGridDefaultTableModel(Vector, int) - Constructor for class jbc.grid.JbcGridDefaultTableModel
Constructs a JbcGridDefaultTableModel with as many columns as there are elements in columnNames and rowCount of null object values.
JbcGridDefaultTableModel(Object[], int) - Constructor for class jbc.grid.JbcGridDefaultTableModel
Constructs a JbcGridDefaultTableModel with as many columns as there are elements in columnNames and rowCount of null object values.
JbcGridDefaultTableModel(Vector, Vector) - Constructor for class jbc.grid.JbcGridDefaultTableModel
Constructs a JbcGridDefaultTableModel and initializes the table by passing data and columnNames to the setDataVector method.
JbcGridDefaultTableModel(Object[][], Object[]) - Constructor for class jbc.grid.JbcGridDefaultTableModel
Constructs a JbcGridDefaultTableModel and initializes the table by passing data and columnNames to the setDataVector method.
JbcGridInterfaceTableModel - Interface in jbc.grid
This interface is the minimum basis required for any TableModel used with JbcGridTable.
JbcGridTable - Class in jbc.grid
All you ever wanted to do with a JTable/JTree... but were afraid to code.
JbcGridTable() - Constructor for class jbc.grid.JbcGridTable
Constructs a default JbcGridTable that is initialized with a default data model, a default column model, and a default selection model.
JbcGridTable(TableModel) - Constructor for class jbc.grid.JbcGridTable
Constructs a JbcGridTable that is initialized with dm as the data model, a default column model, and a default selection model.
JbcGridTable(TableModel, TableColumnModel) - Constructor for class jbc.grid.JbcGridTable
Constructs a JbcGridTable that is initialized with dm as the data model, cm as the column model, and a default selection model.
JbcGridTable(TableModel, TableColumnModel, ListSelectionModel) - Constructor for class jbc.grid.JbcGridTable
Constructs a JbcGridTable that is initialized with dm as the data model, cm as the column model, and sm as the selection model.
JbcGridTable(int, int) - Constructor for class jbc.grid.JbcGridTable
Constructs a JbcGridTable with numRows and numColumns of empty cells using JbcGridDefaultTableModel.
JbcGridTable(Vector, Vector) - Constructor for class jbc.grid.JbcGridTable
Constructs a JbcGridTable to display the values in the Vector of Vectors, rowData, with column names, columnNames.
JbcGridTable(Object[][], Object[]) - Constructor for class jbc.grid.JbcGridTable
Constructs a JbcGridTable to display the values in the two dimensional array, rowData, with column names, columnNames.

L

LONG - Static variable in class jbc.grid.JbcCellRendererDate
Constant for long style pattern.
LONG - Static variable in class jbc.grid.JbcCellRendererDateTime
Constant for long style pattern.
LONG - Static variable in class jbc.grid.JbcCellRendererTime
Constant for long style pattern.

M

MEDIUM - Static variable in class jbc.grid.JbcCellRendererDate
Constant for medium style pattern.
MEDIUM - Static variable in class jbc.grid.JbcCellRendererDateTime
Constant for medium style pattern.
MEDIUM - Static variable in class jbc.grid.JbcCellRendererTime
Constant for medium style pattern.

R

repaint(long, int, int, int, int) - Method in class jbc.grid.JbcGridTable
Repaints the specified rectangle of this component within tm milliseconds.

S

setAbout(String) - Method in class jbc.grid.JbcGridTable
Application code will not use these methods explicitly.
setAlternateBackgroundColor(Color) - Method in class jbc.grid.JbcGridTable
Sets the alternate background color of this component.
setAutoResizeMode(int) - Method in class jbc.grid.JbcGridTable
Sets the table's auto resize mode when the table is resized.
setClickCountToStart(int) - Static method in class jbc.grid.JbcGridTable
clickCountToStart controls the number of clicks required to start editing.
setConnectingLineColor(Color) - Method in class jbc.grid.JbcGridTable
Sets the connectingLine Color color of this component.
setExpandColumnColor(Color) - Method in class jbc.grid.JbcGridTable
Sets the expandColumn Color color of this component.
setExpandedRow(int, boolean) - Method in class jbc.grid.JbcGridTable
Sets if the row should be overloaded by a component.
setExpandedTreeview(int, boolean) - Method in class jbc.grid.JbcGridTable
Sets if the row should be expanded with a tree-view component.
setFillerColor(Color) - Method in class jbc.grid.JbcGridTable
Sets the filler color of this component.
setIntercellSpacing(Dimension) - Method in class jbc.grid.JbcGridTable
Sets the rowMargin and the columnMargin -- the height and width of the space between cells -- to intercellSpacing.
setModel(TableModel) - Method in class jbc.grid.JbcGridTable
Sets the data model for this table to newModel and registers with it for listener notifications from the new data model.
setRowHeight(int) - Method in class jbc.grid.JbcGridTable
Sets the height, in pixels, of all cells to rowHeight, revalidates, and repaints.
setRowHeight(int, int) - Method in class jbc.grid.JbcGridTable
Sets the height for row to rowHeight, revalidates, and repaints.
setRowMargin(int) - Method in class jbc.grid.JbcGridTable
Sets the amount of empty space between cells in adjacent rows.
setTreeViewAllowed(boolean) - Method in class jbc.grid.JbcGridTable
If true the component may be expanded in tree view.
setTreeViewBorder(Border) - Method in class jbc.grid.JbcGridTable
Sets the border for nested treeviews.
setValueAt(Object, int, int) - Method in class jbc.grid.JbcGridTable
Sets the value for the cell in the table model at row and column.
SHORT - Static variable in class jbc.grid.JbcCellRendererDate
Constant for short style pattern.
SHORT - Static variable in class jbc.grid.JbcCellRendererDateTime
Constant for short style pattern.
SHORT - Static variable in class jbc.grid.JbcCellRendererTime
Constant for short style pattern.

T

tableChanged(TableModelEvent) - Method in class jbc.grid.JbcGridTable
Invoked when this table's TableModel generates a TableModelEvent.

U

updateUI() - Method in class jbc.grid.JbcCellRendererBoolean
Notification from the UIFactory that the L&F has changed.
updateUI() - Method in class jbc.grid.JbcCellRendererProgressBar
Notification from the UIFactory that the L&F has changed.
updateUI() - Method in class jbc.grid.JbcGridTable
Notification from the UIManager that the L&F has changed.

C D E F G I J L M R S T U
JBCSolutions - Jbcgrid v1.6

JBCSolutions - Jbcgrid v1.6