All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class navalBattle.MyCanvasBeanInfo

java.lang.Object
   |
   +----java.beans.SimpleBeanInfo
           |
           +----navalBattle.MyCanvasBeanInfo

public class MyCanvasBeanInfo
extends SimpleBeanInfo
The bean information class for NavalBattle.MyCanvas.


Constructor Index

 o MyCanvasBeanInfo()

Method Index

 o addBateauIcon_NavalBattleBateauIconMethodDescriptor()
Gets the addBateauIcon(NavalBattle.BateauIcon) method descriptor.
 o addBateauIcon_navalBattleBateauIconMethodDescriptor()
Gets the addBateauIcon(navalBattle.BateauIcon) method descriptor.
 o addToFlotte_NavalBattleBateauIconMethodDescriptor()
Gets the addToFlotte(NavalBattle.BateauIcon) method descriptor.
 o addToFlotte_navalBattleBateauIconMethodDescriptor()
Gets the addToFlotte(navalBattle.BateauIcon) method descriptor.
 o drawAllBateauIcon_double_doubleMethodDescriptor()
Gets the drawAllBateauIcon(double, double) method descriptor.
 o drawIndicesOfColumns_javaawtGraphicsMethodDescriptor()
Gets the drawIndicesOfColumns(java.awt.Graphics) method descriptor.
 o drawIndicesOfLines_javaawtGraphicsMethodDescriptor()
Gets the drawIndicesOfLines(java.awt.Graphics) method descriptor.
 o findMethod(Class, String, int)
Find the method by comparing (name & parameter size) against the methods in the class.
 o flotteValidePropertyDescriptor()
Gets the flotteValide property descriptor.
 o getAdditionalBeanInfo()
Returns the BeanInfo of the superclass of this bean to inherit its features.
 o getBateauIcon_javaawtPointMethodDescriptor()
Gets the getBateauIcon(java.awt.Point) method descriptor.
 o getBeanClass()
Gets the bean class.
 o getBeanClassName()
Gets the bean class name.
 o getBeanDescriptor()
 o getEventSetDescriptors()
Return the event set descriptors for this bean.
 o getMethodDescriptors()
Return the method descriptors for this bean.
 o getMovableMethodDescriptor()
Gets the getMovable() method descriptor.
 o getPreferedSizeMethodDescriptor()
Gets the getPreferedSize() method descriptor.
 o getPropertyDescriptors()
Return the property descriptors for this bean.
 o getSelectedBateauIconMethodDescriptor()
Gets the getSelectedBateauIcon() method descriptor.
 o getSizeMethodDescriptor()
Gets the getSize() method descriptor.
 o handleException(Throwable)
Called whenever the bean information class throws an exception.
 o isFlotteValideMethodDescriptor()
Gets the isFlotteValide() method descriptor.
 o isInGrille_NavalBattleBateauIconMethodDescriptor()
Gets the isInGrille(NavalBattle.BateauIcon) method descriptor.
 o isInGrille_navalBattleBateauIconMethodDescriptor()
Gets the isInGrille(navalBattle.BateauIcon) method descriptor.
 o main_javalangString__MethodDescriptor()
Gets the main(java.lang.String[]) method descriptor.
 o movablePropertyDescriptor()
Gets the movable property descriptor.
 o nbLignePropertyDescriptor()
Gets the nbLigne property descriptor.
 o notMovableMethodDescriptor()
Gets the notMovable() method descriptor.
 o preferedSizePropertyDescriptor()
Gets the preferedSize property descriptor.
 o repaintFlotteMethodDescriptor()
Gets the repaintFlotte() method descriptor.
 o repaintMethodDescriptor()
Gets the repaint() method descriptor.
 o saveFlotteMethodDescriptor()
Gets the saveFlotte() method descriptor.
 o selectedBateauIconPropertyDescriptor()
Gets the selectedBateauIcon property descriptor.
 o setFlotteMethodDescriptor()
Gets the setFlotte() method descriptor.
 o setMovable_booleanMethodDescriptor()
Gets the setMovable(boolean) method descriptor.
 o setNbLigne_intMethodDescriptor()
Gets the setNbLigne(int) method descriptor.

Constructors

 o MyCanvasBeanInfo
 public MyCanvasBeanInfo()

Methods

 o addBateauIcon_navalBattleBateauIconMethodDescriptor
 public MethodDescriptor addBateauIcon_navalBattleBateauIconMethodDescriptor()
Gets the addBateauIcon(navalBattle.BateauIcon) method descriptor.

Returns:
java.beans.MethodDescriptor
 o addBateauIcon_NavalBattleBateauIconMethodDescriptor
 public MethodDescriptor addBateauIcon_NavalBattleBateauIconMethodDescriptor()
Gets the addBateauIcon(NavalBattle.BateauIcon) method descriptor.

Returns:
java.beans.MethodDescriptor
 o addToFlotte_navalBattleBateauIconMethodDescriptor
 public MethodDescriptor addToFlotte_navalBattleBateauIconMethodDescriptor()
Gets the addToFlotte(navalBattle.BateauIcon) method descriptor.

Returns:
java.beans.MethodDescriptor
 o addToFlotte_NavalBattleBateauIconMethodDescriptor
 public MethodDescriptor addToFlotte_NavalBattleBateauIconMethodDescriptor()
Gets the addToFlotte(NavalBattle.BateauIcon) method descriptor.

Returns:
java.beans.MethodDescriptor
 o drawAllBateauIcon_double_doubleMethodDescriptor
 public MethodDescriptor drawAllBateauIcon_double_doubleMethodDescriptor()
Gets the drawAllBateauIcon(double, double) method descriptor.

Returns:
java.beans.MethodDescriptor
 o drawIndicesOfColumns_javaawtGraphicsMethodDescriptor
 public MethodDescriptor drawIndicesOfColumns_javaawtGraphicsMethodDescriptor()
Gets the drawIndicesOfColumns(java.awt.Graphics) method descriptor.

Returns:
java.beans.MethodDescriptor
 o drawIndicesOfLines_javaawtGraphicsMethodDescriptor
 public MethodDescriptor drawIndicesOfLines_javaawtGraphicsMethodDescriptor()
Gets the drawIndicesOfLines(java.awt.Graphics) method descriptor.

Returns:
java.beans.MethodDescriptor
 o 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
 o flotteValidePropertyDescriptor
 public PropertyDescriptor flotteValidePropertyDescriptor()
Gets the flotteValide property descriptor.

Returns:
java.beans.PropertyDescriptor
 o 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
 o getBateauIcon_javaawtPointMethodDescriptor
 public MethodDescriptor getBateauIcon_javaawtPointMethodDescriptor()
Gets the getBateauIcon(java.awt.Point) method descriptor.

Returns:
java.beans.MethodDescriptor
 o getBeanClass
 public static Class getBeanClass()
Gets the bean class.

Returns:
java.lang.Class
 o getBeanClassName
 public static String getBeanClassName()
Gets the bean class name.

Returns:
java.lang.String
 o getBeanDescriptor
 public BeanDescriptor getBeanDescriptor()
Overrides:
getBeanDescriptor in class SimpleBeanInfo
 o getEventSetDescriptors
 public EventSetDescriptor[] getEventSetDescriptors()
Return the event set descriptors for this bean.

Returns:
java.beans.EventSetDescriptor[]
Overrides:
getEventSetDescriptors in class SimpleBeanInfo
 o getMethodDescriptors
 public MethodDescriptor[] getMethodDescriptors()
Return the method descriptors for this bean.

Returns:
java.beans.MethodDescriptor[]
Overrides:
getMethodDescriptors in class SimpleBeanInfo
 o getMovableMethodDescriptor
 public MethodDescriptor getMovableMethodDescriptor()
Gets the getMovable() method descriptor.

Returns:
java.beans.MethodDescriptor
 o getPreferedSizeMethodDescriptor
 public MethodDescriptor getPreferedSizeMethodDescriptor()
Gets the getPreferedSize() method descriptor.

Returns:
java.beans.MethodDescriptor
 o getPropertyDescriptors
 public PropertyDescriptor[] getPropertyDescriptors()
Return the property descriptors for this bean.

Returns:
java.beans.PropertyDescriptor[]
Overrides:
getPropertyDescriptors in class SimpleBeanInfo
 o getSelectedBateauIconMethodDescriptor
 public MethodDescriptor getSelectedBateauIconMethodDescriptor()
Gets the getSelectedBateauIcon() method descriptor.

Returns:
java.beans.MethodDescriptor
 o getSizeMethodDescriptor
 public MethodDescriptor getSizeMethodDescriptor()
Gets the getSize() method descriptor.

Returns:
java.beans.MethodDescriptor
 o handleException
 private void handleException(Throwable exception)
Called whenever the bean information class throws an exception.

Parameters:
exception - java.lang.Throwable
 o isFlotteValideMethodDescriptor
 public MethodDescriptor isFlotteValideMethodDescriptor()
Gets the isFlotteValide() method descriptor.

Returns:
java.beans.MethodDescriptor
 o isInGrille_navalBattleBateauIconMethodDescriptor
 public MethodDescriptor isInGrille_navalBattleBateauIconMethodDescriptor()
Gets the isInGrille(navalBattle.BateauIcon) method descriptor.

Returns:
java.beans.MethodDescriptor
 o isInGrille_NavalBattleBateauIconMethodDescriptor
 public MethodDescriptor isInGrille_NavalBattleBateauIconMethodDescriptor()
Gets the isInGrille(NavalBattle.BateauIcon) method descriptor.

Returns:
java.beans.MethodDescriptor
 o main_javalangString__MethodDescriptor
 public MethodDescriptor main_javalangString__MethodDescriptor()
Gets the main(java.lang.String[]) method descriptor.

Returns:
java.beans.MethodDescriptor
 o movablePropertyDescriptor
 public PropertyDescriptor movablePropertyDescriptor()
Gets the movable property descriptor.

Returns:
java.beans.PropertyDescriptor
 o nbLignePropertyDescriptor
 public PropertyDescriptor nbLignePropertyDescriptor()
Gets the nbLigne property descriptor.

Returns:
java.beans.PropertyDescriptor
 o notMovableMethodDescriptor
 public MethodDescriptor notMovableMethodDescriptor()
Gets the notMovable() method descriptor.

Returns:
java.beans.MethodDescriptor
 o preferedSizePropertyDescriptor
 public PropertyDescriptor preferedSizePropertyDescriptor()
Gets the preferedSize property descriptor.

Returns:
java.beans.PropertyDescriptor
 o repaintFlotteMethodDescriptor
 public MethodDescriptor repaintFlotteMethodDescriptor()
Gets the repaintFlotte() method descriptor.

Returns:
java.beans.MethodDescriptor
 o repaintMethodDescriptor
 public MethodDescriptor repaintMethodDescriptor()
Gets the repaint() method descriptor.

Returns:
java.beans.MethodDescriptor
 o saveFlotteMethodDescriptor
 public MethodDescriptor saveFlotteMethodDescriptor()
Gets the saveFlotte() method descriptor.

Returns:
java.beans.MethodDescriptor
 o selectedBateauIconPropertyDescriptor
 public PropertyDescriptor selectedBateauIconPropertyDescriptor()
Gets the selectedBateauIcon property descriptor.

Returns:
java.beans.PropertyDescriptor
 o setFlotteMethodDescriptor
 public MethodDescriptor setFlotteMethodDescriptor()
Gets the setFlotte() method descriptor.

Returns:
java.beans.MethodDescriptor
 o setMovable_booleanMethodDescriptor
 public MethodDescriptor setMovable_booleanMethodDescriptor()
Gets the setMovable(boolean) method descriptor.

Returns:
java.beans.MethodDescriptor
 o setNbLigne_intMethodDescriptor
 public MethodDescriptor setNbLigne_intMethodDescriptor()
Gets the setNbLigne(int) method descriptor.

Returns:
java.beans.MethodDescriptor

All Packages  Class Hierarchy  This Package  Previous  Next  Index