|
Package com.dassault_systemes.catjdialog |
|
Interface CATKeyTableModelTypeExCollab
|
com.dassault_systemes.catjdialog.CATKeyTableModelTypeExCollab
Framework : CATJDialog
Module : CATJDialog
public interface CATKeyTableModelTypeExCollab
An interface to extend CATKeyTableModel with live-name (collaborative) support.
- Author:
- JBF
| public static final int |
DEFAULT
Render policy: display directly the cell label |
| public static final int |
USERNAME
Render policy: display matching username |
| 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. |
DEFAULT
public static final int DEFAULT
Render policy: display directly the cell label
USERNAME
public static final int USERNAME
Render policy: display matching username
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