Package com.dassault_systemes.catjdialog

   
Interface CATKeyTableModelTypeExCollab

 
Class Hierarchy
com.dassault_systemes.catjdialog.CATKeyTableModelTypeExCollab
Class Location

Framework : CATJDialog

Module : CATJDialog

Class Description

public interface CATKeyTableModelTypeExCollab

An interface to extend CATKeyTableModel with live-name (collaborative) support.

Field Summary
int DEFAULT
int USERNAME

Constructor Summary

Method Summary
boolean isALiveName(String iKey, int iColumn)
int getRenderType(String iKey, int iColumn)


Field Detail

DEFAULT

    int DEFAULT
Render policy: display directly the cell label


USERNAME

    int USERNAME
Render policy: display matching username


Constructor Detail

Method Detail

isALiveName

    boolean isALiveName(String iKey, int iColumn)

Determines whether the cell (iKey, iColumn) is a LiveName.


getRenderType

    int getRenderType(String iKey, int iColumn)

Specify render type for (iKey, iColumn) cell

Parameters:
iKey
A row's key.
iColumn
A column's index.
Returns:
Either DEFAULT or USERNAME.


Copyright © 2000, Dassault Systèmes. All rights reserved