Library | Package Java Toolkit

Interface Table

package com.ptc.uifc.uifcTable;

public interface Table
  extends com.ptc.uifc.uifcSelection.Selection



Description

 



Method Summary
voidAddActionListener (TableListener listener)
     
booleanCanDrawContentDisabled ()
     
booleanCanRedraw ()
     
booleanCanTruncateText ()
     
voidCreateTimer (TableTimer timer, String timerName, boolean writeInTrail)
     
voidDeleteChild (String name)
     
voidDeleteColumnsByIndex (intseq columns)
     
voidDeleteColumnsByName (stringseq names)
     
voidDeletePopupMenu ()
     
voidDeleteRowsByIndex (intseq rows)
     
voidDeleteRowsByName (stringseq names)
     
booleanDoesActivateOnReturn ()
     
booleanDoesAllowKeyboardInput ()
     
booleanDoesAllowReturnInput ()
     
booleanDoesAllowSpaceInput ()
     
booleanDoesAllowTabInput ()
     
booleanDoesCellSelectOnRMB ()
     
booleanDoesDynamicUpdate ()
     
booleanDoesRowHighlight ()
     
booleanDoesSizeByContents ()
     
ColorGetAlternateRowColor ()
     
PointGetAnchorCellIndex ()
     
TableCellCoordinatesGetAnchorCellName ()
     
intGetCellSelectionDelay ()
     
SelectionPolicyGetCellSelectionPolicy ()
     
ColorsGetColumnBackgroundColorArray ()
     
stringseqGetColumnNameArray ()
     
intseqGetColumnResizableArray ()
     
intseqGetColumnResizingArray ()
     
SelectionPolicyGetColumnSelectionPolicy ()
     
stringseqGetColumnTextArray ()
     
ColorsGetColumnTextColorArray ()
     
intseqGetColumnVisibleArray ()
     
intseqGetColumnWidthArray ()
     
intGetDefaultColumnWidth ()
     
StringGetDefaultHelpText ()
     
PointGetDragCellIndex ()
     
TableCellCoordinatesGetDragCellName ()
     
StringGetDragCursorImage ()
     
StringGetDragNotValidCursorImage ()
     
PointGetDropCellIndex ()
     
TableCellCoordinatesGetDropCellName ()
     
PointGetFocusCellIndex ()
     
TableCellCoordinatesGetFocusCellName ()
     
DimensionGetFrameMinimumSize ()
     
PointGetFrameOrigin ()
     
RectangleGetFrameRectangle ()
     
DimensionGetFrameSize ()
     
intGetHeight ()
     
KeyGetKeyPressed ()
     
intGetLockedColumns ()
     
intGetLockedRows ()
     
intGetMinimumHeight ()
     
intGetMinimumWidth ()
     
PointGetMostRecentCellIndex ()
     
TableCellCoordinatesGetMostRecentCellName ()
     
StringGetPrompt ()
     
RectangleGetRectangleOfMonitor ()
     
ColorsGetRowBackgroundColorArray ()
     
stringseqGetRowNameArray ()
     
SelectionPolicyGetRowSelectionPolicy ()
     
stringseqGetRowTextArray ()
     
ColorsGetRowTextColorArray ()
     
intseqGetRowVisibleArray ()
     
PointGetScreenOrigin ()
     
RectangleGetScreenRectangle ()
     
ScrollBarPositionGetScrollBarPosition ()
     
stringseqGetSelectedCellNameArray ()
     
stringseqGetSelectedColumnNameArray ()
     
stringseqGetSelectedRowNameArray ()
     
AlignmentGetTextAlignment ()
     
stringseqGetViewableItemNameArray ()
     
intGetWidth ()
     
booleanHasBorder ()
     
booleanHasScrollBarsWhenNeeded ()
     
intInsertChild (Component component)
     
voidInsertColumn (TableColumn tablecolumn, ColumnPositionData col_pos_data)
     
voidInsertColumns (TableColumns tablecolumns, ColumnPositionData posData)
     
intInsertPopupMenu (Component component)
     
voidInsertRow (TableRow tablerow, RowPositionData row_pos_data)
     
voidInsertRows (TableRows tablerows, RowPositionData posData)
     
booleanIsGridVisible ()
     
booleanIsSelectionVisible ()
     
booleanIsValidDragSite ()
     
voidMoveColumnsByIndex (int column, intseq columns)
     
voidMoveColumnsByName (String column, stringseq names)
     
voidMoveRowsByIndex (int row, intseq rows)
     
voidMoveRowsByName (String row, stringseq names)
     
voidPushAction (TableAction action)
     
voidSelectCellsOfColumnByIndex (intseq columns, boolean select)
     
voidSelectCellsOfColumnByName (stringseq names, boolean select)
     
voidSelectCellsOfRowByIndex (intseq rows, boolean select)
     
voidSelectCellsOfRowByName (stringseq rows, boolean select)
     
voidSetActivateOnReturn (boolean flag)
     
voidSetAllowKeyboardInput (boolean flag)
     
voidSetAllowReturnInput (boolean flag)
     
voidSetAllowSpaceInput (boolean flag)
     
voidSetAllowTabInput (boolean flag)
     
voidSetAlternateRowColor (Color color)
     
voidSetAnchorCellName (TableCellCoordinates value)
     
voidSetCanDrawContentDisabled (boolean flag)
     
voidSetCanRedraw (boolean flag)
     
voidSetCanTruncateText (boolean flag)
     
voidSetCellSelectionDelay (int value)
     
voidSetCellSelectionPolicy (SelectionPolicy value)
     
voidSetCellSelectOnRMB (boolean flag)
     
voidSetColumnBackgroundColorArray (Colors colors)
     
voidSetColumnNameArray (stringseq values)
     
voidSetColumnResizableArray (intseq values)
     
voidSetColumnResizingArray (intseq values)
     
voidSetColumnSelectionPolicy (SelectionPolicy value)
     
voidSetColumnTextArray (stringseq values)
     
voidSetColumnTextColorArray (Colors colors)
     
voidSetColumnVisibleArray (intseq values)
     
voidSetColumnWidthArray (intseq values)
     
voidSetDefaultColumnWidth (int value)
     
voidSetDefaultHelpText (String value)
     
voidSetDragCursorImage (String value)
     
voidSetDragNotValidCursorImage (String value)
     
voidSetDynamicUpdate (boolean flag)
     
voidSetFocusCellName (TableCellCoordinates value)
     
voidSetFrameOrigin (Point value)
     
voidSetFrameRectangle (Rectangle rect)
     
voidSetFrameSize (Dimension value)
     
voidSetGridVisible (boolean flag)
     
voidSetHasBorder (boolean flag)
     
voidSetHasScrollBarsWhenNeeded (boolean flag)
     
voidSetHeight (int value)
     
voidSetItemTextArray (stringseq values)
     
voidSetKeyPressed (Key key)
     
voidSetLockedColumns (int value)
     
voidSetLockedRows (int value)
     
voidSetMinimumHeight (int value)
     
voidSetMinimumWidth (int value)
     
voidSetPrompt (String value)
     
voidSetRowBackgroundColorArray (Colors colors)
     
voidSetRowHighlight (boolean flag)
     
voidSetRowNameArray (stringseq values)
     
voidSetRowSelectionPolicy (SelectionPolicy value)
     
voidSetRowTextArray (stringseq values)
     
voidSetRowTextColorArray (Colors colors)
     
voidSetRowVisibleArray (intseq values)
     
voidSetScrollBarPosition (ScrollBarPosition value)
     
voidSetSelectedCellNameArray (stringseq values)
     
voidSetSelectedColumnNameArray (stringseq values)
     
voidSetSelectedRowNameArray (stringseq values)
     
voidSetSelectionVisible (boolean flag)
     
voidSetSizeByContents (boolean flag)
     
voidSetTextAlignment (Alignment value)
     
voidSetTextOfColumnCells (String column, String labels)
     
voidSetTextOfRowCells (String row, String labels)
     
voidSetValidDragSite (boolean flag)
     
voidSetWidth (int value)
     
voidStartTimer (String timerName, int duration)
     
voidStopTimer (String timerName)
     

