|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.beans.SimpleBeanInfo
datechooser.beans.AbstractDateChooserBeanInfo
public abstract class AbstractDateChooserBeanInfo
BeanInfo class for common properties of all components.
Информационный класс, описывающий общие свойства всех компонентов библиотеки.
| Field Summary |
|---|
| Fields inherited from interface java.beans.BeanInfo |
|---|
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 |
| Constructor Summary | |
|---|---|
AbstractDateChooserBeanInfo()
Default constructor. |
|
| Method Summary | |
|---|---|
protected abstract java.util.ArrayList<java.beans.PropertyDescriptor> |
getAdditionalDescriptors()
Возвращает описатели дополнительных свойств конктерных компоннет. |
protected abstract java.lang.Class |
getBeanClass()
Возвращает класс компонента. |
java.beans.BeanDescriptor |
getBeanDescriptor()
Describes components. |
protected abstract java.lang.Class |
getCustomizerClass()
Возвращает класс-настройщик. |
int |
getDefaultPropertyIndex()
Default propery index. |
protected abstract java.lang.String |
getDisplayName()
Возвращает название компонента. |
java.beans.EventSetDescriptor[] |
getEventSetDescriptors()
Creates array of common events descriptors. |
java.awt.Image |
getIcon(int iconKind)
Icon for components. |
protected abstract java.lang.String |
getPicturePrefix()
Возвращает начало названия фалов с изображениями для данного компонента. |
java.beans.PropertyDescriptor[] |
getPropertyDescriptors()
Creates array of common properties. |
| Methods inherited from class java.beans.SimpleBeanInfo |
|---|
getAdditionalBeanInfo, getDefaultEventIndex, getMethodDescriptors, loadImage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractDateChooserBeanInfo()
| Method Detail |
|---|
public java.beans.EventSetDescriptor[] getEventSetDescriptors()
getEventSetDescriptors in interface java.beans.BeanInfogetEventSetDescriptors in class java.beans.SimpleBeanInfopublic java.beans.PropertyDescriptor[] getPropertyDescriptors()
getPropertyDescriptors in interface java.beans.BeanInfogetPropertyDescriptors in class java.beans.SimpleBeanInfopublic int getDefaultPropertyIndex()
getDefaultPropertyIndex in interface java.beans.BeanInfogetDefaultPropertyIndex in class java.beans.SimpleBeanInfopublic java.beans.BeanDescriptor getBeanDescriptor()
getBeanDescriptor in interface java.beans.BeanInfogetBeanDescriptor in class java.beans.SimpleBeanInfopublic java.awt.Image getIcon(int iconKind)
getIcon in interface java.beans.BeanInfogetIcon in class java.beans.SimpleBeanInfoiconKind - Icon properties.protected abstract java.lang.String getDisplayName()
protected abstract java.lang.String getPicturePrefix()
protected abstract java.lang.Class getBeanClass()
protected abstract java.util.ArrayList<java.beans.PropertyDescriptor> getAdditionalDescriptors()
throws java.beans.IntrospectionException
java.beans.IntrospectionExceptionprotected abstract java.lang.Class getCustomizerClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||