All Packages Class Hierarchy This Package Previous Next Index
Class navalBattle.FrameNbJoueursBeanInfo
java.lang.Object
|
+----java.beans.SimpleBeanInfo
|
+----navalBattle.FrameNbJoueursBeanInfo
- public class FrameNbJoueursBeanInfo
- extends SimpleBeanInfo
The bean information class for NavalBattle.FrameNbJoueurs.
-
FrameNbJoueursBeanInfo()
-
-
findMethod(Class, String, int)
- Find the method by comparing (name & parameter size) against the methods in the class.
-
getAdditionalBeanInfo()
- Returns the BeanInfo of the superclass of this bean to inherit its features.
-
getBeanClass()
- Gets the bean class.
-
getBeanClassName()
- Gets the bean class name.
-
getBeanDescriptor()
-
-
getEventSetDescriptors()
- Return the event set descriptors for this bean.
-
getMethodDescriptors()
- Return the method descriptors for this bean.
-
getPreferedSizeMethodDescriptor()
- Gets the getPreferedSize() method descriptor.
-
getPropertyDescriptors()
- Return the property descriptors for this bean.
-
handleException(Throwable)
- Called whenever the bean information class throws an exception.
-
main_javalangString__MethodDescriptor()
- Gets the main(java.lang.String[]) method descriptor.
-
preferedSizePropertyDescriptor()
- Gets the preferedSize property descriptor.
-
setNbJoueursMethodDescriptor()
- Gets the setNbJoueurs() method descriptor.
-
windowActivated_javaawteventWindowEventMethodDescriptor()
- Gets the windowActivated(java.awt.event.WindowEvent) method descriptor.
-
windowClosed_javaawteventWindowEventMethodDescriptor()
- Gets the windowClosed(java.awt.event.WindowEvent) method descriptor.
-
windowClosing_javaawteventWindowEventMethodDescriptor()
- Gets the windowClosing(java.awt.event.WindowEvent) method descriptor.
-
windowDeactivated_javaawteventWindowEventMethodDescriptor()
- Gets the windowDeactivated(java.awt.event.WindowEvent) method descriptor.
-
windowDeiconified_javaawteventWindowEventMethodDescriptor()
- Gets the windowDeiconified(java.awt.event.WindowEvent) method descriptor.
-
windowIconified_javaawteventWindowEventMethodDescriptor()
- Gets the windowIconified(java.awt.event.WindowEvent) method descriptor.
-
windowOpened_javaawteventWindowEventMethodDescriptor()
- Gets the windowOpened(java.awt.event.WindowEvent) method descriptor.
FrameNbJoueursBeanInfo
public FrameNbJoueursBeanInfo()
findMethod
public static Method findMethod(Class aClass,
String methodName,
int parameterCount)
- Find the method by comparing (name & parameter size) against the methods in the class.
- Parameters:
- aClass - java.lang.Class
- methodName - java.lang.String
- parameterCount - int
- Returns:
- java.lang.reflect.Method
getAdditionalBeanInfo
public BeanInfo[] getAdditionalBeanInfo()
- Returns the BeanInfo of the superclass of this bean to inherit its features.
- Returns:
- java.beans.BeanInfo[]
- Overrides:
- getAdditionalBeanInfo in class SimpleBeanInfo
getBeanClass
public static Class getBeanClass()
- Gets the bean class.
- Returns:
- java.lang.Class
getBeanClassName
public static String getBeanClassName()
- Gets the bean class name.
- Returns:
- java.lang.String
getBeanDescriptor
public BeanDescriptor getBeanDescriptor()
- Overrides:
- getBeanDescriptor in class SimpleBeanInfo
getEventSetDescriptors
public EventSetDescriptor[] getEventSetDescriptors()
- Return the event set descriptors for this bean.
- Returns:
- java.beans.EventSetDescriptor[]
- Overrides:
- getEventSetDescriptors in class SimpleBeanInfo
getMethodDescriptors
public MethodDescriptor[] getMethodDescriptors()
- Return the method descriptors for this bean.
- Returns:
- java.beans.MethodDescriptor[]
- Overrides:
- getMethodDescriptors in class SimpleBeanInfo
getPreferedSizeMethodDescriptor
public MethodDescriptor getPreferedSizeMethodDescriptor()
- Gets the getPreferedSize() method descriptor.
- Returns:
- java.beans.MethodDescriptor
getPropertyDescriptors
public PropertyDescriptor[] getPropertyDescriptors()
- Return the property descriptors for this bean.
- Returns:
- java.beans.PropertyDescriptor[]
- Overrides:
- getPropertyDescriptors in class SimpleBeanInfo
handleException
private void handleException(Throwable exception)
- Called whenever the bean information class throws an exception.
- Parameters:
- exception - java.lang.Throwable
main_javalangString__MethodDescriptor
public MethodDescriptor main_javalangString__MethodDescriptor()
- Gets the main(java.lang.String[]) method descriptor.
- Returns:
- java.beans.MethodDescriptor
preferedSizePropertyDescriptor
public PropertyDescriptor preferedSizePropertyDescriptor()
- Gets the preferedSize property descriptor.
- Returns:
- java.beans.PropertyDescriptor
setNbJoueursMethodDescriptor
public MethodDescriptor setNbJoueursMethodDescriptor()
- Gets the setNbJoueurs() method descriptor.
- Returns:
- java.beans.MethodDescriptor
windowActivated_javaawteventWindowEventMethodDescriptor
public MethodDescriptor windowActivated_javaawteventWindowEventMethodDescriptor()
- Gets the windowActivated(java.awt.event.WindowEvent) method descriptor.
- Returns:
- java.beans.MethodDescriptor
windowClosed_javaawteventWindowEventMethodDescriptor
public MethodDescriptor windowClosed_javaawteventWindowEventMethodDescriptor()
- Gets the windowClosed(java.awt.event.WindowEvent) method descriptor.
- Returns:
- java.beans.MethodDescriptor
windowClosing_javaawteventWindowEventMethodDescriptor
public MethodDescriptor windowClosing_javaawteventWindowEventMethodDescriptor()
- Gets the windowClosing(java.awt.event.WindowEvent) method descriptor.
- Returns:
- java.beans.MethodDescriptor
windowDeactivated_javaawteventWindowEventMethodDescriptor
public MethodDescriptor windowDeactivated_javaawteventWindowEventMethodDescriptor()
- Gets the windowDeactivated(java.awt.event.WindowEvent) method descriptor.
- Returns:
- java.beans.MethodDescriptor
windowDeiconified_javaawteventWindowEventMethodDescriptor
public MethodDescriptor windowDeiconified_javaawteventWindowEventMethodDescriptor()
- Gets the windowDeiconified(java.awt.event.WindowEvent) method descriptor.
- Returns:
- java.beans.MethodDescriptor
windowIconified_javaawteventWindowEventMethodDescriptor
public MethodDescriptor windowIconified_javaawteventWindowEventMethodDescriptor()
- Gets the windowIconified(java.awt.event.WindowEvent) method descriptor.
- Returns:
- java.beans.MethodDescriptor
windowOpened_javaawteventWindowEventMethodDescriptor
public MethodDescriptor windowOpened_javaawteventWindowEventMethodDescriptor()
- Gets the windowOpened(java.awt.event.WindowEvent) method descriptor.
- Returns:
- java.beans.MethodDescriptor
All Packages Class Hierarchy This Package Previous Next Index