Methods Inherited from Interface com.ptc.uifc.uifcComponent.Component
GetDialog, GetComponent, CreateInParent, AddPopupMenu, IsVisible, SetVisible, GetComponentClass, GetComponentClassName, IsAlwaysAtFront, SetAlwaysAtFront, GetBackgroundColor, SetBackgroundColor, IsAttachedAtBottom, SetAttachedAtBottom, GetBottomOffset, SetBottomOffset, GetCursorImage, SetCursorImage, GetTextColor, SetTextColor, GetHelpTextAlignment, SetHelpTextAlignment, GetHelpTextWidth, SetHelpTextWidth, GetHelpTextOriginX, SetHelpTextOriginX, GetHelpTextOriginY, SetHelpTextOriginY, CanInheritPopupMenu, SetCanInheritPopupMenu, IsAttachedAtLeft, SetAttachedAtLeft, GetLeftOffset, SetLeftOffset, DoesReserveSpace, SetReserveSpace, GetParentName, GetPopupMenuName, SetPopupMenuName, CanPopupMenuWhenDisabled, SetCanPopupMenuWhenDisabled, IsAttachedAtRight, SetAttachedAtRight, GetRightOffset, SetRightOffset, IsAttachedAtTop, SetAttachedAtTop, GetTopOffset, SetTopOffset, IsValidDropSite, SetValidDropSite, GetValidDropTypeFlags, SetValidDropTypeFlags, GetChildNameArray, DoesAllowTrailRecording, SetAllowTrailRecording, CanReduceHeight, SetCanReduceHeight, CanReduceWidth, SetCanReduceWidth

Methods Inherited from Interface com.ptc.uifc.uifcSelection.Selection
IsInMixedState, SetInMixedState, GetTextFormat, SetTextFormat, GetFontName, SetFontName, GetFontClass, SetFontClass, GetFontSize, SetFontSize, IsEnabled, SetEnabled, GetHelpText, SetHelpText, GetFontStyle, SetFontStyle

Method Detail

InsertColumn

voidInsertColumn (TableColumn tablecolumn, ColumnPositionData col_pos_data)


     
Parameters:
tablecolumn
col_pos_data
Returns:


DeleteColumnsByIndex

voidDeleteColumnsByIndex (intseq columns)


     
Parameters:
columns
Returns:


GetFrameOrigin

PointGetFrameOrigin ()


     
Returns:


InsertColumns

voidInsertColumns (TableColumns tablecolumns, ColumnPositionData posData)


     
Parameters:
tablecolumns
posData
Returns:


SelectCellsOfColumnByIndex

voidSelectCellsOfColumnByIndex (intseq columns, boolean select)


     
Parameters:
columns
select
Returns:


GetMostRecentCellName

TableCellCoordinatesGetMostRecentCellName ()


     
Returns:


SelectCellsOfColumnByName

voidSelectCellsOfColumnByName (stringseq names, boolean select)


     
Parameters:
names
select
Returns:


GetAnchorCellName

TableCellCoordinatesGetAnchorCellName ()


     
Returns:


GetAnchorCellIndex

PointGetAnchorCellIndex ()


     
Returns:


SelectCellsOfRowByIndex

voidSelectCellsOfRowByIndex (intseq rows, boolean select)


     
Parameters:
rows
select
Returns:


GetDragCellName

TableCellCoordinatesGetDragCellName ()


     
Returns:


DeleteColumnsByName

voidDeleteColumnsByName (stringseq names)


     
Parameters:
names
Returns:


InsertRow

voidInsertRow (TableRow tablerow, RowPositionData row_pos_data)


     
Parameters:
tablerow
row_pos_data
Returns:


GetFocusCellName

TableCellCoordinatesGetFocusCellName ()


     
Returns:


DeleteRowsByIndex

voidDeleteRowsByIndex (intseq rows)


     
Parameters:
rows
Returns:


InsertPopupMenu

intInsertPopupMenu (Component component)


     
Parameters:
component
Returns:


GetFrameSize

DimensionGetFrameSize ()


     
Returns:


InsertChild

intInsertChild (Component component)


     
Parameters:
component
Returns:


GetDropCellIndex

PointGetDropCellIndex ()


     
Returns:


SetFocusCellName

voidSetFocusCellName (TableCellCoordinates value)


     
Parameters:
value
Returns:


MoveColumnsByIndex

voidMoveColumnsByIndex (int column, intseq columns)


     
Parameters:
column
columns
Returns:


DeleteChild

voidDeleteChild (String name)


     
Parameters:
name
Returns:


SetAnchorCellName

voidSetAnchorCellName (TableCellCoordinates value)


     
Parameters:
value
Returns:


MoveRowsByName

voidMoveRowsByName (String row, stringseq names)


     
Parameters:
row
names
Returns:


DeletePopupMenu

voidDeletePopupMenu ()


     
Returns:


GetMostRecentCellIndex

