Library | Package Java Toolkit

Class uifcTable

package com.ptc.uifc.uifcTable;

public class uifcTable



Description

Contains global CIP definitions for module "uifcTable"



Method Summary
static TableCellTableCellFind (String device, String component, String name, String name1)
     
static TableCellTableCellLookup (String device, String component, int idx, int idx1)
     
static TableColumnTableColumnDefine (String name)
     
static TableColumnTableColumnFind (String device, String component, String name)
     
static TableColumnTableColumnLookup (String device, String component, int idx)
     
static TableTableDefine (String name)
     
static TableTableFind (String device, String component)
     
static TableRowTableRowDefine (String name)
     
static TableRowTableRowFind (String device, String component, String name)
     
static TableRowTableRowLookup (String device, String component, int idx)
     

Method Detail

TableRowLookup

static TableRowTableRowLookup (String device, String component, int idx)


     
Parameters:
device
component
idx
Returns:


TableRowFind

static TableRowTableRowFind (String device, String component, String name)


     
Parameters:
device
component
name
Returns:


TableRowDefine

static TableRowTableRowDefine (String name)


     
Parameters:
name
Returns:


TableColumnLookup

static TableColumnTableColumnLookup (String device, String component, int idx)


     
Parameters:
device
component
idx
Returns:


TableColumnDefine

static TableColumnTableColumnDefine (String name)


     
Parameters:
name
Returns:


TableColumnFind

static TableColumnTableColumnFind (String device, String component, String name)


     
Parameters:
device
component
name
Returns:


TableCellFind

static TableCellTableCellFind (String device, String component, String name, String name1)


     
Parameters:
device
component
name
name1
Returns:


TableCellLookup

static TableCellTableCellLookup (String device, String component, int idx, int idx1)


     
Parameters:
device
component
idx
idx1
Returns:


TableFind

static TableTableFind (String device, String component)


     
Parameters:
device
component
Returns:


TableDefine

static TableTableDefine (String name)


     
Parameters:
name
Returns: