|
||||||||||
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.BeanInfo
getEventSetDescriptors
in class java.beans.SimpleBeanInfo
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
getPropertyDescriptors
in interface java.beans.BeanInfo
getPropertyDescriptors
in class java.beans.SimpleBeanInfo
public int getDefaultPropertyIndex()
getDefaultPropertyIndex
in interface java.beans.BeanInfo
getDefaultPropertyIndex
in class java.beans.SimpleBeanInfo
public java.beans.BeanDescriptor getBeanDescriptor()
getBeanDescriptor
in interface java.beans.BeanInfo
getBeanDescriptor
in class java.beans.SimpleBeanInfo
public java.awt.Image getIcon(int iconKind)
getIcon
in interface java.beans.BeanInfo
getIcon
in class java.beans.SimpleBeanInfo
iconKind
- 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.IntrospectionException
protected abstract java.lang.Class getCustomizerClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |