Java 2 Útikalauz programozóknak 5.0

elte.java2_utikalauz5.beans
SmileyBeanBeanInfo osztály

java.lang.Object
  extended by java.beans.SimpleBeanInfo
      extended by elte.java2_utikalauz5.beans.SmileyBeanBeanInfo
Megvalósított interfészek:
BeanInfo

public class SmileyBeanBeanInfo
extends SimpleBeanInfo

Beanleíró.

Mióta:
Java 2 Útikalauz programozóknak
Forrásfájl:
SmileyBeanBeanInfo.java

Mezők
private static Class myClass
           
 
java.beans.BeanInfo interfésztől örökölt mezők
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Konstruktorok
SmileyBeanBeanInfo()
           
 
Metódusok
 BeanDescriptor getBeanDescriptor()
          Általános bean leíró
 Image getIcon(int iconKind)
           
 PropertyDescriptor[] getPropertyDescriptors()
          Tulajdonság leíró
 
java.beans.SimpleBeanInfo osztálytól örökölt metódusok
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getMethodDescriptors, loadImage
 
java.lang.Object osztálytól örökölt metódusok
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Mezők részletezése

myClass

private static final Class myClass
Konstruktorok részletezése

SmileyBeanBeanInfo

public SmileyBeanBeanInfo()
Metódusok részletezése

getPropertyDescriptors

public PropertyDescriptor[] getPropertyDescriptors()
Tulajdonság leíró

Megvalósítja:
BeanInfo interfész getPropertyDescriptors metódusát
Felüldefiniálja:
SimpleBeanInfo osztály getPropertyDescriptors metódusát

getIcon

public Image getIcon(int iconKind)
Megvalósítja:
BeanInfo interfész getIcon metódusát
Felüldefiniálja:
SimpleBeanInfo osztály getIcon metódusát

getBeanDescriptor

public BeanDescriptor getBeanDescriptor()
Általános bean leíró

Megvalósítja:
BeanInfo interfész getBeanDescriptor metódusát
Felüldefiniálja:
SimpleBeanInfo osztály getBeanDescriptor metódusát

Java 2 Útikalauz programozóknak 5.0