| Method Summary |
| void | AddActionListener
(TableListener listener)
|
| boolean | CanDrawContentDisabled
()
|
| boolean | CanRedraw
()
|
| boolean | CanTruncateText
()
|
| void | CreateTimer
(TableTimer timer, String timerName, boolean writeInTrail)
|
| void | DeleteChild
(String name)
|
| void | DeleteColumnsByIndex
(intseq columns)
|
| void | DeleteColumnsByName
(stringseq names)
|
| void | DeletePopupMenu
()
|
| void | DeleteRowsByIndex
(intseq rows)
|
| void | DeleteRowsByName
(stringseq names)
|
| boolean | DoesActivateOnReturn
()
|
| boolean | DoesAllowKeyboardInput
()
|
| boolean | DoesAllowReturnInput
()
|
| boolean | DoesAllowSpaceInput
()
|
| boolean | DoesAllowTabInput
()
|
| boolean | DoesCellSelectOnRMB
()
|
| boolean | DoesDynamicUpdate
()
|
| boolean | DoesRowHighlight
()
|
| boolean | DoesSizeByContents
()
|
| Color | GetAlternateRowColor
()
|
| Point | GetAnchorCellIndex
()
|
| TableCellCoordinates | GetAnchorCellName
()
|
| int | GetCellSelectionDelay
()
|
| SelectionPolicy | GetCellSelectionPolicy
()
|
| Colors | GetColumnBackgroundColorArray
()
|
| stringseq | GetColumnNameArray
()
|
| intseq | GetColumnResizableArray
()
|
| intseq | GetColumnResizingArray
()
|
| SelectionPolicy | GetColumnSelectionPolicy
()
|
| stringseq | GetColumnTextArray
()
|
| Colors | GetColumnTextColorArray
()
|
| intseq | GetColumnVisibleArray
()
|
| intseq | GetColumnWidthArray
()
|
| int | GetDefaultColumnWidth
()
|
| String | GetDefaultHelpText
()
|
| Point | GetDragCellIndex
()
|
| TableCellCoordinates | GetDragCellName
()
|
| String | GetDragCursorImage
()
|
| String | GetDragNotValidCursorImage
()
|
| Point | GetDropCellIndex
()
|
| TableCellCoordinates | GetDropCellName
()
|
| Point | GetFocusCellIndex
()
|
| TableCellCoordinates | GetFocusCellName
()
|
| Dimension | GetFrameMinimumSize
()
|
| Point | GetFrameOrigin
()
|
| Rectangle | GetFrameRectangle
()
|
| Dimension | GetFrameSize
()
|
| int | GetHeight
()
|
| Key | GetKeyPressed
()
|
| int | GetLockedColumns
()
|
| int | GetLockedRows
()
|
| int | GetMinimumHeight
()
|
| int | GetMinimumWidth
()
|
| Point | GetMostRecentCellIndex
()
|
| TableCellCoordinates | GetMostRecentCellName
()
|
| String | GetPrompt
()
|
| Rectangle | GetRectangleOfMonitor
()
|
| Colors | GetRowBackgroundColorArray
()
|
| stringseq | GetRowNameArray
()
|
| SelectionPolicy | GetRowSelectionPolicy
()
|
| stringseq | GetRowTextArray
()
|
| Colors | GetRowTextColorArray
()
|
| intseq | GetRowVisibleArray
()
|
| Point | GetScreenOrigin
()
|
| Rectangle | GetScreenRectangle
()
|
| ScrollBarPosition | GetScrollBarPosition
()
|
| stringseq | GetSelectedCellNameArray
()
|
| stringseq | GetSelectedColumnNameArray
()
|
| stringseq | GetSelectedRowNameArray
()
|
| Alignment | GetTextAlignment
()
|
| stringseq | GetViewableItemNameArray
()
|
| int | GetWidth
()
|
| boolean | HasBorder
()
|
| boolean | HasScrollBarsWhenNeeded
()
|
| int | InsertChild
(Component component)
|
| void | InsertColumn
(TableColumn tablecolumn, ColumnPositionData col_pos_data)
|
| void | InsertColumns
(TableColumns tablecolumns, ColumnPositionData posData)
|
| int | InsertPopupMenu
(Component component)
|
| void | InsertRow
(TableRow tablerow, RowPositionData row_pos_data)
|
| void | InsertRows
(TableRows tablerows, RowPositionData posData)
|
| boolean | IsGridVisible
()
|
| boolean | IsSelectionVisible
()
|
| boolean | IsValidDragSite
()
|
| void | MoveColumnsByIndex
(int column, intseq columns)
|
| void | MoveColumnsByName
(String column, stringseq names)
|
| void | MoveRowsByIndex
(int row, intseq rows)
|
| void | MoveRowsByName
(String row, stringseq names)
|
| void | PushAction
(TableAction action)
|
| void | SelectCellsOfColumnByIndex
(intseq columns, boolean select)
|
| void | SelectCellsOfColumnByName
(stringseq names, boolean select)
|
| void | SelectCellsOfRowByIndex
(intseq rows, boolean select)
|
| void | SelectCellsOfRowByName
(stringseq rows, boolean select)
|
| void | SetActivateOnReturn
(boolean flag)
|
| void | SetAllowKeyboardInput
(boolean flag)
|
| void | SetAllowReturnInput
(boolean flag)
|
| void | SetAllowSpaceInput
(boolean flag)
|
| void | SetAllowTabInput
(boolean flag)
|
| void | SetAlternateRowColor
(Color color)
|
| void | SetAnchorCellName
(TableCellCoordinates value)
|
| void | SetCanDrawContentDisabled
(boolean flag)
|
| void | SetCanRedraw
(boolean flag)
|
| void | SetCanTruncateText
(boolean flag)
|
| void | SetCellSelectionDelay
(int value)
|
| void | SetCellSelectionPolicy
(SelectionPolicy value)
|
| void | SetCellSelectOnRMB
(boolean flag)
|
| void | SetColumnBackgroundColorArray
(Colors colors)
|
| void | SetColumnNameArray
(stringseq values)
|
| void | SetColumnResizableArray
(intseq values)
|
| void | SetColumnResizingArray
(intseq values)
|
| void | SetColumnSelectionPolicy
(SelectionPolicy value)
|
| void | SetColumnTextArray
(stringseq values)
|
| void | SetColumnTextColorArray
(Colors colors)
|
| void | SetColumnVisibleArray
(intseq values)
|
| void | SetColumnWidthArray
(intseq values)
|
| void | SetDefaultColumnWidth
(int value)
|
| void | SetDefaultHelpText
(String value)
|
| void | SetDragCursorImage
(String value)
|
| void | SetDragNotValidCursorImage
(String value)
|
| void | SetDynamicUpdate
(boolean flag)
|
| void | SetFocusCellName
(TableCellCoordinates value)
|
| void | SetFrameOrigin
(Point value)
|
| void | SetFrameRectangle
(Rectangle rect)
|
| void | SetFrameSize
(Dimension value)
|
| void | SetGridVisible
(boolean flag)
|
| void | SetHasBorder
(boolean flag)
|
| void | SetHasScrollBarsWhenNeeded
(boolean flag)
|
| void | SetHeight
(int value)
|
| void | SetItemTextArray
(stringseq values)
|
| void | SetKeyPressed
(Key key)
|
| void | SetLockedColumns
(int value)
|
| void | SetLockedRows
(int value)
|
| void | SetMinimumHeight
(int value)
|
| void | SetMinimumWidth
(int value)
|
| void | SetPrompt
(String value)
|
| void | SetRowBackgroundColorArray
(Colors colors)
|
| void | SetRowHighlight
(boolean flag)
|
| void | SetRowNameArray
(stringseq values)
|
| void | SetRowSelectionPolicy
(SelectionPolicy value)
|
| void | SetRowTextArray
(stringseq values)
|
| void | SetRowTextColorArray
(Colors colors)
|
| void | SetRowVisibleArray
(intseq values)
|
| void | SetScrollBarPosition
(ScrollBarPosition value)
|
| void | SetSelectedCellNameArray
(stringseq values)
|
| void | SetSelectedColumnNameArray
(stringseq values)
|
| void | SetSelectedRowNameArray
(stringseq values)
|
| void | SetSelectionVisible
(boolean flag)
|
| void | SetSizeByContents
(boolean flag)
|
| void | SetTextAlignment
(Alignment value)
|
| void | SetTextOfColumnCells
(String column, String labels)
|
| void | SetTextOfRowCells
(String row, String labels)
|
| void | SetValidDragSite
(boolean flag)
|
| void | SetWidth
(int value)
|
| void | StartTimer
(String timerName, int duration)
|
| void | StopTimer
(String timerName)
|