站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

LocaleSupport.Localizer (Editor Library) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor.lib/1 1.14.0 3

org.netbeans.editor
Interface LocaleSupport.Localizer

Enclosing class:
LocaleSupport

public static interface LocaleSupport.Localizer

Translates the keys to the localized strings. There can be multiple localizers registered in the locale support.


Method Summary
 String getString(String key)
          Translate the key to the localized string.
 

Method Detail

getString

String getString(String key)
Translate the key to the localized string.

Parameters:
key - key to translate to the localized string.

org.netbeans.modules.editor.lib/1 1.14.0 3

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.