JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.datasource.util
Class LocaleBundle

java.lang.Object
  |
  +--com.klg.jclass.datasource.util.LocaleBundle

public class LocaleBundle
extends Object

Locale specific tag-message pairs used in DataSource to provide internationalization.


Field Summary
static String CANCEL_ALL
           
static String CANCEL_ROW
           
static String COMMIT_ALL
           
static String COMMIT_ROW
           
static String defaultErrorDialogOkText
           
static String DELETE_ROW
           
static String DELETE_ROW_TIP
           
static String FIRST_ROW
           
static String GO_TO
           
static String INSERT_ROW
           
static String INSERT_ROW_TIP
           
static String INVALID_FORMAT
           
static String INVALID_IMAGE
           
static String LAST_ROW_TIP
           
static String NEXT_ROW_TIP
           
static String NO_RECORDS
           
static String NOT_AVAILABLE
           
static String NOT_BOUND
           
static String POPUP_MENU_TIP
           
static String PREVIOUS_ROW_TIP
           
static String RECORD_OF_TOTAL
           
static String RECORD_OF_TOTAL_STATUS
           
static String RECORDS
           
static String REQUERY_ALL
           
static String REQUERY_ROW_AND
           
 
Constructor Summary
LocaleBundle()
           
 
Method Summary
static String string(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultErrorDialogOkText

public static final String defaultErrorDialogOkText
See Also:
Constant Field Values

CANCEL_ALL

public static final String CANCEL_ALL
See Also:
Constant Field Values

CANCEL_ROW

public static final String CANCEL_ROW
See Also:
Constant Field Values

COMMIT_ALL

public static final String COMMIT_ALL
See Also:
Constant Field Values

COMMIT_ROW

public static final String COMMIT_ROW
See Also:
Constant Field Values

DELETE_ROW

public static final String DELETE_ROW
See Also:
Constant Field Values

DELETE_ROW_TIP

public static final String DELETE_ROW_TIP
See Also:
Constant Field Values

FIRST_ROW

public static final String FIRST_ROW
See Also:
Constant Field Values

GO_TO

public static final String GO_TO
See Also:
Constant Field Values

INSERT_ROW

public static final String INSERT_ROW
See Also:
Constant Field Values

INSERT_ROW_TIP

public static final String INSERT_ROW_TIP
See Also:
Constant Field Values

INVALID_FORMAT

public static final String INVALID_FORMAT
See Also:
Constant Field Values

INVALID_IMAGE

public static final String INVALID_IMAGE
See Also:
Constant Field Values

LAST_ROW_TIP

public static final String LAST_ROW_TIP
See Also:
Constant Field Values

POPUP_MENU_TIP

public static final String POPUP_MENU_TIP
See Also:
Constant Field Values

PREVIOUS_ROW_TIP

public static final String PREVIOUS_ROW_TIP
See Also:
Constant Field Values

NEXT_ROW_TIP

public static final String NEXT_ROW_TIP
See Also:
Constant Field Values

NO_RECORDS

public static final String NO_RECORDS
See Also:
Constant Field Values

NOT_AVAILABLE

public static final String NOT_AVAILABLE
See Also:
Constant Field Values

NOT_BOUND

public static final String NOT_BOUND
See Also:
Constant Field Values

RECORD_OF_TOTAL

public static final String RECORD_OF_TOTAL
See Also:
Constant Field Values

RECORD_OF_TOTAL_STATUS

public static final String RECORD_OF_TOTAL_STATUS
See Also:
Constant Field Values

RECORDS

public static final String RECORDS
See Also:
Constant Field Values

REQUERY_ALL

public static final String REQUERY_ALL
See Also:
Constant Field Values

REQUERY_ROW_AND

public static final String REQUERY_ROW_AND
See Also:
Constant Field Values
Constructor Detail

LocaleBundle

public LocaleBundle()
Method Detail

string

public static String string(String key)

Copyright © 2004 Quest Software Inc..
All rights reserved.