Package com.dassault_systemes.catjdialog

   
Interface CATITranslator

 
Class Hierarchy
com.dassault_systemes.catjdialog.CATITranslator
Class Location

Framework : CATJDialog

Module : CATJDialog

Class Description

public interface CATITranslator

Interface to support National Language Support considerations.

This interface is mainly unsed for localizing combo-box items.

Field Summary

Constructor Summary

Method Summary
String translate(CATDialog iDialog, String iInternalValue)


Field Detail

Constructor Detail

Method Detail

translate

    String translate(CATDialog iDialog, String iInternalValue)

Translate the internal value into a localized string.

If there is no translation for the value, the input value should be returned.

Parameters:
iDialog
The graphical component related to this translation.
iInternalValue
The internal string value.


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