Overview Package Class Use Source Tree Index Deprecated About
GNU Classpath (0.95)
Frames | No Frames

Uses of Class java.beans.FeatureDescriptor

Uses in package java.beans

Classes derived from java.beans.FeatureDescriptor

class
BeanDescriptor
BeanDescriptor describes general information about a Bean, plus stores the Bean's Class and it's customizer's Class.

class
EventSetDescriptor
EventSetDescriptor describes the hookup between an event source class and an event listener class.
class
IndexedPropertyDescriptor
IndexedPropertyDescriptor describes information about a JavaBean indexed property, by which we mean an array-like property that has been exposed via a pair of get and set methods and another pair that allows you to get to the property by an index.

An example property would have four methods like this:

FooBar[] getFoo()
void setFoo(FooBar[])
FooBar getFoo(int)
void setFoo(int,FooBar)

The constraints put on get and set methods are:

  1. There must be at least a get(int) or a set(int,...) method.
class
MethodDescriptor
MethodDescriptor describes information about a JavaBeans method.
class
ParameterDescriptor
ParameterDescriptor represents a single parameter to a method.
class
PropertyDescriptor
PropertyDescriptor describes information about a JavaBean property, by which we mean a property that has been exposed via a pair of get and set methods.
Overview Package Class Use Source Tree Index Deprecated About
GNU Classpath (0.95)

AltStyle によって変換されたページ (->オリジナル) /