Enterprise Information Portal APIs

com.ibm.mm.beans.util
Class LookAndFeelStyleEditor

java.lang.Object
  |
  +--java.beans.PropertyEditorSupport
        |
        +--com.ibm.mm.beans.util.LookAndFeelStyleEditor
All Implemented Interfaces:
CMBUtilConstant, java.beans.PropertyEditor

public class LookAndFeelStyleEditor
extends java.beans.PropertyEditorSupport
implements CMBUtilConstant

Gui Look and Feel style property editor.

Since:
6.1

Fields inherited from interface com.ibm.mm.beans.util.CMBUtilConstant
DISPLAY_MESSAGE_IN_WINDOW, DISPLAY_MESSAGE_ON_STDERR, DISPLAY_MESSAGE_ON_STDOUT, LOOK_AND_FEEL_METAL, LOOK_AND_FEEL_MOTIF, LOOK_AND_FEEL_WINDOWS, PROP_CANCEL_LABEL, PROP_CLEAR_LABEL, PROP_CLOSE_LABEL, PROP_DEBUG_DISPLAY_ENABLED, PROP_DEBUG_LOG_ENABLED, PROP_DEFAULT_GUI_LITERAL, PROP_ERROR_DISPLAY_ENABLED, PROP_ERROR_LOG_ENABLED, PROP_LOG_FULLPATH, PROP_LOG_SESSION_EPILOGUE, PROP_LOG_SESSION_PROLOGUE, PROP_LOOK_AND_FEEL_STYLE, PROP_MESSAGE_DISPLAY_MODE, PROP_MESSAGE_MUTE, PROP_MUTE_LABEL, PROP_OK_LABEL, PROP_PROGRESS_DISPLAY_ENABLED, PROP_PROGRESS_LOG_ENABLED, PROP_SAVE_AS_LABEL, PROP_SAVE_LABEL, PROP_STACK_LABEL, PROP_WINDOW_TITLE, TRACE_LEVEL_DEBUG, TRACE_LEVEL_ERROR, TRACE_LEVEL_PROGRESS
 
Constructor Summary
LookAndFeelStyleEditor()
           
 
Method Summary
 java.lang.String getAsText()
          Get property value as string text.
 java.lang.String[] getTags()
          Build a list of display strings for valid message display modes.
 void setAsText(java.lang.String valueString)
          Set property value from a string text.
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getValue, isPaintable, paintValue, removePropertyChangeListener, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LookAndFeelStyleEditor

public LookAndFeelStyleEditor()
Method Detail

getTags

public java.lang.String[] getTags()
Build a list of display strings for valid message display modes.
Overrides:
getTags in class java.beans.PropertyEditorSupport
Returns:
valid values in strings

getAsText

public java.lang.String getAsText()
Get property value as string text.
Overrides:
getAsText in class java.beans.PropertyEditorSupport
Returns:
value in string

setAsText

public void setAsText(java.lang.String valueString)
               throws java.lang.IllegalArgumentException
Set property value from a string text.
Overrides:
setAsText in class java.beans.PropertyEditorSupport
Parameters:
valueString - the value to set in string

EIP JavaBeans

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