Enterprise Information Portal APIs

com.ibm.mm.beans.util
Interface CMBUtilConstant

All Known Implementing Classes:
CMBExceptionHandler, CMBExceptionHandlerBeanInfo, CMBTraceLog, CMBTraceLogBeanInfo, DisplayModeEditor, LookAndFeelStyleEditor, CMBBasePanel

public interface CMBUtilConstant

This interface contains public fields common to the com.ibm.mm.beans.util package, including:

Since:
6.1

Field Summary
static int DISPLAY_MESSAGE_IN_WINDOW
          Message display mode property value: in a GUI window
static int DISPLAY_MESSAGE_ON_STDERR
          Message display mode property value: on the standard error output stream
static int DISPLAY_MESSAGE_ON_STDOUT
          Message display mode property value: on the standard output output stream
static int LOOK_AND_FEEL_METAL
          GUI look and feel style property value: metal
static int LOOK_AND_FEEL_MOTIF
          GUI look and feel style property value: Motif
static int LOOK_AND_FEEL_WINDOWS
          GUI look and feel style property value: Windows
static java.lang.String PROP_CANCEL_LABEL
          Cancel button label property
static java.lang.String PROP_CLEAR_LABEL
          Clear button label property
static java.lang.String PROP_CLOSE_LABEL
          Close button label property
static java.lang.String PROP_DEBUG_DISPLAY_ENABLED
          Property name: log debugging message option
static java.lang.String PROP_DEBUG_LOG_ENABLED
          Property name: log debugging message option
static java.lang.String PROP_DEFAULT_GUI_LITERAL
          Property name: use default GUI literal When serializing applications or beans, all the GUI literal values for the current locale will be saved.
static java.lang.String PROP_ERROR_DISPLAY_ENABLED
          Property name: log error information option
static java.lang.String PROP_ERROR_LOG_ENABLED
          Property name: log error information option
static java.lang.String PROP_LOG_FULLPATH
          Property name: log file path
static java.lang.String PROP_LOG_SESSION_EPILOGUE
          Property name: log session epilogue
static java.lang.String PROP_LOG_SESSION_PROLOGUE
          Property name: log session prologue
static java.lang.String PROP_LOOK_AND_FEEL_STYLE
          Property name: GUI look and feel style
static java.lang.String PROP_MESSAGE_DISPLAY_MODE
          Property name: message display mode
static java.lang.String PROP_MESSAGE_MUTE
          Property name: mute option when display messages
static java.lang.String PROP_MUTE_LABEL
          Mute checkbox label property
static java.lang.String PROP_OK_LABEL
          OK button label property
static java.lang.String PROP_PROGRESS_DISPLAY_ENABLED
          Property name: log progress information option
static java.lang.String PROP_PROGRESS_LOG_ENABLED
          Property name: log progress information option
static java.lang.String PROP_SAVE_AS_LABEL
          SaveAs button label property
static java.lang.String PROP_SAVE_LABEL
          Save button label property
static java.lang.String PROP_STACK_LABEL
          StackTrace button label property
static java.lang.String PROP_WINDOW_TITLE
          Property name: window title
static int TRACE_LEVEL_DEBUG
          Constant: trace level: debugging messages
static int TRACE_LEVEL_ERROR
          Constant: trace level: error information
static int TRACE_LEVEL_PROGRESS
          Constant: trace level: porgress information
 

Field Detail

TRACE_LEVEL_PROGRESS

public static final int TRACE_LEVEL_PROGRESS
Constant: trace level: porgress information

TRACE_LEVEL_DEBUG

public static final int TRACE_LEVEL_DEBUG
Constant: trace level: debugging messages

TRACE_LEVEL_ERROR

public static final int TRACE_LEVEL_ERROR
Constant: trace level: error information

PROP_OK_LABEL

public static final java.lang.String PROP_OK_LABEL
OK button label property

PROP_CANCEL_LABEL

public static final java.lang.String PROP_CANCEL_LABEL
Cancel button label property

PROP_CLEAR_LABEL

public static final java.lang.String PROP_CLEAR_LABEL
Clear button label property

PROP_CLOSE_LABEL

public static final java.lang.String PROP_CLOSE_LABEL
Close button label property

PROP_MUTE_LABEL

public static final java.lang.String PROP_MUTE_LABEL
Mute checkbox label property

PROP_SAVE_LABEL