PointGetMostRecentCellIndex ()


     
Returns:


MoveColumnsByName

voidMoveColumnsByName (String column, stringseq names)


     
Parameters:
column
names
Returns:


SetTextOfColumnCells

voidSetTextOfColumnCells (String column, String labels)


     
Parameters:
column
labels
Returns:


SetFrameSize

voidSetFrameSize (Dimension value)


     
Parameters:
value
Returns:


GetScreenOrigin

PointGetScreenOrigin ()


     
Returns:


SelectCellsOfRowByName

voidSelectCellsOfRowByName (stringseq rows, boolean select)


     
Parameters:
rows
select
Returns:


MoveRowsByIndex

voidMoveRowsByIndex (int row, intseq rows)


     
Parameters:
row
rows
Returns:


GetFrameRectangle

RectangleGetFrameRectangle ()


     
Returns:


GetDropCellName

TableCellCoordinatesGetDropCellName ()


     
Returns:


SetTextOfRowCells

voidSetTextOfRowCells (String row, String labels)


     
Parameters:
row
labels
Returns:


SetFrameOrigin

voidSetFrameOrigin (Point value)


     
Parameters:
value
Returns:


GetFrameMinimumSize

DimensionGetFrameMinimumSize ()


     
Returns:


DeleteRowsByName

voidDeleteRowsByName (stringseq names)


     
Parameters:
names
Returns:


InsertRows

voidInsertRows (TableRows tablerows, RowPositionData posData)


     
Parameters:
tablerows
posData
Returns:


GetFocusCellIndex

PointGetFocusCellIndex ()


     
Returns:


GetScreenRectangle

RectangleGetScreenRectangle ()


     
Returns:


SetFrameRectangle

voidSetFrameRectangle (Rectangle rect)


     
Parameters:
rect
Returns:


GetDragCellIndex

PointGetDragCellIndex ()


     
Returns:


GetRectangleOfMonitor

RectangleGetRectangleOfMonitor ()


     
Returns:


DoesActivateOnReturn

booleanDoesActivateOnReturn ()


     
Returns:


SetActivateOnReturn

voidSetActivateOnReturn (boolean flag)


     
Parameters:
flag
Returns:


GetWidth

intGetWidth ()


     
Returns:


SetWidth

voidSetWidth (int value)


     
Parameters:
value
Returns:


GetSelectedCellNameArray

stringseqGetSelectedCellNameArray ()


     
Returns:


SetSelectedCellNameArray

voidSetSelectedCellNameArray (stringseq values)


     
Parameters:
values
Returns:


DoesDynamicUpdate

booleanDoesDynamicUpdate ()


     
Returns:


SetDynamicUpdate

voidSetDynamicUpdate (boolean flag)


     
Parameters:
flag
Returns:


GetColumnNameArray

stringseqGetColumnNameArray ()


     
Returns:


SetColumnNameArray

voidSetColumnNameArray (stringseq values)


     
Parameters:
values
Returns:


GetMinimumWidth

intGetMinimumWidth ()


     
Returns:


SetMinimumWidth

voidSetMinimumWidth (int value)


     
Parameters:
value
Returns:


GetMinimumHeight

intGetMinimumHeight ()


     
Returns:


SetMinimumHeight

voidSetMinimumHeight (int value)


     
Parameters:
value
Returns:


GetRowBackgroundColorArray

ColorsGetRowBackgroundColorArray ()


     
Returns:


SetRowBackgroundColorArray

voidSetRowBackgroundColorArray (Colors colors)


     
Parameters:
colors
Returns:


DoesAllowReturnInput

booleanDoesAllowReturnInput ()


     
Returns:


SetAllowReturnInput

voidSetAllowReturnInput (boolean flag)


     
Parameters:
flag
Returns:


CanDrawContentDisabled

booleanCanDrawContentDisabled ()


     
Returns:


SetCanDrawContentDisabled

voidSetCanDrawContentDisabled (boolean flag)


     
Parameters:
flag
Returns:


GetColumnSelectionPolicy

SelectionPolicyGetColumnSelectionPolicy ()


     
Returns:


SetColumnSelectionPolicy

voidSetColumnSelectionPolicy (SelectionPolicy value)


     
Parameters:
value
Returns:


GetDefaultHelpText

StringGetDefaultHelpText ()


     
Returns:


SetDefaultHelpText

voidSetDefaultHelpText (String value)


     
Parameters:
value
Returns:


