diff --git a/AppThinker/Documentation/AppThinker.html b/AppThinker/Documentation/AppThinker.html index 122f093..886f596 100644 --- a/AppThinker/Documentation/AppThinker.html +++ b/AppThinker/Documentation/AppThinker.html @@ -2,7 +2,7 @@ - + AppThinker diff --git a/AppThinker/Documentation/AppThinkerGrid.html b/AppThinker/Documentation/AppThinkerGrid.html index 19fdeb5..db80923 100644 --- a/AppThinker/Documentation/AppThinkerGrid.html +++ b/AppThinker/Documentation/AppThinkerGrid.html @@ -2,7 +2,7 @@ - + AppThinkerGrid diff --git a/AppThinker/Documentation/AppThinkerMenuBar.html b/AppThinker/Documentation/AppThinkerMenuBar.html index a65d255..cac74f3 100644 --- a/AppThinker/Documentation/AppThinkerMenuBar.html +++ b/AppThinker/Documentation/AppThinkerMenuBar.html @@ -2,7 +2,7 @@ - + AppThinkerMenuBar diff --git a/AppThinker/Documentation/AppThinkerStatusbar.html b/AppThinker/Documentation/AppThinkerStatusbar.html index 247c10c..933e0db 100644 --- a/AppThinker/Documentation/AppThinkerStatusbar.html +++ b/AppThinker/Documentation/AppThinkerStatusbar.html @@ -2,7 +2,7 @@ - + AppThinkerStatusbar diff --git a/AppThinker/Documentation/AppThinkerToolbar.html b/AppThinker/Documentation/AppThinkerToolbar.html index 4d691cd..6ef317f 100644 --- a/AppThinker/Documentation/AppThinkerToolbar.html +++ b/AppThinker/Documentation/AppThinkerToolbar.html @@ -2,7 +2,7 @@ - + AppThinkerToolbar diff --git a/AppThinker/Documentation/AppThinkerWindow.html b/AppThinker/Documentation/AppThinkerWindow.html index 3bde120..4fe438a 100644 --- a/AppThinker/Documentation/AppThinkerWindow.html +++ b/AppThinker/Documentation/AppThinkerWindow.html @@ -2,7 +2,7 @@ - + AppThinkerWindow diff --git a/AppThinker/Documentation/Argument.html b/AppThinker/Documentation/Argument.html index 574ca6d..50d4539 100644 --- a/AppThinker/Documentation/Argument.html +++ b/AppThinker/Documentation/Argument.html @@ -2,7 +2,7 @@ - + Argument diff --git a/AppThinker/Documentation/Attribute.html b/AppThinker/Documentation/Attribute.html index 7fe5bac..e1ef783 100644 --- a/AppThinker/Documentation/Attribute.html +++ b/AppThinker/Documentation/Attribute.html @@ -2,7 +2,7 @@ - + Attribute diff --git a/AppThinker/Documentation/Class.html b/AppThinker/Documentation/Class.html index 306c300..525ba6b 100644 --- a/AppThinker/Documentation/Class.html +++ b/AppThinker/Documentation/Class.html @@ -2,7 +2,7 @@ - + Class @@ -18,7 +18,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -217,138 +217,144 @@ extends java.lang.Object +void +computeMinSize() +
Paramètre les tailles minimum de la classe sur les axes X et Y en fonction de son contenu
+ + + java.util.List<Attribute> getAttributes()
Récupère tous les attributs de la classe.
- + int getId()
Récupère le numéro de la classe.
- + java.util.List<Method> getMethods()
Récupère toutes les méthodes de la classe.
- + int getMinSizeX()
Récupère la taille minimale sur l'axe X de la classe.
- + int getMinSizeY()
Récupère la taille minimale sur l'axe Y de la classe.
- + java.lang.String getName()
Récupère le nom de la classe.
- + int getPosX()
Récupère la position sur l'axe X de la classe.
- + int getPosY()
Récupère la position sur l'axe Y de la classe.
- + int getShape()
Récupère la forme graphique de la classe.
- + int getSizeX()
Récupère la taille sur l'axe X de la classe.
- + int getSizeY()
Récupère la taille sur l'axe Y de la classe.
- + void removeAttribute(Attribute a)
Supprime un attribut de la classe.
- + void removeAttribute(int index)
Supprime un attribut de la classe.
- + void removeMethod(int index)
Supprime une méthode de la classe.
- + void removeMethod(Method m)
Supprime une méthode de la classe.
- + void setMinSizeX(int minSizeX)
Paramètre la taille minimale sur l'axe X de la classe.
- + void setMinSizeY(int minSizeY)
Paramètre la taille minimale sur l'axe Y de la classe.
- + void setName(java.lang.String name)
Paramètre le nom de la classe.
- + void setPosX(int posX)
Paramètre la position sur l'axe X de la classe.
- + void setPosY(int posY)
Paramètre la position sur l'axe Y de la classe.
- + void setShape(int shape)
Paramètre la forme graphique de la classe.
- + void setSizeX(int sizeX)
Paramètre la taille sur l'axe X de la classe.
- + void setSizeY(int sizeY)
Paramètre la taille sur l'axe Y de la classe.
@@ -683,6 +689,16 @@ extends java.lang.Object + + + + diff --git a/AppThinker/Documentation/Link.html b/AppThinker/Documentation/Link.html index cc8f32a..5da12a4 100644 --- a/AppThinker/Documentation/Link.html +++ b/AppThinker/Documentation/Link.html @@ -2,7 +2,7 @@ - + Link diff --git a/AppThinker/Documentation/Method.html b/AppThinker/Documentation/Method.html index cec9940..1ddb271 100644 --- a/AppThinker/Documentation/Method.html +++ b/AppThinker/Documentation/Method.html @@ -2,7 +2,7 @@ - + Method @@ -132,6 +132,18 @@ extends java.lang.Object static int _methodId  + +static java.lang.String +PRIVATE  + + +static java.lang.String +PROTECTED  + + +static java.lang.String +PUBLIC  + @@ -271,12 +283,51 @@ extends java.lang.Object - diff --git a/AppThinker/Documentation/Project.html b/AppThinker/Documentation/Project.html index 17bf68c..7e24d14 100644 --- a/AppThinker/Documentation/Project.html +++ b/AppThinker/Documentation/Project.html @@ -2,7 +2,7 @@ - + Project diff --git a/AppThinker/Documentation/Selectpoint.html b/AppThinker/Documentation/Selectpoint.html index 010b87d..f6cf330 100644 --- a/AppThinker/Documentation/Selectpoint.html +++ b/AppThinker/Documentation/Selectpoint.html @@ -2,7 +2,7 @@ - + Selectpoint diff --git a/AppThinker/Documentation/UmlDiagram.html b/AppThinker/Documentation/UmlDiagram.html index c72b5fc..fc91de8 100644 --- a/AppThinker/Documentation/UmlDiagram.html +++ b/AppThinker/Documentation/UmlDiagram.html @@ -2,7 +2,7 @@ - + UmlDiagram diff --git a/AppThinker/Documentation/allclasses-frame.html b/AppThinker/Documentation/allclasses-frame.html index c5e1ef9..83bcba4 100644 --- a/AppThinker/Documentation/allclasses-frame.html +++ b/AppThinker/Documentation/allclasses-frame.html @@ -2,7 +2,7 @@ - + All Classes diff --git a/AppThinker/Documentation/allclasses-noframe.html b/AppThinker/Documentation/allclasses-noframe.html index 3c6196c..dae682d 100644 --- a/AppThinker/Documentation/allclasses-noframe.html +++ b/AppThinker/Documentation/allclasses-noframe.html @@ -2,7 +2,7 @@ - + All Classes diff --git a/AppThinker/Documentation/class-use/AppThinker.html b/AppThinker/Documentation/class-use/AppThinker.html index 5b4aae4..ef719ce 100644 --- a/AppThinker/Documentation/class-use/AppThinker.html +++ b/AppThinker/Documentation/class-use/AppThinker.html @@ -2,7 +2,7 @@ - + Uses of Class AppThinker diff --git a/AppThinker/Documentation/class-use/AppThinkerGrid.html b/AppThinker/Documentation/class-use/AppThinkerGrid.html index 2027591..30269a8 100644 --- a/AppThinker/Documentation/class-use/AppThinkerGrid.html +++ b/AppThinker/Documentation/class-use/AppThinkerGrid.html @@ -2,7 +2,7 @@ - + Uses of Class AppThinkerGrid diff --git a/AppThinker/Documentation/class-use/AppThinkerMenuBar.html b/AppThinker/Documentation/class-use/AppThinkerMenuBar.html index 24e43fb..0eaeab6 100644 --- a/AppThinker/Documentation/class-use/AppThinkerMenuBar.html +++ b/AppThinker/Documentation/class-use/AppThinkerMenuBar.html @@ -2,7 +2,7 @@ - + Uses of Class AppThinkerMenuBar diff --git a/AppThinker/Documentation/class-use/AppThinkerStatusbar.html b/AppThinker/Documentation/class-use/AppThinkerStatusbar.html index 4716938..978ba5f 100644 --- a/AppThinker/Documentation/class-use/AppThinkerStatusbar.html +++ b/AppThinker/Documentation/class-use/AppThinkerStatusbar.html @@ -2,7 +2,7 @@ - + Uses of Class AppThinkerStatusbar diff --git a/AppThinker/Documentation/class-use/AppThinkerToolbar.html b/AppThinker/Documentation/class-use/AppThinkerToolbar.html index 5ff14e4..a344f7c 100644 --- a/AppThinker/Documentation/class-use/AppThinkerToolbar.html +++ b/AppThinker/Documentation/class-use/AppThinkerToolbar.html @@ -2,7 +2,7 @@ - + Uses of Class AppThinkerToolbar diff --git a/AppThinker/Documentation/class-use/AppThinkerWindow.html b/AppThinker/Documentation/class-use/AppThinkerWindow.html index be2b11b..7620fd4 100644 --- a/AppThinker/Documentation/class-use/AppThinkerWindow.html +++ b/AppThinker/Documentation/class-use/AppThinkerWindow.html @@ -2,7 +2,7 @@ - + Uses of Class AppThinkerWindow diff --git a/AppThinker/Documentation/class-use/Argument.html b/AppThinker/Documentation/class-use/Argument.html index c90839b..5068c0c 100644 --- a/AppThinker/Documentation/class-use/Argument.html +++ b/AppThinker/Documentation/class-use/Argument.html @@ -2,7 +2,7 @@ - + Uses of Class Argument diff --git a/AppThinker/Documentation/class-use/Attribute.html b/AppThinker/Documentation/class-use/Attribute.html index 49f4039..6db3eb9 100644 --- a/AppThinker/Documentation/class-use/Attribute.html +++ b/AppThinker/Documentation/class-use/Attribute.html @@ -2,7 +2,7 @@ - + Uses of Class Attribute diff --git a/AppThinker/Documentation/class-use/Class.html b/AppThinker/Documentation/class-use/Class.html index bdef1e2..d65dfa6 100644 --- a/AppThinker/Documentation/class-use/Class.html +++ b/AppThinker/Documentation/class-use/Class.html @@ -2,7 +2,7 @@ - + Uses of Class Class diff --git a/AppThinker/Documentation/class-use/Link.html b/AppThinker/Documentation/class-use/Link.html index 15adea4..345a706 100644 --- a/AppThinker/Documentation/class-use/Link.html +++ b/AppThinker/Documentation/class-use/Link.html @@ -2,7 +2,7 @@ - + Uses of Class Link diff --git a/AppThinker/Documentation/class-use/Method.html b/AppThinker/Documentation/class-use/Method.html index 0c4f574..159a79e 100644 --- a/AppThinker/Documentation/class-use/Method.html +++ b/AppThinker/Documentation/class-use/Method.html @@ -2,7 +2,7 @@ - + Uses of Class Method diff --git a/AppThinker/Documentation/class-use/Project.html b/AppThinker/Documentation/class-use/Project.html index 29e89a3..b5f3fdd 100644 --- a/AppThinker/Documentation/class-use/Project.html +++ b/AppThinker/Documentation/class-use/Project.html @@ -2,7 +2,7 @@ - + Uses of Class Project diff --git a/AppThinker/Documentation/class-use/Selectpoint.html b/AppThinker/Documentation/class-use/Selectpoint.html index 335eca9..8362f29 100644 --- a/AppThinker/Documentation/class-use/Selectpoint.html +++ b/AppThinker/Documentation/class-use/Selectpoint.html @@ -2,7 +2,7 @@ - + Uses of Class Selectpoint diff --git a/AppThinker/Documentation/class-use/UmlDiagram.html b/AppThinker/Documentation/class-use/UmlDiagram.html index 78f0672..304f9cd 100644 --- a/AppThinker/Documentation/class-use/UmlDiagram.html +++ b/AppThinker/Documentation/class-use/UmlDiagram.html @@ -2,7 +2,7 @@ - + Uses of Class UmlDiagram diff --git a/AppThinker/Documentation/constant-values.html b/AppThinker/Documentation/constant-values.html index 201bb56..1cc8bcd 100644 --- a/AppThinker/Documentation/constant-values.html +++ b/AppThinker/Documentation/constant-values.html @@ -2,7 +2,7 @@ - + Constant Field Values @@ -277,6 +277,39 @@
  • + + + + + + + + + + + + + + + + + + + + + + + +
    Method 
    Modifier and TypeConstant FieldValue
    + +public static final java.lang.StringPRIVATE"-"
    + +public static final java.lang.StringPROTECTED"#"
    + +public static final java.lang.StringPUBLIC"+"
    +
  • +
  • + diff --git a/AppThinker/Documentation/deprecated-list.html b/AppThinker/Documentation/deprecated-list.html index 096254f..517ec59 100644 --- a/AppThinker/Documentation/deprecated-list.html +++ b/AppThinker/Documentation/deprecated-list.html @@ -2,7 +2,7 @@ - +Deprecated List diff --git a/AppThinker/Documentation/help-doc.html b/AppThinker/Documentation/help-doc.html index ee81698..3796a7d 100644 --- a/AppThinker/Documentation/help-doc.html +++ b/AppThinker/Documentation/help-doc.html @@ -2,7 +2,7 @@ - +API Help diff --git a/AppThinker/Documentation/index-files/index-1.html b/AppThinker/Documentation/index-files/index-1.html index e88e338..2f8821e 100644 --- a/AppThinker/Documentation/index-files/index-1.html +++ b/AppThinker/Documentation/index-files/index-1.html @@ -2,7 +2,7 @@ - +A-Index diff --git a/AppThinker/Documentation/index-files/index-10.html b/AppThinker/Documentation/index-files/index-10.html index 73fd28a..2370898 100644 --- a/AppThinker/Documentation/index-files/index-10.html +++ b/AppThinker/Documentation/index-files/index-10.html @@ -2,7 +2,7 @@ - +N-Index diff --git a/AppThinker/Documentation/index-files/index-11.html b/AppThinker/Documentation/index-files/index-11.html index d0fd207..0fc5288 100644 --- a/AppThinker/Documentation/index-files/index-11.html +++ b/AppThinker/Documentation/index-files/index-11.html @@ -2,7 +2,7 @@ - +O-Index diff --git a/AppThinker/Documentation/index-files/index-12.html b/AppThinker/Documentation/index-files/index-12.html index 11f1826..08f94b0 100644 --- a/AppThinker/Documentation/index-files/index-12.html +++ b/AppThinker/Documentation/index-files/index-12.html @@ -2,7 +2,7 @@ - +P-Index @@ -81,6 +81,8 @@
     
    PRIVATE - Static variable in class Attribute
     
    +
    PRIVATE - Static variable in class Method
    +
     
    Project - Class in <Unnamed>
    Gère un projet.
    @@ -95,8 +97,12 @@
    PROTECTED - Static variable in class Attribute
     
    +
    PROTECTED - Static variable in class Method
    +
     
    PUBLIC - Static variable in class Attribute
     
    +
    PUBLIC - Static variable in class Method
    +
     
    A B C D E G I L M N O P R S T U W _  diff --git a/AppThinker/Documentation/index-files/index-13.html b/AppThinker/Documentation/index-files/index-13.html index e3c7261..faec793 100644 --- a/AppThinker/Documentation/index-files/index-13.html +++ b/AppThinker/Documentation/index-files/index-13.html @@ -2,7 +2,7 @@ - +R-Index diff --git a/AppThinker/Documentation/index-files/index-14.html b/AppThinker/Documentation/index-files/index-14.html index 616a24f..d9dcd46 100644 --- a/AppThinker/Documentation/index-files/index-14.html +++ b/AppThinker/Documentation/index-files/index-14.html @@ -2,7 +2,7 @@ - +S-Index diff --git a/AppThinker/Documentation/index-files/index-15.html b/AppThinker/Documentation/index-files/index-15.html index 44f2363..6d452bb 100644 --- a/AppThinker/Documentation/index-files/index-15.html +++ b/AppThinker/Documentation/index-files/index-15.html @@ -2,7 +2,7 @@ - +T-Index diff --git a/AppThinker/Documentation/index-files/index-16.html b/AppThinker/Documentation/index-files/index-16.html index 41bb179..f59cf63 100644 --- a/AppThinker/Documentation/index-files/index-16.html +++ b/AppThinker/Documentation/index-files/index-16.html @@ -2,7 +2,7 @@ - +U-Index diff --git a/AppThinker/Documentation/index-files/index-17.html b/AppThinker/Documentation/index-files/index-17.html index aae6ad3..5e47a94 100644 --- a/AppThinker/Documentation/index-files/index-17.html +++ b/AppThinker/Documentation/index-files/index-17.html @@ -2,7 +2,7 @@ - +W-Index diff --git a/AppThinker/Documentation/index-files/index-18.html b/AppThinker/Documentation/index-files/index-18.html index 02bac0f..0266d2e 100644 --- a/AppThinker/Documentation/index-files/index-18.html +++ b/AppThinker/Documentation/index-files/index-18.html @@ -2,7 +2,7 @@ - +_-Index diff --git a/AppThinker/Documentation/index-files/index-2.html b/AppThinker/Documentation/index-files/index-2.html index 77512b5..0791bda 100644 --- a/AppThinker/Documentation/index-files/index-2.html +++ b/AppThinker/Documentation/index-files/index-2.html @@ -2,7 +2,7 @@ - +B-Index diff --git a/AppThinker/Documentation/index-files/index-3.html b/AppThinker/Documentation/index-files/index-3.html index 02c654e..aed8fae 100644 --- a/AppThinker/Documentation/index-files/index-3.html +++ b/AppThinker/Documentation/index-files/index-3.html @@ -2,7 +2,7 @@ - +C-Index @@ -121,6 +121,10 @@
    COMPOSITION - Static variable in class Link
     
    +
    computeMinSize() - Method in class Class
    +
    +
    Paramètre les tailles minimum de la classe sur les axes X et Y en fonction de son contenu
    +
    COPY_TOOL - Static variable in class AppThinkerToolbar
     
    diff --git a/AppThinker/Documentation/index-files/index-4.html b/AppThinker/Documentation/index-files/index-4.html index 9899cec..c272bd0 100644 --- a/AppThinker/Documentation/index-files/index-4.html +++ b/AppThinker/Documentation/index-files/index-4.html @@ -2,7 +2,7 @@ - +D-Index diff --git a/AppThinker/Documentation/index-files/index-5.html b/AppThinker/Documentation/index-files/index-5.html index 66f99bd..935770a 100644 --- a/AppThinker/Documentation/index-files/index-5.html +++ b/AppThinker/Documentation/index-files/index-5.html @@ -2,7 +2,7 @@ - +E-Index diff --git a/AppThinker/Documentation/index-files/index-6.html b/AppThinker/Documentation/index-files/index-6.html index 2950be3..297296d 100644 --- a/AppThinker/Documentation/index-files/index-6.html +++ b/AppThinker/Documentation/index-files/index-6.html @@ -2,7 +2,7 @@ - +G-Index diff --git a/AppThinker/Documentation/index-files/index-7.html b/AppThinker/Documentation/index-files/index-7.html index fe67809..e5f35cd 100644 --- a/AppThinker/Documentation/index-files/index-7.html +++ b/AppThinker/Documentation/index-files/index-7.html @@ -2,7 +2,7 @@ - +I-Index diff --git a/AppThinker/Documentation/index-files/index-8.html b/AppThinker/Documentation/index-files/index-8.html index 437c5c4..9303d0c 100644 --- a/AppThinker/Documentation/index-files/index-8.html +++ b/AppThinker/Documentation/index-files/index-8.html @@ -2,7 +2,7 @@ - +L-Index diff --git a/AppThinker/Documentation/index-files/index-9.html b/AppThinker/Documentation/index-files/index-9.html index 7d5e901..3cf4d78 100644 --- a/AppThinker/Documentation/index-files/index-9.html +++ b/AppThinker/Documentation/index-files/index-9.html @@ -2,7 +2,7 @@ - +M-Index diff --git a/AppThinker/Documentation/index.html b/AppThinker/Documentation/index.html index 46ab189..389edf2 100644 --- a/AppThinker/Documentation/index.html +++ b/AppThinker/Documentation/index.html @@ -2,7 +2,7 @@ - +Generated Documentation (Untitled) diff --git a/AppThinker/Documentation/package-tree.html b/AppThinker/Documentation/package-tree.html index d5712b1..ff08c0a 100644 --- a/AppThinker/Documentation/package-tree.html +++ b/AppThinker/Documentation/package-tree.html @@ -2,7 +2,7 @@ - + Class Hierarchy diff --git a/AppThinker/Documentation/package-use.html b/AppThinker/Documentation/package-use.html index 09a009e..7610646 100644 --- a/AppThinker/Documentation/package-use.html +++ b/AppThinker/Documentation/package-use.html @@ -2,7 +2,7 @@ - +Uses of Package diff --git a/AppThinker/Documentation/serialized-form.html b/AppThinker/Documentation/serialized-form.html index 1a20c24..ccd86e3 100644 --- a/AppThinker/Documentation/serialized-form.html +++ b/AppThinker/Documentation/serialized-form.html @@ -2,7 +2,7 @@ - +Serialized Form
    Selectpoint 
    Modifier and Type