全パッケージ クラス階層 このパッケージ 前項目 次項目 インデックス
java.lang.Object
   |
   +----java.beans.FeatureDescriptor
           |
           +----java.beans.EventSetDescriptor
指定されたイベントのグループは、単一のイベントリスナインタフェースのメソッド呼び出しとして、すべて伝達されます。イベントリスナオブジェクトは、イベントソースの登録メソッドの呼び出しにより登録できます。
 
 EventSetDescriptor(Class, String, Class, String)
	EventSetDescriptor(Class, String, Class, String)
   EventSetDescriptor(Class, String, Class, String[], String, String)
	EventSetDescriptor(Class, String, Class, String[], String, String)
   EventSetDescriptor(String, Class, Method[], Method, Method)
	EventSetDescriptor(String, Class, Method[], Method, Method)
   EventSetDescriptor(String, Class, MethodDescriptor[], Method, Method)
	EventSetDescriptor(String, Class, MethodDescriptor[], Method, Method)
   
 getAddListenerMethod()
	getAddListenerMethod()
   getListenerMethodDescriptors()
	getListenerMethodDescriptors()
   getListenerMethods()
	getListenerMethods()
   getListenerType()
	getListenerType()
   getRemoveListenerMethod()
	getRemoveListenerMethod()
   isInDefaultEventSet()
	isInDefaultEventSet()
   isUnicast()
	isUnicast()
   setInDefaultEventSet(boolean)
	setInDefaultEventSet(boolean)
   setUnicast(boolean)
	setUnicast(boolean)
   
 EventSetDescriptor
EventSetDescriptor
  public EventSetDescriptor(Class sourceClass,
                            String eventSetName,
                            Class listenerType,
                            String listenerMethodName) throws IntrospectionException
 EventSetDescriptor
EventSetDescriptor
  public EventSetDescriptor(Class sourceClass,
                            String eventSetName,
                            Class listenerType,
                            String listenerMethodNames[],
                            String addListenerMethodName,
                            String removeListenerMethodName) throws IntrospectionException
 EventSetDescriptor
EventSetDescriptor
  public EventSetDescriptor(String eventSetName,
                            Class listenerType,
                            Method listenerMethods[],
                            Method addListenerMethod,
                            Method removeListenerMethod) throws IntrospectionException
 EventSetDescriptor
EventSetDescriptor
  public EventSetDescriptor(String eventSetName,
                            Class listenerType,
                            MethodDescriptor listenerMethodDescriptors[],
                            Method addListenerMethod,
                            Method removeListenerMethod) throws IntrospectionException
 
 getListenerType
getListenerType
public Class getListenerType()
 getListenerMethods
getListenerMethods
public Method[] getListenerMethods()
 getListenerMethodDescriptors
getListenerMethodDescriptors
public MethodDescriptor[] getListenerMethodDescriptors()
 getAddListenerMethod
getAddListenerMethod
public Method getAddListenerMethod()
 getRemoveListenerMethod
getRemoveListenerMethod
public Method getRemoveListenerMethod()
 setUnicast
setUnicast
public void setUnicast(boolean unicast)
 isUnicast
isUnicast
public boolean isUnicast()
 setInDefaultEventSet
setInDefaultEventSet
public void setInDefaultEventSet(boolean inDefaultEventSet)
 isInDefaultEventSet
isInDefaultEventSet
public boolean isInDefaultEventSet()
全パッケージ クラス階層 このパッケージ 前項目 次項目 インデックス