GetHeight

intGetHeight ()


     
Returns:


SetHeight

voidSetHeight (int value)


     
Parameters:
value
Returns:


HasScrollBarsWhenNeeded

booleanHasScrollBarsWhenNeeded ()


     
Returns:


SetHasScrollBarsWhenNeeded

voidSetHasScrollBarsWhenNeeded (boolean flag)


     
Parameters:
flag
Returns:


GetDragCursorImage

StringGetDragCursorImage ()


     
Returns:


SetDragCursorImage

voidSetDragCursorImage (String value)


     
Parameters:
value
Returns:


GetRowTextArray

stringseqGetRowTextArray ()


     
Returns:


SetRowTextArray

voidSetRowTextArray (stringseq values)


     
Parameters:
values
Returns:


GetColumnWidthArray

intseqGetColumnWidthArray ()


     
Returns:


SetColumnWidthArray

voidSetColumnWidthArray (intseq values)


     
Parameters:
values
Returns:


GetLockedRows

intGetLockedRows ()


     
Returns:


SetLockedRows

voidSetLockedRows (int value)


     
Parameters:
value
Returns:


GetKeyPressed

KeyGetKeyPressed ()


     
Returns:


SetKeyPressed

voidSetKeyPressed (Key key)


     
Parameters:
key
Returns:


DoesSizeByContents

booleanDoesSizeByContents ()


     
Returns:


SetSizeByContents

voidSetSizeByContents (boolean flag)


     
Parameters:
flag
Returns:


GetTextAlignment

AlignmentGetTextAlignment ()


     
Returns:


SetTextAlignment

voidSetTextAlignment (Alignment value)


     
Parameters:
value
Returns:


GetColumnResizingArray

intseqGetColumnResizingArray ()


     
Returns:


SetColumnResizingArray

voidSetColumnResizingArray (intseq values)


     
Parameters:
values
Returns:


GetColumnBackgroundColorArray

ColorsGetColumnBackgroundColorArray ()


     
Returns:


SetColumnBackgroundColorArray

voidSetColumnBackgroundColorArray (Colors colors)


     
Parameters:
colors
Returns:


GetRowVisibleArray

intseqGetRowVisibleArray ()


     
Returns:


SetRowVisibleArray

voidSetRowVisibleArray (intseq values)


     
Parameters:
values
Returns:


GetSelectedColumnNameArray

stringseqGetSelectedColumnNameArray ()


     
Returns:


SetSelectedColumnNameArray

voidSetSelectedColumnNameArray (stringseq values)


     
Parameters:
values
Returns:


DoesRowHighlight

booleanDoesRowHighlight ()


     
Returns:


SetRowHighlight

voidSetRowHighlight (boolean flag)


     
Parameters:
flag
Returns:


GetDragNotValidCursorImage

StringGetDragNotValidCursorImage ()


     
Returns:


SetDragNotValidCursorImage

voidSetDragNotValidCursorImage (String value)


     
Parameters:
value
Returns:


GetColumnTextColorArray

ColorsGetColumnTextColorArray ()


     
Returns:


SetColumnTextColorArray

voidSetColumnTextColorArray (Colors colors)


     
Parameters:
colors
Returns:


GetColumnTextArray

stringseqGetColumnTextArray ()


     
Returns:


SetColumnTextArray

voidSetColumnTextArray (stringseq values)


     
Parameters:
values
Returns:


GetAlternateRowColor

ColorGetAlternateRowColor ()


     
Returns:


SetAlternateRowColor

voidSetAlternateRowColor (Color color)


     
Parameters:
color
Returns:


IsGridVisible

booleanIsGridVisible ()


     
Returns:


SetGridVisible

voidSetGridVisible (boolean flag)


     
Parameters:
flag
Returns:


GetLockedColumns

intGetLockedColumns ()


     
Returns:


SetLockedColumns

voidSetLockedColumns (int value)


     
Parameters:
value
Returns:


IsValidDragSite

booleanIsValidDragSite ()


     
Returns:


SetValidDragSite

voidSetValidDragSite (boolean flag)


     
Parameters:
flag
Returns:


GetColumnVisibleArray

intseqGetColumnVisibleArray ()


     
Returns:


SetColumnVisibleArray

voidSetColumnVisibleArray (intseq values)


     
Parameters:
values
Returns:


GetScrollBarPosition

