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.

Author:
JBF
Field Summary
public static final int DEFAULT
Render policy: display directly the cell label
public static final int USERNAME
Render policy: display matching username

Constructor Summary

Method Summary
public int getRenderType(String iKey, int iColumn)
Specify render type for (iKey, iColumn) cell
public boolean isALiveName(String iKey, int iColumn)
Determines whether the cell (iKey, iColumn) is a LiveName.


Field Detail

DEFAULT

    public static final int DEFAULT
Render policy: display directly the cell label


USERNAME

    public static final int USERNAME
Render policy: display matching username


Constructor Detail

Method Detail

getRenderType

    public int getRenderType(String iKey, int iColumn)

Specify render type for (iKey, iColumn) cell

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

isALiveName

    public boolean isALiveName(String iKey, int iColumn)

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



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