com.jtechlabs.ui.widget.directorychooser
Class JDirectoryChooserBeanInfo

java.lang.Object
  extended byjava.beans.SimpleBeanInfo
      extended bycom.jtechlabs.ui.widget.directorychooser.JDirectoryChooserBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class JDirectoryChooserBeanInfo
extends java.beans.SimpleBeanInfo

Descriptor for JDirectoryChooser Java Bean.

Version:
1.0
Author:
Aleksey Prochukhan

Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
JDirectoryChooserBeanInfo()
          Creates a bean descriptor object.
 
Method Summary
 java.beans.BeanDescriptor getBeanDescriptor()
          Gets the bean's BeanDescriptors.
 java.awt.Image getIcon(int iconKind)
          Provides an icon the the bean.
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          Returns info about properties.
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getMethodDescriptors, loadImage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDirectoryChooserBeanInfo

public JDirectoryChooserBeanInfo()
Creates a bean descriptor object.

Method Detail

getBeanDescriptor

public java.beans.BeanDescriptor getBeanDescriptor()
Gets the bean's BeanDescriptors.

Returns:
BeanDescriptor describing the editable properties of this bean.

getIcon

public java.awt.Image getIcon(int iconKind)
Provides an icon the the bean.

Parameters:
iconKind - The kind of icon requested. This should be one of the constant values: ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, or ICON_MONO_32x32.
Returns:
An image object representing the requested icon.

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Returns info about properties.

Returns:
custom info about bean properties.


Copyright © 2005 JTechLabs.com All Rights Reserved.