com.ibm.mm.beans.util
Class CMBExceptionHandlerBeanInfo
java.lang.Object
|
+--java.beans.SimpleBeanInfo
|
+--com.ibm.mm.beans.util.CMBExceptionHandlerBeanInfo
- All Implemented Interfaces:
- java.beans.BeanInfo, CMBUtilConstant
- public class CMBExceptionHandlerBeanInfo
- extends java.beans.SimpleBeanInfo
- implements CMBUtilConstant
Provide CMBExceptionHandler bean information
- 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 |
Fields inherited from interface java.beans.BeanInfo |
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 |
Method Summary |
static java.lang.Class |
getBeanClass()
Gets the bean class. |
java.beans.BeanDescriptor |
getBeanDescriptor()
Get CMBExceptionHandler bean descriptor. |
java.beans.EventSetDescriptor[] |
getEventSetDescriptors()
Get CMBExceptionHandler bean event set descriptors, none. |
java.awt.Image |
getIcon(int iconKind)
Gets the image icon for this bean. |
java.beans.PropertyDescriptor[] |
getPropertyDescriptors()
Get CMBExceptionHandler bean property descriptors. |
Methods inherited from class java.beans.SimpleBeanInfo |
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getMethodDescriptors, loadImage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CMBExceptionHandlerBeanInfo
public CMBExceptionHandlerBeanInfo()
getPropertyDescriptors
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
- Get CMBExceptionHandler bean property descriptors.
- Overrides:
getPropertyDescriptors
in class java.beans.SimpleBeanInfo
- Returns:
- property descriptors
getEventSetDescriptors
public java.beans.EventSetDescriptor[] getEventSetDescriptors()
- Get CMBExceptionHandler bean event set descriptors, none.
- Overrides:
getEventSetDescriptors
in class java.beans.SimpleBeanInfo
- Returns:
- event set descriptors
getBeanDescriptor
public java.beans.BeanDescriptor getBeanDescriptor()
- Get CMBExceptionHandler bean descriptor.
- Overrides:
getBeanDescriptor
in class java.beans.SimpleBeanInfo
- Returns:
- bean descriptor
getBeanClass
public static java.lang.Class getBeanClass()
- Gets the bean class.
- Returns:
- java.lang.Class
getIcon
public java.awt.Image getIcon(int iconKind)
- Gets the image icon for this bean.
This method returns an image object that can be used to represent
the bean in toolboxes, toolbars, etc. Icon images will
typically be GIFs, but may in future include other formats.
There are four possible flavors of icons (16x16 color, 32x32 color,
16x16 mono, 32x32 mono).
- Overrides:
getIcon
in class java.beans.SimpleBeanInfo
- Parameters:
iconKind
- The kind of icon requested. This should be one
of the constant values:
- java.beans.BeanInfo.ICON_COLOR_16x16
- java.beans.BeanInfo.ICON_COLOR_32x32
- java.beans.BeanInfo.ICON_MONO_16x16
- java.beans.BeanInfo.ICON_MONO_32x32
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.