ScrollBarPositionGetScrollBarPosition ()


     
Returns:


SetScrollBarPosition

voidSetScrollBarPosition (ScrollBarPosition value)


     
Parameters:
value
Returns:


CanTruncateText

booleanCanTruncateText ()


     
Returns:


SetCanTruncateText

voidSetCanTruncateText (boolean flag)


     
Parameters:
flag
Returns:


DoesCellSelectOnRMB

booleanDoesCellSelectOnRMB ()


     
Returns:


SetCellSelectOnRMB

voidSetCellSelectOnRMB (boolean flag)


     
Parameters:
flag
Returns:


GetCellSelectionDelay

intGetCellSelectionDelay ()


     
Returns:


SetCellSelectionDelay

voidSetCellSelectionDelay (int value)


     
Parameters:
value
Returns:


IsSelectionVisible

booleanIsSelectionVisible ()


     
Returns:


SetSelectionVisible

voidSetSelectionVisible (boolean flag)


     
Parameters:
flag
Returns:


DoesAllowSpaceInput

booleanDoesAllowSpaceInput ()


     
Returns:


SetAllowSpaceInput

voidSetAllowSpaceInput (boolean flag)


     
Parameters:
flag
Returns:


CanRedraw

booleanCanRedraw ()


     
Returns:


SetCanRedraw

voidSetCanRedraw (boolean flag)


     
Parameters:
flag
Returns:


GetPrompt

StringGetPrompt ()


     
Returns:


SetPrompt

voidSetPrompt (String value)


     
Parameters:
value
Returns:


SetItemTextArray

voidSetItemTextArray (stringseq values)


     
Parameters:
values
Returns:


GetColumnResizableArray

intseqGetColumnResizableArray ()


     
Returns:


SetColumnResizableArray

voidSetColumnResizableArray (intseq values)


     
Parameters:
values
Returns:


GetRowTextColorArray

ColorsGetRowTextColorArray ()


     
Returns:


SetRowTextColorArray

voidSetRowTextColorArray (Colors colors)


     
Parameters:
colors
Returns:


GetCellSelectionPolicy

SelectionPolicyGetCellSelectionPolicy ()


     
Returns:


SetCellSelectionPolicy

voidSetCellSelectionPolicy (SelectionPolicy value)


     
Parameters:
value
Returns:


GetDefaultColumnWidth

intGetDefaultColumnWidth ()


     
Returns:


SetDefaultColumnWidth

voidSetDefaultColumnWidth (int value)


     
Parameters:
value
Returns:


GetSelectedRowNameArray

stringseqGetSelectedRowNameArray ()


     
Returns:


SetSelectedRowNameArray

voidSetSelectedRowNameArray (stringseq values)


     
Parameters:
values
Returns:


GetRowNameArray

stringseqGetRowNameArray ()


     
Returns:


SetRowNameArray

voidSetRowNameArray (stringseq values)


     
Parameters:
values
Returns:


HasBorder

booleanHasBorder ()


     
Returns:


SetHasBorder

voidSetHasBorder (boolean flag)


     
Parameters:
flag
Returns:


GetRowSelectionPolicy

SelectionPolicyGetRowSelectionPolicy ()


     
Returns:


SetRowSelectionPolicy

voidSetRowSelectionPolicy (SelectionPolicy value)


     
Parameters:
value
Returns:


DoesAllowTabInput

booleanDoesAllowTabInput ()


     
Returns:


SetAllowTabInput

voidSetAllowTabInput (boolean flag)


     
Parameters:
flag
Returns:


GetViewableItemNameArray

stringseqGetViewableItemNameArray ()


     
Returns:


DoesAllowKeyboardInput

booleanDoesAllowKeyboardInput ()


     
Returns:


SetAllowKeyboardInput

voidSetAllowKeyboardInput (boolean flag)


     
Parameters:
flag
Returns:


AddActionListener

voidAddActionListener (TableListener listener)


     
Parameters:
listener
Returns:


PushAction

voidPushAction (TableAction action)


     
Parameters:
action
Returns:


CreateTimer

voidCreateTimer (TableTimer timer, String timerName, boolean writeInTrail)


     
Parameters:
timer
timerName
writeInTrail
Returns:


StartTimer

voidStartTimer (String timerName, int duration)


     
Parameters:
timerName
duration
Returns:


StopTimer

voidStopTimer (String timerName)


     
Parameters:
timerName
Returns: