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