public static final java.lang.String PROP_SAVE_LABEL
Save button label property

PROP_SAVE_AS_LABEL

public static final java.lang.String PROP_SAVE_AS_LABEL
SaveAs button label property

PROP_STACK_LABEL

public static final java.lang.String PROP_STACK_LABEL
StackTrace button label property

PROP_DEFAULT_GUI_LITERAL

public static final java.lang.String PROP_DEFAULT_GUI_LITERAL
Property name: use default GUI literal When serializing applications or beans, all the GUI literal values for the current locale will be saved. They may not be able to display at next runtime if system locale is different from the previous. This could easily happen when switch from design phase to the runtime. In order to design applications once and allow to run in any locale, the applications should not use any deserialized locale sensitive data, such as labels, titles. Instead, the designers should modify the resource property files and force applications always load the GUI literal from the resource files. This property, "use default GUI literal", is designed for this purpose. When turned on, applications determine the runtime system locale and dynamically load literal values from the (translated) resource files. This way, application designer build applications only once and can run them in any locale. IBM Content Management Client Toolkit delivers the following property files that contain translatable, locale sensitive resources: com.ibm.mm.beans.CMBBaseLiteral_xx_XX.properties com.ibm.mm.beans.CMBBaseMessage_xx_XX.properties com.ibm.mm.beans.util.CMBUitlLiteral_xx_XX.properties com.ibm.mm.beans.util.CMBUtilMessage_xx_XX.properties

PROP_WINDOW_TITLE

public static final java.lang.String PROP_WINDOW_TITLE
Property name: window title

PROP_MESSAGE_MUTE

public static final java.lang.String PROP_MESSAGE_MUTE
Property name: mute option when display messages

PROP_LOOK_AND_FEEL_STYLE

public static final java.lang.String PROP_LOOK_AND_FEEL_STYLE
Property name: GUI look and feel style

PROP_LOG_FULLPATH

public static final java.lang.String PROP_LOG_FULLPATH
Property name: log file path

PROP_LOG_SESSION_PROLOGUE

public static final java.lang.String PROP_LOG_SESSION_PROLOGUE
Property name: log session prologue

PROP_LOG_SESSION_EPILOGUE

public static final java.lang.String PROP_LOG_SESSION_EPILOGUE
Property name: log session epilogue

PROP_PROGRESS_LOG_ENABLED

public static final java.lang.String PROP_PROGRESS_LOG_ENABLED
Property name: log progress information option

PROP_DEBUG_LOG_ENABLED

public static final java.lang.String PROP_DEBUG_LOG_ENABLED
Property name: log debugging message option

PROP_ERROR_LOG_ENABLED

public static final java.lang.String PROP_ERROR_LOG_ENABLED
Property name: log error information option

PROP_PROGRESS_DISPLAY_ENABLED

public static final java.lang.String PROP_PROGRESS_DISPLAY_ENABLED
Property name: log progress information option

PROP_DEBUG_DISPLAY_ENABLED

public static final java.lang.String PROP_DEBUG_DISPLAY_ENABLED
Property name: log debugging message option

PROP_ERROR_DISPLAY_ENABLED

public static final java.lang.String PROP_ERROR_DISPLAY_ENABLED
Property name: log error information option

PROP_MESSAGE_DISPLAY_MODE

public static final java.lang.String PROP_MESSAGE_DISPLAY_MODE
Property name: message display mode

LOOK_AND_FEEL_METAL

public static final int LOOK_AND_FEEL_METAL
GUI look and feel style property value: metal

LOOK_AND_FEEL_MOTIF

public static final int LOOK_AND_FEEL_MOTIF
GUI look and feel style property value: Motif

LOOK_AND_FEEL_WINDOWS

public static final int LOOK_AND_FEEL_WINDOWS
GUI look and feel style property value: Windows

DISPLAY_MESSAGE_ON_STDERR

public static final int DISPLAY_MESSAGE_ON_STDERR
Message display mode property value: on the standard error output stream

DISPLAY_MESSAGE_IN_WINDOW

public static final int DISPLAY_MESSAGE_IN_WINDOW
Message display mode property value: in a GUI window

DISPLAY_MESSAGE_ON_STDOUT

public static final int DISPLAY_MESSAGE_ON_STDOUT
Message display mode property value: on the standard output output stream

EIP JavaBeans

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.