Contents
| Package | Class |
Tree
|
Deprecated
|
Index
|
Help
PREV | NEXT
SHOW LISTS
|
HIDE LISTS
A
C
D
G
H
I
O
P
R
S
T
A
addActionListener
(ActionListener). Method in class COM.Subrahmanyam.table.
Table
Add a listener to recieve action events when the state of an item changes.
addColumn
(String, String[]). Method in class COM.Subrahmanyam.table.
Table
Add a column of data to the table.
addColumn
(int, String, String[]). Method in class COM.Subrahmanyam.table.
Table
Add a column of data at the specified position.
addItemListener
(ItemListener). Method in class COM.Subrahmanyam.table.
Table
Add a listener to recieve item events when an element state changes.
addMouseListener
(MouseListener). Method in class COM.Subrahmanyam.table.
Table
Add a listener to receive mouse events.
addMouseMotionListener
(MouseMotionListener). Method in class COM.Subrahmanyam.table.
Table
Add a listener to receive mouse motion events.
addRow
(String[]). Method in class COM.Subrahmanyam.table.
Table
Adds a row of data at the end.
addRow
(int, String[]). Method in class COM.Subrahmanyam.table.
Table
Adds a row of data.
allowDrag
(boolean). Method in class COM.Subrahmanyam.table.
Table
Allows/disallows column resize via mouse drag.
allowMultipleSelections
(boolean). Method in class COM.Subrahmanyam.table.
Table
Allows/disallows multiple selections.
C
clear
(). Method in class COM.Subrahmanyam.table.
Table
Clears the data in the table.
clearAll
(). Method in class COM.Subrahmanyam.table.
Table
Clears the data and the header as well.
D
DOUBLE_CLICK
. Static variable in class COM.Subrahmanyam.table.
Table
Selection by double mouse-click.
deleteColumn
(int). Method in class COM.Subrahmanyam.table.
Table
Delete a specified column of data.
deleteRow
(int). Method in class COM.Subrahmanyam.table.
Table
Deletes a specified row of data.
G
getBottomRowIndex
(). Method in class COM.Subrahmanyam.table.
Table
Gets the index of the row at the top of the visible area.
getClickMode
(). Method in class COM.Subrahmanyam.table.
Table
Gets the current click-mode (one of SINGLE_CLICK and DOUBLE_CLICK)
getColumn
(). Method in class COM.Subrahmanyam.table.
TElement
Gets the column index.
getData
(). Method in class COM.Subrahmanyam.table.
TElement
Gets the string data.
getElement
(int, int). Method in class COM.Subrahmanyam.table.
Table
Returns the elemenent at [row, column].
getFonts
(). Method in class COM.Subrahmanyam.table.
Table
Gets the current fonts.
getHiliteMode
(). Method in class COM.Subrahmanyam.table.
Table
Gets the current hilite mode.
getNoColumns
(). Method in class COM.Subrahmanyam.table.
Table
Returns the number of columns.
getNoRows
(). Method in class COM.Subrahmanyam.table.
Table
Returns the number of rows.
getPageHeight
(). Method in class COM.Subrahmanyam.table.
Table
Gets the page height.
getRow
(). Method in class COM.Subrahmanyam.table.
TElement
Gets the row index.
getScale
(). Method in class COM.Subrahmanyam.table.
Table
Returns the current scale-factors of columns.
getSelColumnIndex
(). Method in class COM.Subrahmanyam.table.
Table
Returns index of the selected column.
getSelRowIndex
(). Method in class COM.Subrahmanyam.table.
Table
Returns index of the currently selected row.
getSelectedObjects
(). Method in class COM.Subrahmanyam.table.
Table
Get selected objects.
getSelection
(). Method in class COM.Subrahmanyam.table.
Table
Returns an array of TElement objects.
getTopRowIndex
(). Method in class COM.Subrahmanyam.table.
Table
Gets the index of the row at the bottom of the visible area.
H
HILITE_COLUMN
. Static variable in class COM.Subrahmanyam.table.
Table
Hilite columns when selected.
HILITE_ELEMENT
. Static variable in class COM.Subrahmanyam.table.
Table
Hilite elements when selected.
HILITE_ROW
. Static variable in class COM.Subrahmanyam.table.
Table
Hitile rows when selected.
I
isElementSelected
(int, int). Method in class COM.Subrahmanyam.table.
Table
Determines if an element specified by row and column indices is selected.
isEnabled
(). Method in class COM.Subrahmanyam.table.
Table
Determines whether the Table is currently enabled or disabled.
O
OUT_OF_FOCUS
. Static variable in class COM.Subrahmanyam.table.
Table
Indicates that no row/column is in focus.
P
processComponentEvent
(ComponentEvent). Method in class COM.Subrahmanyam.table.
Table
Component event handler.
R
removeActionListener
(ActionListener). Method in class COM.Subrahmanyam.table.
Table
Remove the specified action listener.
removeItemListener
(ItemListener). Method in class COM.Subrahmanyam.table.
Table
Removes the specified item listener.
removeMouseListener
(MouseListener). Method in class COM.Subrahmanyam.table.
Table
Removes the specified mouse listener.
removeMouseMotionListener
(MouseMotionListener). Method in class COM.Subrahmanyam.table.
Table
Removes the specified mouse motion listener.
repaint
(). Method in class COM.Subrahmanyam.table.
Table
Repaints the Table.
S
SINGLE_CLICK
. Static variable in class COM.Subrahmanyam.table.
Table
Selection by single mouse-click.
selectColumn
(int). Method in class COM.Subrahmanyam.table.
Table
Selects a column.
selectRow
(int). Method in class COM.Subrahmanyam.table.
Table
Selects a row.
setClickMode
(int). Method in class COM.Subrahmanyam.table.
Table
Sets the selection mode.
setColors
(Color, Color, Color, Color, Color, Color). Method in class COM.Subrahmanyam.table.
Table
Sets colors for the header, data (normal and reverse) and the drag line.
setColors
(int, int, Color, Color, Color, Color). Method in class COM.Subrahmanyam.table.
Table
Sets colors of a data item.
setColumn
(int). Method in class COM.Subrahmanyam.table.
TElement
Sets the column index.
setColumnColors
(int, Color, Color, Color, Color). Method in class COM.Subrahmanyam.table.
Table
Sets colors of a column.
setData
(String). Method in class COM.Subrahmanyam.table.
TElement
Sets the string data.
setElement
(int, int, String). Method in class COM.Subrahmanyam.table.
Table
Sets the elemenent at [row, column] to the specified string.
setElement
(TElement). Method in class COM.Subrahmanyam.table.
Table
Sets the element specified by a TElement object.
setEnabled
(boolean). Method in class COM.Subrahmanyam.table.
Table
Enables/disables the Table widget.
setFonts
(Font, Font). Method in class COM.Subrahmanyam.table.
Table
Sets the fonts.
setHiliteMode
(int). Method in class COM.Subrahmanyam.table.
Table
Sets the hilite mode.
setLineSpacing
(double). Method in class COM.Subrahmanyam.table.
Table
Sets the inter-row spacing.
setRow
(int). Method in class COM.Subrahmanyam.table.
TElement
Sets the row index.
setRowColors
(int, Color, Color, Color, Color). Method in class COM.Subrahmanyam.table.
Table
Sets colors of a row.
setScale
(int[]). Method in class COM.Subrahmanyam.table.
Table
Sets scale-factors for all the columns.
setSize
(int, int). Method in class COM.Subrahmanyam.table.
Table
Resizes the Table to the specified width and height.
showHorizontalSeparator
(boolean). Method in class COM.Subrahmanyam.table.
Table
Shows/hides row separators.
showVerticalSeparator
(boolean). Method in class COM.Subrahmanyam.table.
Table
Shows/hides column separators.
T
TElement
class COM.Subrahmanyam.table.
TElement
.
TElement is a helper class to encapsulate an element (data and its position) in the Table.
TElement
(int, int, String). Constructor for class COM.Subrahmanyam.table.
TElement
Constructs a TElement object with the specified row, column and data.
Table
class COM.Subrahmanyam.table.
Table
.
Class
Table
is a multicolumn version of the JDK class
List
that provides an interface to tabular string data (in a number of rows and columns).
Table
(). Constructor for class COM.Subrahmanyam.table.
Table
Constructs an empty Table.
Table
(boolean). Constructor for class COM.Subrahmanyam.table.
Table
Constructs an empty Table with some properties.
Table
(boolean, int). Constructor for class COM.Subrahmanyam.table.
Table
Constructs an empty Table with some properties.
toString
(). Method in class COM.Subrahmanyam.table.
TElement
Converts a TElement object to String.
A
C
D
G
H
I
O
P
R
S
T
Contents
| Package | Class |
Tree
|
Deprecated
|
Index
|
Help
PREV | NEXT
SHOW LISTS
|
HIDE LISTS