From e8c19ba82fd1c9b037124c8d775c27dced8e47b7 Mon Sep 17 00:00:00 2001 From: Valentin Boulanger Date: Thu, 15 Apr 2021 13:31:25 +0200 Subject: [PATCH] Ajout MVC partie 1 + page d'accueil --- AppThinker/Documentation/AboutWindow.html | 800 ++-- AppThinker/Documentation/AppThinker.html | 804 ++-- .../Documentation/AppThinkerMenuBar.html | 924 +++-- .../Documentation/AppThinkerSplashscreen.html | 819 ++-- .../Documentation/AppThinkerStatusbar.html | 51 +- .../Documentation/AppThinkerToolbar.html | 37 +- .../Documentation/AppThinkerWindow.html | 1206 +++--- AppThinker/Documentation/Argument.html | 61 +- .../ArgumentsPropertiesWindow.html | 55 +- AppThinker/Documentation/Attribute.html | 61 +- AppThinker/Documentation/ChangelogWindow.html | 797 ++-- AppThinker/Documentation/Class.html | 87 +- .../Documentation/ClassPropertiesWindow.html | 67 +- AppThinker/Documentation/Composition.html | 1422 ++++--- AppThinker/Documentation/Link.html | 75 +- .../Documentation/LinkPropertiesWindow.html | 51 +- AppThinker/Documentation/Method.html | 85 +- AppThinker/Documentation/Project.html | 57 +- AppThinker/Documentation/UmlDiagram.html | 119 +- AppThinker/Documentation/UmlToolbar.html | 47 +- .../Documentation/allclasses-frame.html | 71 +- .../Documentation/allclasses-noframe.html | 66 +- .../Documentation/class-use/AboutWindow.html | 186 +- .../Documentation/class-use/AppThinker.html | 8 +- .../class-use/AppThinkerMenuBar.html | 247 +- .../class-use/AppThinkerSplashscreen.html | 188 +- .../class-use/AppThinkerStatusbar.html | 246 +- .../class-use/AppThinkerToolbar.html | 10 +- .../class-use/AppThinkerWindow.html | 349 +- .../Documentation/class-use/Argument.html | 38 +- .../class-use/ArgumentsPropertiesWindow.html | 8 +- .../Documentation/class-use/Attribute.html | 33 +- .../class-use/ChangelogWindow.html | 188 +- AppThinker/Documentation/class-use/Class.html | 70 +- .../class-use/ClassPropertiesWindow.html | 16 +- .../Documentation/class-use/Composition.html | 393 +- AppThinker/Documentation/class-use/Link.html | 32 +- .../class-use/LinkPropertiesWindow.html | 8 +- .../Documentation/class-use/Method.html | 51 +- .../Documentation/class-use/Project.html | 304 +- .../Documentation/class-use/UmlDiagram.html | 26 +- .../Documentation/class-use/UmlToolbar.html | 16 +- AppThinker/Documentation/constant-values.html | 14 +- AppThinker/Documentation/deprecated-list.html | 4 +- AppThinker/Documentation/help-doc.html | 22 +- .../Documentation/index-files/index-1.html | 530 ++- .../Documentation/index-files/index-10.html | 215 +- .../Documentation/index-files/index-11.html | 237 +- .../Documentation/index-files/index-12.html | 26 +- .../Documentation/index-files/index-13.html | 364 +- .../Documentation/index-files/index-14.html | 855 ++-- .../Documentation/index-files/index-15.html | 20 +- .../Documentation/index-files/index-16.html | 8 +- .../Documentation/index-files/index-17.html | 8 +- .../Documentation/index-files/index-18.html | 26 +- .../Documentation/index-files/index-2.html | 432 +- .../Documentation/index-files/index-3.html | 272 +- .../Documentation/index-files/index-4.html | 10 +- .../Documentation/index-files/index-5.html | 6 +- .../Documentation/index-files/index-6.html | 795 ++-- .../Documentation/index-files/index-7.html | 34 +- .../Documentation/index-files/index-8.html | 22 +- .../Documentation/index-files/index-9.html | 50 +- AppThinker/Documentation/overview-tree.html | 379 +- AppThinker/Documentation/package-frame.html | 73 +- AppThinker/Documentation/package-summary.html | 452 ++- AppThinker/Documentation/package-tree.html | 379 +- AppThinker/Documentation/package-use.html | 220 +- AppThinker/Documentation/serialized-form.html | 1808 +++++---- AppThinker/app.properties | 3 + AppThinker/src/AppThinker.java | 105 - AppThinker/src/AppThinkerMenuBar.java | 251 -- AppThinker/src/AppThinkerWindow.java | 201 - AppThinker/src/Composition.java | 100 - AppThinker/src/META-INF/MANIFEST.MF | 2 +- AppThinker/src/UmlDiagram.java | 734 ---- .../com/thinkode/appthinker/ATProperties.java | 73 + .../com/thinkode/appthinker/AppThinker.java | 64 + .../controllers/AboutWindowController.java | 48 + .../ChangelogWindowController.java | 34 + .../controllers/HomeFrameController.java | 65 + .../controllers/UmlDiagramController.java | 53 + .../controllers/WindowController.java | 151 + .../img/SVG/aggregationRelation.svg | 1 + .../appthinker/img/SVG/closeProject.svg | 1 + .../img/SVG/compositionRelation.svg | 1 + .../com/thinkode/appthinker/img/SVG/copy.svg | 1 + .../thinkode/appthinker/img/SVG/delete.svg | 1 + .../thinkode/appthinker/img/SVG/donation.svg | 1 + .../com/thinkode/appthinker/img/SVG/edit.svg | 1 + .../appthinker/img/SVG/giveFeedback.svg | 1 + .../appthinker/img/SVG/importProject.svg | 1 + .../com/thinkode/appthinker/img/SVG/info.svg | 1 + .../img/SVG/inheritanceRelation.svg | 1 + .../appthinker/img/SVG/logoAppThinker.svg | 1 + .../thinkode/appthinker/img/SVG/newClass.svg | 1 + .../thinkode/appthinker/img/SVG/newNote.svg | 1 + .../appthinker/img/SVG/newProject.svg | 1 + .../com/thinkode/appthinker/img/SVG/news.svg | 1 + .../com/thinkode/appthinker/img/SVG/paste.svg | 1 + .../com/thinkode/appthinker/img/SVG/quit.svg | 1 + .../com/thinkode/appthinker/img/SVG/redo.svg | 1 + .../appthinker/img/SVG/repository.svg | 1 + .../appthinker/img/SVG/saveAsProject.svg | 1 + .../appthinker/img/SVG/saveProject.svg | 1 + .../thinkode/appthinker/img/SVG/select.svg | 1 + .../thinkode/appthinker/img/SVG/settings.svg | 1 + .../appthinker/img/SVG/strongRelation.svg | 1 + .../com/thinkode/appthinker/img/SVG/undo.svg | 1 + .../appthinker/img/SVG/weakRelation.svg | 1 + .../src/com/thinkode/appthinker/img/icons.ai | 3587 +++++++++++++++++ .../{ => com/thinkode/appthinker}/img/logo.ai | 0 .../appthinker}/img/logoAppThinker.png | Bin .../thinkode/appthinker}/img/splashscreen.png | Bin .../img/x128/aggregationRelation.png | Bin 0 -> 2017 bytes .../appthinker/img/x128/closeProject.png | Bin 0 -> 1501 bytes .../img/x128/compositionRelation.png | Bin 0 -> 1745 bytes .../com/thinkode/appthinker/img/x128/copy.png | Bin 0 -> 1492 bytes .../thinkode/appthinker/img/x128/delete.png | Bin 0 -> 886 bytes .../thinkode/appthinker/img/x128/donation.png | Bin 0 -> 5473 bytes .../com/thinkode/appthinker/img/x128/edit.png | Bin 0 -> 1436 bytes .../appthinker/img/x128/giveFeedback.png | Bin 0 -> 7010 bytes .../appthinker/img/x128/importProject.png | Bin 0 -> 1626 bytes .../com/thinkode/appthinker/img/x128/info.png | Bin 0 -> 2400 bytes .../img/x128/inheritanceRelation.png | Bin 0 -> 2239 bytes .../appthinker/img/x128/logoAppThinker.png | Bin 0 -> 4862 bytes .../thinkode/appthinker/img/x128/newClass.png | Bin 0 -> 1619 bytes .../thinkode/appthinker/img/x128/newNote.png | Bin 0 -> 1045 bytes .../appthinker/img/x128/newProject.png | Bin 0 -> 960 bytes .../com/thinkode/appthinker/img/x128/news.png | Bin 0 -> 2583 bytes .../thinkode/appthinker/img/x128/paste.png | Bin 0 -> 1303 bytes .../com/thinkode/appthinker/img/x128/quit.png | Bin 0 -> 1116 bytes .../com/thinkode/appthinker/img/x128/redo.png | Bin 0 -> 1690 bytes .../appthinker/img/x128/repository.png | Bin 0 -> 2711 bytes .../appthinker/img/x128/saveAsProject.png | Bin 0 -> 1312 bytes .../appthinker/img/x128/saveProject.png | Bin 0 -> 1013 bytes .../thinkode/appthinker/img/x128/select.png | Bin 0 -> 1330 bytes .../thinkode/appthinker/img/x128/settings.png | Bin 0 -> 2242 bytes .../appthinker/img/x128/strongRelation.png | Bin 0 -> 1813 bytes .../com/thinkode/appthinker/img/x128/undo.png | Bin 0 -> 1732 bytes .../appthinker/img/x128/weakRelation.png | Bin 0 -> 2067 bytes .../img/x16/aggregationRelation.png | Bin .../appthinker}/img/x16/closeProject.png | Bin .../img/x16/compositionRelation.png | Bin .../thinkode/appthinker}/img/x16/copy.png | Bin .../thinkode/appthinker}/img/x16/delete.png | Bin .../thinkode/appthinker/img/x16/donation.png | Bin 0 -> 633 bytes .../thinkode/appthinker}/img/x16/edit.png | Bin .../appthinker/img/x16/giveFeedback.png | Bin 0 -> 639 bytes .../appthinker}/img/x16/importProject.png | Bin .../com/thinkode/appthinker/img/x16/info.png | Bin 0 -> 356 bytes .../img/x16/inheritanceRelation.png | Bin 0 -> 429 bytes .../appthinker/img/x16/logoAppThinker.png | Bin 0 -> 562 bytes .../thinkode/appthinker}/img/x16/newClass.png | Bin .../thinkode/appthinker}/img/x16/newNote.png | Bin .../appthinker}/img/x16/newProject.png | Bin .../thinkode/appthinker}/img/x16/news.png | Bin .../thinkode/appthinker}/img/x16/paste.png | Bin .../thinkode/appthinker}/img/x16/quit.png | Bin .../thinkode/appthinker}/img/x16/redo.png | Bin .../appthinker/img/x16/repository.png | Bin 0 -> 498 bytes .../appthinker}/img/x16/saveAsProject.png | Bin .../appthinker}/img/x16/saveProject.png | Bin .../thinkode/appthinker}/img/x16/select.png | Bin .../thinkode/appthinker}/img/x16/settings.png | Bin .../appthinker}/img/x16/strongRelation.png | Bin .../thinkode/appthinker}/img/x16/undo.png | Bin .../appthinker}/img/x16/weakRelation.png | Bin .../img/x256/aggregationRelation.png | Bin 0 -> 3921 bytes .../appthinker/img/x256/closeProject.png | Bin 0 -> 2928 bytes .../img/x256/compositionRelation.png | Bin 0 -> 3550 bytes .../com/thinkode/appthinker/img/x256/copy.png | Bin 0 -> 3004 bytes .../thinkode/appthinker/img/x256/delete.png | Bin 0 -> 1634 bytes .../thinkode/appthinker/img/x256/donation.png | Bin 0 -> 11138 bytes .../com/thinkode/appthinker/img/x256/edit.png | Bin 0 -> 3021 bytes .../appthinker/img/x256/giveFeedback.png | Bin 0 -> 16329 bytes .../appthinker/img/x256/importProject.png | Bin 0 -> 3228 bytes .../com/thinkode/appthinker/img/x256/info.png | Bin 0 -> 4806 bytes .../img/x256/inheritanceRelation.png | Bin 0 -> 4477 bytes .../appthinker/img/x256/logoAppThinker.png | Bin 0 -> 12013 bytes .../thinkode/appthinker/img/x256/newClass.png | Bin 0 -> 3217 bytes .../thinkode/appthinker/img/x256/newNote.png | Bin 0 -> 2320 bytes .../appthinker/img/x256/newProject.png | Bin 0 -> 2134 bytes .../com/thinkode/appthinker/img/x256/news.png | Bin 0 -> 4961 bytes .../thinkode/appthinker/img/x256/paste.png | Bin 0 -> 2403 bytes .../com/thinkode/appthinker/img/x256/quit.png | Bin 0 -> 2105 bytes .../com/thinkode/appthinker/img/x256/redo.png | Bin 0 -> 3385 bytes .../appthinker/img/x256/repository.png | Bin 0 -> 5477 bytes .../appthinker/img/x256/saveAsProject.png | Bin 0 -> 2389 bytes .../appthinker/img/x256/saveProject.png | Bin 0 -> 1840 bytes .../thinkode/appthinker/img/x256/select.png | Bin 0 -> 2760 bytes .../thinkode/appthinker/img/x256/settings.png | Bin 0 -> 4563 bytes .../appthinker/img/x256/strongRelation.png | Bin 0 -> 3636 bytes .../com/thinkode/appthinker/img/x256/undo.png | Bin 0 -> 3439 bytes .../appthinker/img/x256/weakRelation.png | Bin 0 -> 4615 bytes .../img/x32/aggregationRelation.png | Bin .../appthinker}/img/x32/closeProject.png | Bin .../img/x32/compositionRelation.png | Bin .../thinkode/appthinker}/img/x32/copy.png | Bin .../thinkode/appthinker}/img/x32/delete.png | Bin .../thinkode/appthinker/img/x32/donation.png | Bin 0 -> 1359 bytes .../thinkode/appthinker}/img/x32/edit.png | Bin .../appthinker/img/x32/giveFeedback.png | Bin 0 -> 1457 bytes .../appthinker}/img/x32/importProject.png | Bin .../com/thinkode/appthinker/img/x32/info.png | Bin 0 -> 666 bytes .../img/x32/inheritanceRelation.png | Bin 0 -> 751 bytes .../appthinker/img/x32/logoAppThinker.png | Bin 0 -> 1128 bytes .../thinkode/appthinker}/img/x32/newClass.png | Bin .../thinkode/appthinker}/img/x32/newNote.png | Bin .../appthinker}/img/x32/newProject.png | Bin .../thinkode/appthinker}/img/x32/news.png | Bin .../thinkode/appthinker}/img/x32/paste.png | Bin .../thinkode/appthinker}/img/x32/quit.png | Bin .../thinkode/appthinker}/img/x32/redo.png | Bin .../appthinker/img/x32/repository.png | Bin 0 -> 835 bytes .../appthinker}/img/x32/saveAsProject.png | Bin .../appthinker}/img/x32/saveProject.png | Bin .../thinkode/appthinker}/img/x32/select.png | Bin .../thinkode/appthinker/img/x32/settings.png | Bin 0 -> 695 bytes .../appthinker}/img/x32/strongRelation.png | Bin .../thinkode/appthinker}/img/x32/undo.png | Bin .../appthinker}/img/x32/weakRelation.png | Bin .../img/x64/aggregationRelation.png | Bin 0 -> 1106 bytes .../appthinker/img/x64/closeProject.png | Bin 0 -> 843 bytes .../img/x64/compositionRelation.png | Bin 0 -> 930 bytes .../com/thinkode/appthinker/img/x64/copy.png | Bin 0 -> 789 bytes .../thinkode/appthinker/img/x64/delete.png | Bin 0 -> 597 bytes .../thinkode/appthinker/img/x64/donation.png | Bin 0 -> 2821 bytes .../com/thinkode/appthinker/img/x64/edit.png | Bin 0 -> 820 bytes .../appthinker/img/x64/giveFeedback.png | Bin 0 -> 3217 bytes .../appthinker/img/x64/importProject.png | Bin 0 -> 872 bytes .../com/thinkode/appthinker/img/x64/info.png | Bin 0 -> 1255 bytes .../img/x64/inheritanceRelation.png | Bin 0 -> 1236 bytes .../appthinker/img/x64/logoAppThinker.png | Bin 0 -> 2152 bytes .../thinkode/appthinker/img/x64/newClass.png | Bin 0 -> 872 bytes .../thinkode/appthinker/img/x64/newNote.png | Bin 0 -> 646 bytes .../appthinker/img/x64/newProject.png | Bin 0 -> 579 bytes .../com/thinkode/appthinker/img/x64/news.png | Bin 0 -> 1354 bytes .../com/thinkode/appthinker/img/x64/paste.png | Bin 0 -> 829 bytes .../com/thinkode/appthinker/img/x64/quit.png | Bin 0 -> 643 bytes .../com/thinkode/appthinker/img/x64/redo.png | Bin 0 -> 912 bytes .../appthinker/img/x64/repository.png | Bin 0 -> 1573 bytes .../appthinker/img/x64/saveAsProject.png | Bin 0 -> 909 bytes .../appthinker/img/x64/saveProject.png | Bin 0 -> 679 bytes .../thinkode/appthinker/img/x64/select.png | Bin 0 -> 724 bytes .../thinkode/appthinker/img/x64/settings.png | Bin 0 -> 1192 bytes .../appthinker/img/x64/strongRelation.png | Bin 0 -> 931 bytes .../com/thinkode/appthinker/img/x64/undo.png | Bin 0 -> 922 bytes .../appthinker/img/x64/weakRelation.png | Bin 0 -> 1006 bytes .../thinkode/appthinker/models}/Argument.java | 6 +- .../appthinker/models}/Attribute.java | 38 +- .../thinkode/appthinker/models}/Class.java | 156 +- .../appthinker/models/Composition.java | 58 + .../thinkode/appthinker/models}/Link.java | 89 +- .../thinkode/appthinker/models}/Method.java | 88 +- .../thinkode/appthinker/models}/Project.java | 87 +- .../appthinker/models/UmlDiagram.java | 122 + .../appthinker/views}/AboutWindow.java | 52 +- .../views}/ArgumentsPropertiesWindow.java | 43 +- .../appthinker/views}/ChangelogWindow.java | 58 +- .../views}/ClassPropertiesWindow.java | 105 +- .../appthinker/views/CompositionFrame.java | 65 + .../appthinker/views/CompositionListener.java | 21 + .../thinkode/appthinker/views/HomeFrame.java | 215 + .../views}/LinkPropertiesWindow.java | 85 +- .../thinkode/appthinker/views/MenuBar.java | 153 + .../appthinker/views/MenuBarListener.java | 43 + .../appthinker/views/Splashscreen.java} | 22 +- .../thinkode/appthinker/views/Statusbar.java} | 23 +- .../appthinker/views/UmlDiagramFrame.java | 719 ++++ .../appthinker/views}/UmlToolbar.java | 235 +- .../appthinker/views/UmlToolbarListener.java | 18 + .../com/thinkode/appthinker/views/Window.java | 219 + AppThinker/src/img/icons.ai | 2625 ------------ AppThinker/src/img/x16/info.png | Bin 347 -> 0 bytes .../src/img/x16/inheritanceRelation.png | Bin 411 -> 0 bytes AppThinker/src/img/x32/info.png | Bin 655 -> 0 bytes .../src/img/x32/inheritanceRelation.png | Bin 739 -> 0 bytes AppThinker/src/img/x32/settings.png | Bin 679 -> 0 bytes Model.jpg | Bin 1331517 -> 0 bytes 280 files changed, 15861 insertions(+), 12422 deletions(-) create mode 100644 AppThinker/app.properties delete mode 100644 AppThinker/src/AppThinker.java delete mode 100644 AppThinker/src/AppThinkerMenuBar.java delete mode 100644 AppThinker/src/AppThinkerWindow.java delete mode 100644 AppThinker/src/Composition.java delete mode 100644 AppThinker/src/UmlDiagram.java create mode 100644 AppThinker/src/com/thinkode/appthinker/ATProperties.java create mode 100644 AppThinker/src/com/thinkode/appthinker/AppThinker.java create mode 100644 AppThinker/src/com/thinkode/appthinker/controllers/AboutWindowController.java create mode 100644 AppThinker/src/com/thinkode/appthinker/controllers/ChangelogWindowController.java create mode 100644 AppThinker/src/com/thinkode/appthinker/controllers/HomeFrameController.java create mode 100644 AppThinker/src/com/thinkode/appthinker/controllers/UmlDiagramController.java create mode 100644 AppThinker/src/com/thinkode/appthinker/controllers/WindowController.java create mode 100644 AppThinker/src/com/thinkode/appthinker/img/SVG/aggregationRelation.svg create mode 100644 AppThinker/src/com/thinkode/appthinker/img/SVG/closeProject.svg create mode 100644 AppThinker/src/com/thinkode/appthinker/img/SVG/compositionRelation.svg create mode 100644 AppThinker/src/com/thinkode/appthinker/img/SVG/copy.svg create mode 100644 AppThinker/src/com/thinkode/appthinker/img/SVG/delete.svg create mode 100644 AppThinker/src/com/thinkode/appthinker/img/SVG/donation.svg create mode 100644 AppThinker/src/com/thinkode/appthinker/img/SVG/edit.svg create mode 100644 AppThinker/src/com/thinkode/appthinker/img/SVG/giveFeedback.svg create mode 100644 AppThinker/src/com/thinkode/appthinker/img/SVG/importProject.svg create mode 100644 AppThinker/src/com/thinkode/appthinker/img/SVG/info.svg create mode 100644 AppThinker/src/com/thinkode/appthinker/img/SVG/inheritanceRelation.svg create mode 100644 AppThinker/src/com/thinkode/appthinker/img/SVG/logoAppThinker.svg create mode 100644 AppThinker/src/com/thinkode/appthinker/img/SVG/newClass.svg create mode 100644 AppThinker/src/com/thinkode/appthinker/img/SVG/newNote.svg create mode 100644 AppThinker/src/com/thinkode/appthinker/img/SVG/newProject.svg create mode 100644 AppThinker/src/com/thinkode/appthinker/img/SVG/news.svg create mode 100644 AppThinker/src/com/thinkode/appthinker/img/SVG/paste.svg create mode 100644 AppThinker/src/com/thinkode/appthinker/img/SVG/quit.svg create mode 100644 AppThinker/src/com/thinkode/appthinker/img/SVG/redo.svg create mode 100644 AppThinker/src/com/thinkode/appthinker/img/SVG/repository.svg create mode 100644 AppThinker/src/com/thinkode/appthinker/img/SVG/saveAsProject.svg create mode 100644 AppThinker/src/com/thinkode/appthinker/img/SVG/saveProject.svg create mode 100644 AppThinker/src/com/thinkode/appthinker/img/SVG/select.svg create mode 100644 AppThinker/src/com/thinkode/appthinker/img/SVG/settings.svg create mode 100644 AppThinker/src/com/thinkode/appthinker/img/SVG/strongRelation.svg create mode 100644 AppThinker/src/com/thinkode/appthinker/img/SVG/undo.svg create mode 100644 AppThinker/src/com/thinkode/appthinker/img/SVG/weakRelation.svg create mode 100644 AppThinker/src/com/thinkode/appthinker/img/icons.ai rename AppThinker/src/{ => com/thinkode/appthinker}/img/logo.ai (100%) rename AppThinker/src/{ => com/thinkode/appthinker}/img/logoAppThinker.png (100%) rename AppThinker/src/{ => com/thinkode/appthinker}/img/splashscreen.png (100%) create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x128/aggregationRelation.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x128/closeProject.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x128/compositionRelation.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x128/copy.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x128/delete.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x128/donation.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x128/edit.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x128/giveFeedback.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x128/importProject.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x128/info.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x128/inheritanceRelation.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x128/logoAppThinker.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x128/newClass.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x128/newNote.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x128/newProject.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x128/news.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x128/paste.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x128/quit.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x128/redo.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x128/repository.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x128/saveAsProject.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x128/saveProject.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x128/select.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x128/settings.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x128/strongRelation.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x128/undo.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x128/weakRelation.png rename AppThinker/src/{ => com/thinkode/appthinker}/img/x16/aggregationRelation.png (100%) rename AppThinker/src/{ => com/thinkode/appthinker}/img/x16/closeProject.png (100%) rename AppThinker/src/{ => com/thinkode/appthinker}/img/x16/compositionRelation.png (100%) rename AppThinker/src/{ => com/thinkode/appthinker}/img/x16/copy.png (100%) rename AppThinker/src/{ => com/thinkode/appthinker}/img/x16/delete.png (100%) create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x16/donation.png rename AppThinker/src/{ => com/thinkode/appthinker}/img/x16/edit.png (100%) create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x16/giveFeedback.png rename AppThinker/src/{ => com/thinkode/appthinker}/img/x16/importProject.png (100%) create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x16/info.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x16/inheritanceRelation.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x16/logoAppThinker.png rename AppThinker/src/{ => com/thinkode/appthinker}/img/x16/newClass.png (100%) rename AppThinker/src/{ => com/thinkode/appthinker}/img/x16/newNote.png (100%) rename AppThinker/src/{ => com/thinkode/appthinker}/img/x16/newProject.png (100%) rename AppThinker/src/{ => com/thinkode/appthinker}/img/x16/news.png (100%) rename AppThinker/src/{ => com/thinkode/appthinker}/img/x16/paste.png (100%) rename AppThinker/src/{ => com/thinkode/appthinker}/img/x16/quit.png (100%) rename AppThinker/src/{ => com/thinkode/appthinker}/img/x16/redo.png (100%) create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x16/repository.png rename AppThinker/src/{ => com/thinkode/appthinker}/img/x16/saveAsProject.png (100%) rename AppThinker/src/{ => com/thinkode/appthinker}/img/x16/saveProject.png (100%) rename AppThinker/src/{ => com/thinkode/appthinker}/img/x16/select.png (100%) rename AppThinker/src/{ => com/thinkode/appthinker}/img/x16/settings.png (100%) rename AppThinker/src/{ => com/thinkode/appthinker}/img/x16/strongRelation.png (100%) rename AppThinker/src/{ => com/thinkode/appthinker}/img/x16/undo.png (100%) rename AppThinker/src/{ => com/thinkode/appthinker}/img/x16/weakRelation.png (100%) create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x256/aggregationRelation.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x256/closeProject.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x256/compositionRelation.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x256/copy.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x256/delete.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x256/donation.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x256/edit.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x256/giveFeedback.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x256/importProject.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x256/info.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x256/inheritanceRelation.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x256/logoAppThinker.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x256/newClass.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x256/newNote.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x256/newProject.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x256/news.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x256/paste.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x256/quit.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x256/redo.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x256/repository.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x256/saveAsProject.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x256/saveProject.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x256/select.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x256/settings.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x256/strongRelation.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x256/undo.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x256/weakRelation.png rename AppThinker/src/{ => com/thinkode/appthinker}/img/x32/aggregationRelation.png (100%) rename AppThinker/src/{ => com/thinkode/appthinker}/img/x32/closeProject.png (100%) rename AppThinker/src/{ => com/thinkode/appthinker}/img/x32/compositionRelation.png (100%) rename AppThinker/src/{ => com/thinkode/appthinker}/img/x32/copy.png (100%) rename AppThinker/src/{ => com/thinkode/appthinker}/img/x32/delete.png (100%) create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x32/donation.png rename AppThinker/src/{ => com/thinkode/appthinker}/img/x32/edit.png (100%) create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x32/giveFeedback.png rename AppThinker/src/{ => com/thinkode/appthinker}/img/x32/importProject.png (100%) create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x32/info.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x32/inheritanceRelation.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x32/logoAppThinker.png rename AppThinker/src/{ => com/thinkode/appthinker}/img/x32/newClass.png (100%) rename AppThinker/src/{ => com/thinkode/appthinker}/img/x32/newNote.png (100%) rename AppThinker/src/{ => com/thinkode/appthinker}/img/x32/newProject.png (100%) rename AppThinker/src/{ => com/thinkode/appthinker}/img/x32/news.png (100%) rename AppThinker/src/{ => com/thinkode/appthinker}/img/x32/paste.png (100%) rename AppThinker/src/{ => com/thinkode/appthinker}/img/x32/quit.png (100%) rename AppThinker/src/{ => com/thinkode/appthinker}/img/x32/redo.png (100%) create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x32/repository.png rename AppThinker/src/{ => com/thinkode/appthinker}/img/x32/saveAsProject.png (100%) rename AppThinker/src/{ => com/thinkode/appthinker}/img/x32/saveProject.png (100%) rename AppThinker/src/{ => com/thinkode/appthinker}/img/x32/select.png (100%) create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x32/settings.png rename AppThinker/src/{ => com/thinkode/appthinker}/img/x32/strongRelation.png (100%) rename AppThinker/src/{ => com/thinkode/appthinker}/img/x32/undo.png (100%) rename AppThinker/src/{ => com/thinkode/appthinker}/img/x32/weakRelation.png (100%) create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x64/aggregationRelation.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x64/closeProject.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x64/compositionRelation.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x64/copy.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x64/delete.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x64/donation.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x64/edit.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x64/giveFeedback.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x64/importProject.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x64/info.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x64/inheritanceRelation.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x64/logoAppThinker.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x64/newClass.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x64/newNote.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x64/newProject.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x64/news.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x64/paste.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x64/quit.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x64/redo.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x64/repository.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x64/saveAsProject.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x64/saveProject.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x64/select.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x64/settings.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x64/strongRelation.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x64/undo.png create mode 100644 AppThinker/src/com/thinkode/appthinker/img/x64/weakRelation.png rename AppThinker/src/{ => com/thinkode/appthinker/models}/Argument.java (86%) rename AppThinker/src/{ => com/thinkode/appthinker/models}/Attribute.java (89%) rename AppThinker/src/{ => com/thinkode/appthinker/models}/Class.java (76%) create mode 100644 AppThinker/src/com/thinkode/appthinker/models/Composition.java rename AppThinker/src/{ => com/thinkode/appthinker/models}/Link.java (78%) rename AppThinker/src/{ => com/thinkode/appthinker/models}/Method.java (82%) rename AppThinker/src/{ => com/thinkode/appthinker/models}/Project.java (75%) create mode 100644 AppThinker/src/com/thinkode/appthinker/models/UmlDiagram.java rename AppThinker/src/{ => com/thinkode/appthinker/views}/AboutWindow.java (70%) rename AppThinker/src/{ => com/thinkode/appthinker/views}/ArgumentsPropertiesWindow.java (86%) rename AppThinker/src/{ => com/thinkode/appthinker/views}/ChangelogWindow.java (59%) rename AppThinker/src/{ => com/thinkode/appthinker/views}/ClassPropertiesWindow.java (87%) create mode 100644 AppThinker/src/com/thinkode/appthinker/views/CompositionFrame.java create mode 100644 AppThinker/src/com/thinkode/appthinker/views/CompositionListener.java create mode 100644 AppThinker/src/com/thinkode/appthinker/views/HomeFrame.java rename AppThinker/src/{ => com/thinkode/appthinker/views}/LinkPropertiesWindow.java (84%) create mode 100644 AppThinker/src/com/thinkode/appthinker/views/MenuBar.java create mode 100644 AppThinker/src/com/thinkode/appthinker/views/MenuBarListener.java rename AppThinker/src/{AppThinkerSplashscreen.java => com/thinkode/appthinker/views/Splashscreen.java} (71%) rename AppThinker/src/{AppThinkerStatusbar.java => com/thinkode/appthinker/views/Statusbar.java} (81%) create mode 100644 AppThinker/src/com/thinkode/appthinker/views/UmlDiagramFrame.java rename AppThinker/src/{ => com/thinkode/appthinker/views}/UmlToolbar.java (55%) create mode 100644 AppThinker/src/com/thinkode/appthinker/views/UmlToolbarListener.java create mode 100644 AppThinker/src/com/thinkode/appthinker/views/Window.java delete mode 100644 AppThinker/src/img/icons.ai delete mode 100644 AppThinker/src/img/x16/info.png delete mode 100644 AppThinker/src/img/x16/inheritanceRelation.png delete mode 100644 AppThinker/src/img/x32/info.png delete mode 100644 AppThinker/src/img/x32/inheritanceRelation.png delete mode 100644 AppThinker/src/img/x32/settings.png delete mode 100644 Model.jpg diff --git a/AppThinker/Documentation/AboutWindow.html b/AppThinker/Documentation/AboutWindow.html index 17051f7..6fedb99 100644 --- a/AppThinker/Documentation/AboutWindow.html +++ b/AppThinker/Documentation/AboutWindow.html @@ -2,391 +2,473 @@ - -AboutWindow - - - + + AboutWindow + + +
- + - - - - - + + + + +
+ + + +
+ +
+
+ + +
+ + +
-

Class AboutWindow

+

+ com.thinkode.appthinker.models.Class + com.thinkode.appthinker.views.AboutWindow

- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants
    -
    -
    -
    -
    public class AboutWindow
    +    
      +
    • java.lang.Object
    • +
    • +
        +
      • java.awt.Component
      • +
      • +
          +
        • java.awt.Container
        • +
        • +
            +
          • java.awt.Window
          • +
          • +
              +
            • java.awt.Dialog
            • +
            • +
                +
              • javax.swing.JDialog
              • +
              • +
                  +
                • com.thinkode.appthinker.views.AboutWindow
                • +
                +
              • +
              +
            • +
            +
          • +
          +
        • +
        +
      • +
      +
    • +
    +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, + javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants +
      +
      +
      +
      +
      public class com.thinkode.appthinker.views.AboutWindow
       extends javax.swing.JDialog
      -
      Fenêtre contenant les informations du logiciel
      -
      -
      See Also:
      -
      Serialized Form
      -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Nested Class Summary

        -
          -
        • - - -

          Nested classes/interfaces inherited from class javax.swing.JDialog

          -javax.swing.JDialog.AccessibleJDialog
        • -
        -
          -
        • - - -

          Nested classes/interfaces inherited from class java.awt.Dialog

          -java.awt.Dialog.AccessibleAWTDialog, java.awt.Dialog.ModalExclusionType, java.awt.Dialog.ModalityType
        • -
        -
          -
        • - - -

          Nested classes/interfaces inherited from class java.awt.Window

          -java.awt.Window.AccessibleAWTWindow, java.awt.Window.Type
        • -
        -
          -
        • - - -

          Nested classes/interfaces inherited from class java.awt.Container

          -java.awt.Container.AccessibleAWTContainer
        • -
        -
          -
        • - - -

          Nested classes/interfaces inherited from class java.awt.Component

          -java.awt.Component.AccessibleAWTComponent, java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
        • -
        -
      • -
      - -
        -
      • - - -

        Field Summary

        -
          -
        • - - -

          Fields inherited from class javax.swing.JDialog

          -accessibleContext, rootPane, rootPaneCheckingEnabled
        • -
        -
          -
        • - - -

          Fields inherited from class java.awt.Dialog

          -DEFAULT_MODALITY_TYPE
        • -
        -
          -
        • - - -

          Fields inherited from class java.awt.Component

          -BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
        • -
        -
          -
        • - - -

          Fields inherited from interface javax.swing.WindowConstants

          -DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE
        • -
        -
          -
        • - - -

          Fields inherited from interface java.awt.image.ImageObserver

          -ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
        • -
        -
      • -
      - -
        -
      • - - -

        Constructor Summary

        - - - - - - - - -
        Constructors 
        Constructor and Description
        AboutWindow() -
        Constructeur - Crée une fenêtre A propos
        -
        -
      • -
      - -
        -
      • - - -

        Method Summary

        -
          -
        • - - -

          Methods inherited from class javax.swing.JDialog

          -addImpl, createRootPane, dialogInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, repaint, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, setTransferHandler, update
        • -
        -
          -
        • - - -

          Methods inherited from class java.awt.Dialog

          -addNotify, getModalityType, getTitle, hide, isModal, isResizable, isUndecorated, setBackground, setModal, setModalityType, setOpacity, setResizable, setShape, setTitle, setUndecorated, setVisible, show, toBack
        • -
        -
          -
        • - - -

          Methods inherited from class java.awt.Window

          -addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBackground, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getIconImages, getInputContext, getListeners, getLocale, getModalExclusionType, getMostRecentFocusOwner, getOpacity, getOwnedWindows, getOwner, getOwnerlessWindows, getShape, getToolkit, getType, getWarningString, getWindowFocusListeners, getWindowListeners, getWindows, getWindowStateListeners, isActive, isAlwaysOnTop, isAlwaysOnTopSupported, isAutoRequestFocus, isFocusableWindow, isFocusCycleRoot, isFocused, isLocationByPlatform, isOpaque, isShowing, isValidateRoot, pack, paint, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeNotify, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, reshape, setAlwaysOnTop, setAutoRequestFocus, setBounds, setBounds, setCursor, setFocusableWindowState, setFocusCycleRoot, setIconImage, setIconImages, setLocation, setLocation, setLocationByPlatform, setLocationRelativeTo, setMinimumSize, setModalExclusionType, setSize, setSize, setType, toFront
        • -
        -
          -
        • - - -

          Methods inherited from class java.awt.Container

          -add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, transferFocusDownCycle, validate, validateTree
        • -
        -
          -
        • - - -

          Methods inherited from class java.awt.Component

          -action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resize, resize, revalidate, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setMaximumSize, setName, setPreferredSize, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle
        • -
        -
          -
        • - - -

          Methods inherited from class java.lang.Object

          -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
        • -
        -
      • -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          AboutWindow

          -
          public AboutWindow()
          -
          Constructeur - Crée une fenêtre A propos
          -
        • -
        -
      • -
      -
    • -
    -
    +
    Fenêtre contenant les informations du logiciel
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested com.thinkode.appthinker.models.Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class javax.swing.JDialog

        + javax.swing.JDialog.AccessibleJDialog
      • +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class java.awt.Dialog

        + java.awt.Dialog.AccessibleAWTDialog, java.awt.Dialog.ModalExclusionType, + java.awt.Dialog.ModalityType
      • +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class java.awt.Window

        + java.awt.Window.AccessibleAWTWindow, java.awt.Window.Type
      • +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class java.awt.Container

        + java.awt.Container.AccessibleAWTContainer
      • +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class java.awt.Component

        + java.awt.Component.AccessibleAWTComponent, + java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, + java.awt.Component.FlipBufferStrategy
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class javax.swing.JDialog

        + accessibleContext, rootPane, rootPaneCheckingEnabled
      • +
      +
        +
      • + + +

        Fields inherited from class java.awt.Dialog

        + DEFAULT_MODALITY_TYPE
      • +
      +
        +
      • + + +

        Fields inherited from class java.awt.Component

        + BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, + TOP_ALIGNMENT
      • +
      +
        +
      • + + +

        Fields inherited from interface javax.swing.WindowConstants

        + DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE
      • +
      +
        +
      • + + +

        Fields inherited from interface java.awt.image.ImageObserver

        + ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
      • +
      +
    • +
    + + + +
      +
    • + + +

      com.thinkode.appthinker.models.Method Summary

      +
        +
      • + + +

        Methods inherited from class javax.swing.JDialog

        + addImpl, createRootPane, dialogInit, getAccessibleContext, getContentPane, + getDefaultCloseOperation, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, + getRootPane, getTransferHandler, isDefaultLookAndFeelDecorated, + isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, repaint, + setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, + setGlassPane, setJMenuBar, setLayeredPane, setLayout, setRootPane, + setRootPaneCheckingEnabled, setTransferHandler, update
      • +
      +
        +
      • + + +

        Methods inherited from class java.awt.Dialog

        + addNotify, getModalityType, getTitle, hide, isModal, isResizable, isUndecorated, + setBackground, setModal, setModalityType, setOpacity, setResizable, setShape, + setTitle, setUndecorated, setVisible, show, toBack
      • +
      +
        +
      • + + +

        Methods inherited from class java.awt.Window

        + addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, + addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, + createBufferStrategy, createBufferStrategy, dispose, getBackground, + getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, + getFocusOwner, getFocusTraversalKeys, getIconImages, getInputContext, getListeners, + getLocale, getModalExclusionType, getMostRecentFocusOwner, getOpacity, + getOwnedWindows, getOwner, getOwnerlessWindows, getShape, getToolkit, getType, + getWarningString, getWindowFocusListeners, getWindowListeners, getWindows, + getWindowStateListeners, isActive, isAlwaysOnTop, isAlwaysOnTopSupported, + isAutoRequestFocus, isFocusableWindow, isFocusCycleRoot, isFocused, + isLocationByPlatform, isOpaque, isShowing, isValidateRoot, pack, paint, postEvent, + processEvent, processWindowFocusEvent, processWindowStateEvent, removeNotify, + removeWindowFocusListener, removeWindowListener, removeWindowStateListener, reshape, + setAlwaysOnTop, setAutoRequestFocus, setBounds, setBounds, setCursor, + setFocusableWindowState, setFocusCycleRoot, setIconImage, setIconImages, + setLocation, setLocation, setLocationByPlatform, setLocationRelativeTo, + setMinimumSize, setModalExclusionType, setSize, setSize, setType, toFront +
      • +
      +
        +
      • + + +

        Methods inherited from class java.awt.Container

        + add, add, add, add, add, addContainerListener, applyComponentOrientation, + areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, + findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, + getComponentAt, getComponentCount, getComponents, getComponentZOrder, + getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, + getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, + invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicyProvider, + isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, + preferredSize, print, printComponents, processContainerEvent, remove, removeAll, + removeContainerListener, setComponentZOrder, setFocusTraversalKeys, + setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, + transferFocusDownCycle, validate, validateTree
      • +
      +
        +
      • + + +

        Methods inherited from class java.awt.Component

        + action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, + addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, + addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, + coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, + createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, + enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, + firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, + firePropertyChange, firePropertyChange, firePropertyChange, getBaseline, + getBaselineResizeBehavior, getBounds, getBounds, getColorModel, + getComponentListeners, getComponentOrientation, getCursor, getDropTarget, + getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, + getForeground, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, + getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, + getInputMethodRequests, getKeyListeners, getLocation, getLocation, + getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, + getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, + getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, + gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, + isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, + isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, + isMinimumSizeSet, isPreferredSizeSet, isValid, isVisible, keyDown, keyUp, list, + list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, + mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, + processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, + processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, + processMouseMotionEvent, processMouseWheelEvent, remove, removeComponentListener, + removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, + removeInputMethodListener, removeKeyListener, removeMouseListener, + removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, + removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocus, + requestFocusInWindow, requestFocusInWindow, resize, resize, revalidate, + setComponentOrientation, setDropTarget, setEnabled, setFocusable, + setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, + setMaximumSize, setName, setPreferredSize, show, size, toString, transferFocus, + transferFocusBackward, transferFocusUpCycle
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        + clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, + wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        com.thinkode.appthinker.views.AboutWindow

        +
        public AppThinker.Application.UI.AboutWindow()
        +
        Constructeur - Crée une fenêtre A propos
        +
      • +
      +
    • +
    +
  • +
+
- + - - - - - + + + + +
+ + + +
+ +
+
+ + +
+ + + diff --git a/AppThinker/Documentation/AppThinker.html b/AppThinker/Documentation/AppThinker.html index 36dd1fc..22fc8ef 100644 --- a/AppThinker/Documentation/AppThinker.html +++ b/AppThinker/Documentation/AppThinker.html @@ -2,422 +2,456 @@ - -AppThinker - - - + + AppThinker + + +
- + - - - - - + + + + +
+ + + +
+ +
+
+ + +
+ + +
-

Class AppThinker

+

+ com.thinkode.appthinker.models.Class + com.thinkode.appthinker.AppThinker

- -
-
    -
  • -
    -
    -
    public class AppThinker
    +    
      +
    • java.lang.Object
    • +
    • +
        +
      • com.thinkode.appthinker.AppThinker
      • +
      +
    • +
    +
    +
      +
    • +
      +
      +
      public class com.thinkode.appthinker.AppThinker
       extends java.lang.Object
      -
      La classe principale du logiciel AppThinker.
      -
      -
      Author:
      -
      V.BOULANGER
      -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Field Summary

        - - - - - - - - - - - - - - - - - - - - - - - - - - -
        Fields 
        Modifier and TypeField and Description
        static java.util.PropertiesappProperties 
        static java.util.List<java.lang.String>changelog 
        static java.lang.StringdateVersion 
        static java.lang.Stringdeveloper 
        static java.lang.Stringversion 
        -
      • -
      - -
        -
      • - - -

        Constructor Summary

        - - - - - - - - -
        Constructors 
        Constructor and Description
        AppThinker() 
        -
      • -
      - -
        -
      • - - -

        Method Summary

        - - - - - - - - - - - - - - - - - - - - - - -
        All Methods Static Methods Concrete Methods 
        Modifier and TypeMethod and Description
        static AppThinkerWindowgetWindow() -
        Récupère la fenêtre de l'application
        -
        static voidloadConfiguration() -
        Charge la configuration du logiciel.
        -
        static voidmain(java.lang.String[] args) -
        La méthode principale exécutée.
        -
        static voidstoreConfiguration() -
        Enregistre la configuration du logiciel.
        -
        -
          -
        • - - -

          Methods inherited from class java.lang.Object

          -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
        • -
        -
      • -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Field Detail

        - - - -
          -
        • -

          version

          -
          public static java.lang.String version
          -
        • -
        - - - -
          -
        • -

          dateVersion

          -
          public static java.lang.String dateVersion
          -
        • -
        - - - -
          -
        • -

          changelog

          -
          public static java.util.List<java.lang.String> changelog
          -
        • -
        - - - -
          -
        • -

          developer

          -
          public static java.lang.String developer
          -
        • -
        - - - -
          -
        • -

          appProperties

          -
          public static java.util.Properties appProperties
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          AppThinker

          -
          public AppThinker()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          main

          -
          public static void main(java.lang.String[] args)
          +                
          La classe principale du logiciel AppThinker.
          +
          +
          Author:
          +
          V.BOULANGER
          +
          +
        • +
        +
    +
    +
      +
    • + +
        +
      • + + +

        Field Summary

        + + + + + + + + + + + + + + + + + + + + + + + + + + +
        Fields 
        Modifier and TypeField and Description
        static java.util.PropertiesappProperties  +
        static java.util.List<java.lang.String>changelog  +
        static java.lang.StringdateVersion  +
        static java.lang.Stringdeveloper  +
        static java.lang.Stringversion  +
        +
      • +
      + + + +
        +
      • + + +

        com.thinkode.appthinker.models.Method Summary

        + + + + + + + + + + + + + + + + + + + + + + +
        All Methods Static Methods Concrete Methods 
        Modifier and Typecom.thinkode.appthinker.models.Method and Description +
        static com.thinkode.appthinker.views.Window + getWindow() +
        Récupère la fenêtre de l'application
        +
        static voidloadConfiguration() +
        Charge la configuration du logiciel.
        +
        static voidmain(java.lang.String[] args) +
        La méthode principale exécutée.
        +
        static voidstoreConfiguration() +
        Enregistre la configuration du logiciel.
        +
        +
          +
        • + + +

          Methods inherited from class java.lang.Object

          + clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, + wait, wait
        • +
        +
      • +
      +
    • +
    +
    +
    +
      +
    • + +
        +
      • + + +

        Field Detail

        + + + +
          +
        • +

          version

          +
          public static java.lang.String version
          +
        • +
        + + + +
          +
        • +

          dateVersion

          +
          public static java.lang.String dateVersion
          +
        • +
        + + + +
          +
        • +

          changelog

          +
          public static java.util.List<java.lang.String> changelog
          +
        • +
        + + + +
          +
        • +

          developer

          +
          public static java.lang.String developer
          +
        • +
        + + + +
          +
        • +

          appProperties

          +
          public static java.util.Properties appProperties
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          com.thinkode.appthinker.AppThinker

          +
          public AppThinker.AppThinker()
          +
        • +
        +
      • +
      + +
        +
      • + + +

        com.thinkode.appthinker.models.Method Detail

        + + + +
          +
        • +

          main

          +
          public static void main(java.lang.String[] args)
                            throws java.lang.InterruptedException
          -
          La méthode principale exécutée.
          -
          -
          Parameters:
          -
          args - Les arguments de la méthode principale.
          -
          Throws:
          -
          java.lang.InterruptedException - Interruption du thread lors de la pause du splashscreen.
          -
          -
        • -
        - - - -
          -
        • -

          getWindow

          -
          public static AppThinkerWindow getWindow()
          -
          Récupère la fenêtre de l'application
          -
          -
          Returns:
          -
          La fenêtre de l'application.
          -
          -
        • -
        - - - -
          -
        • -

          loadConfiguration

          -
          public static void loadConfiguration()
          -
          Charge la configuration du logiciel.
          -
        • -
        - - - -
          -
        • -

          storeConfiguration

          -
          public static void storeConfiguration()
          -
          Enregistre la configuration du logiciel.
          -
        • -
        -
      • -
      -
    • -
    -
    +
    La méthode principale exécutée.
    +
    +
    Parameters:
    +
    args - Les arguments de la méthode principale.
    +
    Throws:
    +
    java.lang.InterruptedException - Interruption du thread lors de la + pause du splashscreen. +
    +
    +
  • +
+ + + + + + + +
    +
  • +

    loadConfiguration

    +
    public static void loadConfiguration()
    +
    Charge la configuration du logiciel.
    +
  • +
+ + + +
    +
  • +

    storeConfiguration

    +
    public static void storeConfiguration()
    +
    Enregistre la configuration du logiciel.
    +
  • +
+ + + + +
- + - - - - - + + + + +
+ + + +
+ +
+
+ + +
+ + + diff --git a/AppThinker/Documentation/AppThinkerMenuBar.html b/AppThinker/Documentation/AppThinkerMenuBar.html index 161924d..58eebb5 100644 --- a/AppThinker/Documentation/AppThinkerMenuBar.html +++ b/AppThinker/Documentation/AppThinkerMenuBar.html @@ -2,441 +2,555 @@ - -AppThinkerMenuBar - - - + + AppThinkerMenuBar + + +
- + - - - - - + + + + +
+ + + +
+ +
+
+ + +
+ + +
-

Class AppThinkerMenuBar

+

+ com.thinkode.appthinker.models.Class + com.thinkode.appthinker.views.MenuBar

- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible, javax.swing.MenuElement
    -
    -
    -
    -
    public class AppThinkerMenuBar
    +    
      +
    • java.lang.Object
    • +
    • +
        +
      • java.awt.Component
      • +
      • +
          +
        • java.awt.Container
        • +
        • +
            +
          • javax.swing.JComponent
          • +
          • +
              +
            • javax.swing.JMenuBar
            • +
            • +
                +
              • com.thinkode.appthinker.views.MenuBar
              • +
              +
            • +
            +
          • +
          +
        • +
        +
      • +
      +
    • +
    +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, + javax.accessibility.Accessible, javax.swing.MenuElement +
      +
      +
      +
      +
      public class com.thinkode.appthinker.views.MenuBar
       extends javax.swing.JMenuBar
      -
      Affiche une barre de menu en entête de la fenêtre.
      -
      -
      Author:
      -
      V.BOULANGER
      -
      See Also:
      -
      Serialized Form
      -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Nested Class Summary

        -
          -
        • - - -

          Nested classes/interfaces inherited from class javax.swing.JMenuBar

          -javax.swing.JMenuBar.AccessibleJMenuBar
        • -
        -
          -
        • - - -

          Nested classes/interfaces inherited from class javax.swing.JComponent

          -javax.swing.JComponent.AccessibleJComponent
        • -
        -
          -
        • - - -

          Nested classes/interfaces inherited from class java.awt.Container

          -java.awt.Container.AccessibleAWTContainer
        • -
        -
          -
        • - - -

          Nested classes/interfaces inherited from class java.awt.Component

          -java.awt.Component.AccessibleAWTComponent, java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
        • -
        -
      • -
      - -
        -
      • - - -

        Field Summary

        -
          -
        • - - -

          Fields inherited from class javax.swing.JComponent

          -listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
        • -
        -
          -
        • - - -

          Fields inherited from class java.awt.Component

          -accessibleContext, BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
        • -
        -
          -
        • - - -

          Fields inherited from interface java.awt.image.ImageObserver

          -ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
        • -
        -
      • -
      - - - -
        -
      • - - -

        Method Summary

        - - - - - - - - - - - - - - - - - - -
        All Methods Instance Methods Concrete Methods 
        Modifier and TypeMethod and Description
        voidaddCompositionMenu(Composition composition) -
        Ajoute l'onglet Composition au menu, comportant les actions relatives au type de composition ouvert.
        -
        voidremoveCompositionMenu() -
        Retire le menu de composition
        -
        voidsetProjectEnable(boolean enabled) -
        Active/Désactive les boutons relatifs au projet.
        -
        -
          -
        • - - -

          Methods inherited from class javax.swing.JMenuBar

          -add, addNotify, getAccessibleContext, getComponent, getComponentAtIndex, getComponentIndex, getHelpMenu, getMargin, getMenu, getMenuCount, getSelectionModel, getSubElements, getUI, getUIClassID, isBorderPainted, isSelected, menuSelectionChanged, paintBorder, paramString, processKeyBinding, processKeyEvent, processMouseEvent, removeNotify, setBorderPainted, setHelpMenu, setMargin, setSelected, setSelectionModel, setUI, updateUI
        • -
        -
          -
        • - - -

          Methods inherited from class javax.swing.JComponent

          -addAncestorListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, hide, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingOrigin, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
        • -
        -
          -
        • - - -

          Methods inherited from class java.awt.Container

          -add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusDownCycle, validate, validateTree
        • -
        -
          -
        • - - -

          Methods inherited from class java.awt.Component

          -action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle
        • -
        -
          -
        • - - -

          Methods inherited from class java.lang.Object

          -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
        • -
        -
      • -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          AppThinkerMenuBar

          -
          public AppThinkerMenuBar(AppThinkerWindow window)
          -
          Constructeur de la classe AppThinkerMenuBar.
          -
          -
          Parameters:
          -
          window - Une instance de AppThinkerWindow.
          -
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          addCompositionMenu

          -
          public void addCompositionMenu(Composition composition)
          -
          Ajoute l'onglet Composition au menu, comportant les actions relatives au type de composition ouvert.
          -
          -
          Parameters:
          -
          composition - La composition ouverte.
          -
          -
        • -
        - - - -
          -
        • -

          removeCompositionMenu

          -
          public void removeCompositionMenu()
          -
          Retire le menu de composition
          -
        • -
        - - - -
          -
        • -

          setProjectEnable

          -
          public void setProjectEnable(boolean enabled)
          -
          Active/Désactive les boutons relatifs au projet.
          -
          -
          Parameters:
          -
          enabled - Le paramètre d'activation.
          -
          -
        • -
        -
      • -
      -
    • -
    -
    +
    Affiche une barre de menu en entête de la fenêtre.
    +
    +
    Author:
    +
    V.BOULANGER
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested com.thinkode.appthinker.models.Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class javax.swing.JMenuBar

        + javax.swing.JMenuBar.AccessibleJMenuBar
      • +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class javax.swing.JComponent

        + javax.swing.JComponent.AccessibleJComponent
      • +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class java.awt.Container

        + java.awt.Container.AccessibleAWTContainer
      • +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class java.awt.Component

        + java.awt.Component.AccessibleAWTComponent, + java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, + java.awt.Component.FlipBufferStrategy
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class javax.swing.JComponent

        + listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, + WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
      • +
      +
        +
      • + + +

        Fields inherited from class java.awt.Component

        + accessibleContext, BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, + RIGHT_ALIGNMENT, TOP_ALIGNMENT
      • +
      +
        +
      • + + +

        Fields inherited from interface java.awt.image.ImageObserver

        + ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
      • +
      +
    • +
    + + + +
      +
    • + + +

      com.thinkode.appthinker.models.Method Summary

      + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and Typecom.thinkode.appthinker.models.Method and Description +
      voidaddCompositionMenu(com.thinkode.appthinker.views.CompositionFrame composition) +
      Ajoute l'onglet com.thinkode.appthinker.views.CompositionFrame au + menu, comportant les actions + relatives au + type de composition ouvert. +
      +
      voidremoveCompositionMenu() +
      Retire le menu de composition
      +
      voidsetProjectEnable(boolean enabled) +
      Active/Désactive les boutons relatifs au projet.
      +
      +
        +
      • + + +

        Methods inherited from class javax.swing.JMenuBar

        + add, addNotify, getAccessibleContext, getComponent, getComponentAtIndex, + getComponentIndex, getHelpMenu, getMargin, getMenu, getMenuCount, getSelectionModel, + getSubElements, getUI, getUIClassID, isBorderPainted, isSelected, + menuSelectionChanged, paintBorder, paramString, processKeyBinding, processKeyEvent, + processMouseEvent, removeNotify, setBorderPainted, setHelpMenu, setMargin, + setSelected, setSelectionModel, setUI, updateUI
      • +
      +
        +
      • + + +

        Methods inherited from class javax.swing.JComponent

        + addAncestorListener, addVetoableChangeListener, computeVisibleRect, contains, + createToolTip, disable, enable, firePropertyChange, firePropertyChange, + firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, + getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, + getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, + getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, + getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, + getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, + getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, + getNextFocusableComponent, getPopupLocation, getPreferredSize, + getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, + getToolTipText, getTopLevelAncestor, getTransferHandler, + getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, + getX, getY, grabFocus, hide, isDoubleBuffered, isLightweightComponent, + isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, + isPaintingOrigin, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, + paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, + printBorder, printChildren, printComponent, processComponentKeyEvent, + processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, + registerKeyboardAction, registerKeyboardAction, removeAncestorListener, + removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, + requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, + reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, + setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, + setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, + setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, + setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, + setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, + setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, + unregisterKeyboardAction, update
      • +
      +
        +
      • + + +

        Methods inherited from class java.awt.Container

        + add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, + addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, + countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, + getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, + getComponentZOrder, getContainerListeners, getFocusTraversalKeys, + getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, + isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, + isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, + preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, + removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, + setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, + transferFocusDownCycle, validate, validateTree
      • +
      +
        +
      • + + +

        Methods inherited from class java.awt.Component

        + action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, + addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, + addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, + coalesceEvents, contains, createImage, createImage, createVolatileImage, + createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, + enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, + firePropertyChange, firePropertyChange, firePropertyChange, getBackground, + getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, + getDropTarget, getFocusCycleRootAncestor, getFocusListeners, + getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, + getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, + getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, + getLocale, getLocation, getLocationOnScreen, getMouseListeners, + getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, + getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, + getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, imageUpdate, inside, + isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, + isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, + isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, + list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, + mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, + prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, + processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, remove, + removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, + removeHierarchyListener, removeInputMethodListener, removeKeyListener, + removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, + removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, + repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, + setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, + setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, + toString, transferFocus, transferFocusBackward, transferFocusUpCycle
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        + clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, + wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        com.thinkode.appthinker.views.MenuBar

        +
        public AppThinkerMenuBar(com.thinkode.appthinker.views.Window window)
        +
        Constructeur de la classe + com.thinkode.appthinker.views.MenuBar. +
        +
        +
        Parameters:
        +
        window - Une instance de AppThinkerWindow.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      com.thinkode.appthinker.models.Method Detail

      + + + +
        +
      • +

        addCompositionMenu

        +
        public void addCompositionMenu(com.thinkode.appthinker.views.CompositionFrame composition)
        +
        Ajoute l'onglet com.thinkode.appthinker.views.CompositionFrame au + menu, + comportant les actions + relatives au + type de composition ouvert. +
        +
        +
        Parameters:
        +
        composition - La composition ouverte.
        +
        +
      • +
      + + + +
        +
      • +

        removeCompositionMenu

        +
        public void removeCompositionMenu()
        +
        Retire le menu de composition
        +
      • +
      + + + +
        +
      • +

        setProjectEnable

        +
        public void setProjectEnable(boolean enabled)
        +
        Active/Désactive les boutons relatifs au projet.
        +
        +
        Parameters:
        +
        enabled - Le paramètre d'activation.
        +
        +
      • +
      +
    • +
    +
  • +
+
- + - - - - - + + + + +
+ + + +
+ +
+
+ + +
+ + + diff --git a/AppThinker/Documentation/AppThinkerSplashscreen.html b/AppThinker/Documentation/AppThinkerSplashscreen.html index aa6ddae..10da5dd 100644 --- a/AppThinker/Documentation/AppThinkerSplashscreen.html +++ b/AppThinker/Documentation/AppThinkerSplashscreen.html @@ -2,398 +2,485 @@ - -AppThinkerSplashscreen - - - + + AppThinkerSplashscreen + + +
- + - - - - - + + + + +
+ + + +
+ +
+
+ + +
+ + +
-

Class AppThinkerSplashscreen

+

+ com.thinkode.appthinker.models.Class + com.thinkode.appthinker.views.Splashscreen

- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants
    -
    -
    -
    -
    public class AppThinkerSplashscreen
    +    
      +
    • java.lang.Object
    • +
    • +
        +
      • java.awt.Component
      • +
      • +
          +
        • java.awt.Container
        • +
        • +
            +
          • java.awt.Window
          • +
          • +
              +
            • java.awt.Frame
            • +
            • +
                +
              • javax.swing.JFrame
              • +
              • +
                  +
                • com.thinkode.appthinker.views.Splashscreen
                • +
                +
              • +
              +
            • +
            +
          • +
          +
        • +
        +
      • +
      +
    • +
    +
    +
      +
    • +
      +
      All Implemented Interfaces:
      +
      java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, + javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants +
      +
      +
      +
      +
      public class com.thinkode.appthinker.views.Splashscreen
       extends javax.swing.JFrame
      -
      Ecran de démarrage du logiciel
      -
      -
      See Also:
      -
      Serialized Form
      -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Nested Class Summary

        -
          -
        • - - -

          Nested classes/interfaces inherited from class javax.swing.JFrame

          -javax.swing.JFrame.AccessibleJFrame
        • -
        -
          -
        • - - -

          Nested classes/interfaces inherited from class java.awt.Frame

          -java.awt.Frame.AccessibleAWTFrame
        • -
        -
          -
        • - - -

          Nested classes/interfaces inherited from class java.awt.Window

          -java.awt.Window.AccessibleAWTWindow, java.awt.Window.Type
        • -
        -
          -
        • - - -

          Nested classes/interfaces inherited from class java.awt.Container

          -java.awt.Container.AccessibleAWTContainer
        • -
        -
          -
        • - - -

          Nested classes/interfaces inherited from class java.awt.Component

          -java.awt.Component.AccessibleAWTComponent, java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
        • -
        -
      • -
      - -
        -
      • - - -

        Field Summary

        -
          -
        • - - -

          Fields inherited from class javax.swing.JFrame

          -accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled
        • -
        -
          -
        • - - -

          Fields inherited from class java.awt.Frame

          -CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR
        • -
        -
          -
        • - - -

          Fields inherited from class java.awt.Component

          -BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
        • -
        -
          -
        • - - -

          Fields inherited from interface javax.swing.WindowConstants

          -DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE
        • -
        -
          -
        • - - -

          Fields inherited from interface java.awt.image.ImageObserver

          -ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
        • -
        -
      • -
      - -
        -
      • - - -

        Constructor Summary

        - - - - - - - - -
        Constructors 
        Constructor and Description
        AppThinkerSplashscreen() -
        Constructeur - Crée la fenêtre de démarrage
        -
        -
      • -
      - -
        -
      • - - -

        Method Summary

        -
          -
        • - - -

          Methods inherited from class javax.swing.JFrame

          -addImpl, createRootPane, frameInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, repaint, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setIconImage, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, setTransferHandler, update
        • -
        -
          -
        • - - -

          Methods inherited from class java.awt.Frame

          -addNotify, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setBackground, setCursor, setExtendedState, setMaximizedBounds, setMenuBar, setOpacity, setResizable, setShape, setState, setTitle, setUndecorated
        • -
        -
          -
        • - - -

          Methods inherited from class java.awt.Window

          -addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBackground, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getIconImages, getInputContext, getListeners, getLocale, getModalExclusionType, getMostRecentFocusOwner, getOpacity, getOwnedWindows, getOwner, getOwnerlessWindows, getShape, getToolkit, getType, getWarningString, getWindowFocusListeners, getWindowListeners, getWindows, getWindowStateListeners, hide, isActive, isAlwaysOnTop, isAlwaysOnTopSupported, isAutoRequestFocus, isFocusableWindow, isFocusCycleRoot, isFocused, isLocationByPlatform, isOpaque, isShowing, isValidateRoot, pack, paint, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, reshape, setAlwaysOnTop, setAutoRequestFocus, setBounds, setBounds, setCursor, setFocusableWindowState, setFocusCycleRoot, setIconImages, setLocation, setLocation, setLocationByPlatform, setLocationRelativeTo, setMinimumSize, setModalExclusionType, setSize, setSize, setType, setVisible, show, toBack, toFront
        • -
        -
          -
        • - - -

          Methods inherited from class java.awt.Container

          -add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, transferFocusDownCycle, validate, validateTree
        • -
        -
          -
        • - - -

          Methods inherited from class java.awt.Component

          -action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resize, resize, revalidate, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setMaximumSize, setName, setPreferredSize, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle
        • -
        -
          -
        • - - -

          Methods inherited from class java.lang.Object

          -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
        • -
        -
          -
        • - - -

          Methods inherited from interface java.awt.MenuContainer

          -getFont, postEvent
        • -
        -
      • -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          AppThinkerSplashscreen

          -
          public AppThinkerSplashscreen()
          -
          Constructeur - Crée la fenêtre de démarrage
          -
        • -
        -
      • -
      -
    • -
    -
    +
    Ecran de démarrage du logiciel
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested com.thinkode.appthinker.models.Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class javax.swing.JFrame

        + javax.swing.JFrame.AccessibleJFrame
      • +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class java.awt.Frame

        + java.awt.Frame.AccessibleAWTFrame
      • +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class java.awt.Window

        + java.awt.Window.AccessibleAWTWindow, java.awt.Window.Type
      • +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class java.awt.Container

        + java.awt.Container.AccessibleAWTContainer
      • +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class java.awt.Component

        + java.awt.Component.AccessibleAWTComponent, + java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, + java.awt.Component.FlipBufferStrategy
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class javax.swing.JFrame

        + accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled
      • +
      +
        +
      • + + +

        Fields inherited from class java.awt.Frame

        + CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, + MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, + NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, + SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR
      • +
      +
        +
      • + + +

        Fields inherited from class java.awt.Component

        + BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, + TOP_ALIGNMENT
      • +
      +
        +
      • + + +

        Fields inherited from interface javax.swing.WindowConstants

        + DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE
      • +
      +
        +
      • + + +

        Fields inherited from interface java.awt.image.ImageObserver

        + ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
      • +
      +
    • +
    + + + +
      +
    • + + +

      com.thinkode.appthinker.models.Method Summary

      +
        +
      • + + +

        Methods inherited from class javax.swing.JFrame

        + addImpl, createRootPane, frameInit, getAccessibleContext, getContentPane, + getDefaultCloseOperation, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, + getRootPane, getTransferHandler, isDefaultLookAndFeelDecorated, + isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, repaint, + setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, + setGlassPane, setIconImage, setJMenuBar, setLayeredPane, setLayout, setRootPane, + setRootPaneCheckingEnabled, setTransferHandler, update
      • +
      +
        +
      • + + +

        Methods inherited from class java.awt.Frame

        + addNotify, getCursorType, getExtendedState, getFrames, getIconImage, + getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, + remove, removeNotify, setBackground, setCursor, setExtendedState, + setMaximizedBounds, setMenuBar, setOpacity, setResizable, setShape, setState, + setTitle, setUndecorated
      • +
      +
        +
      • + + +

        Methods inherited from class java.awt.Window

        + addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, + addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, + createBufferStrategy, createBufferStrategy, dispose, getBackground, + getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, + getFocusOwner, getFocusTraversalKeys, getIconImages, getInputContext, getListeners, + getLocale, getModalExclusionType, getMostRecentFocusOwner, getOpacity, + getOwnedWindows, getOwner, getOwnerlessWindows, getShape, getToolkit, getType, + getWarningString, getWindowFocusListeners, getWindowListeners, getWindows, + getWindowStateListeners, hide, isActive, isAlwaysOnTop, isAlwaysOnTopSupported, + isAutoRequestFocus, isFocusableWindow, isFocusCycleRoot, isFocused, + isLocationByPlatform, isOpaque, isShowing, isValidateRoot, pack, paint, postEvent, + processEvent, processWindowFocusEvent, processWindowStateEvent, + removeWindowFocusListener, removeWindowListener, removeWindowStateListener, reshape, + setAlwaysOnTop, setAutoRequestFocus, setBounds, setBounds, setCursor, + setFocusableWindowState, setFocusCycleRoot, setIconImages, setLocation, setLocation, + setLocationByPlatform, setLocationRelativeTo, setMinimumSize, setModalExclusionType, + setSize, setSize, setType, setVisible, show, toBack, toFront
      • +
      +
        +
      • + + +

        Methods inherited from class java.awt.Container

        + add, add, add, add, add, addContainerListener, applyComponentOrientation, + areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, + findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, + getComponentAt, getComponentCount, getComponents, getComponentZOrder, + getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, + getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, + invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicyProvider, + isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, + preferredSize, print, printComponents, processContainerEvent, remove, removeAll, + removeContainerListener, setComponentZOrder, setFocusTraversalKeys, + setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, + transferFocusDownCycle, validate, validateTree
      • +
      +
        +
      • + + +

        Methods inherited from class java.awt.Component

        + action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, + addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, + addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, + coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, + createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, + enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, + firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, + firePropertyChange, firePropertyChange, firePropertyChange, getBaseline, + getBaselineResizeBehavior, getBounds, getBounds, getColorModel, + getComponentListeners, getComponentOrientation, getCursor, getDropTarget, + getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, + getForeground, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, + getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, + getInputMethodRequests, getKeyListeners, getLocation, getLocation, + getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, + getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, + getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, + gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, + isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, + isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, + isMinimumSizeSet, isPreferredSizeSet, isValid, isVisible, keyDown, keyUp, list, + list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, + mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, + processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, + processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, + processMouseMotionEvent, processMouseWheelEvent, removeComponentListener, + removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, + removeInputMethodListener, removeKeyListener, removeMouseListener, + removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, + removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocus, + requestFocusInWindow, requestFocusInWindow, resize, resize, revalidate, + setComponentOrientation, setDropTarget, setEnabled, setFocusable, + setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, + setMaximumSize, setName, setPreferredSize, show, size, toString, transferFocus, + transferFocusBackward, transferFocusUpCycle
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        + clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, + wait
      • +
      +
        +
      • + + +

        Methods inherited from interface java.awt.MenuContainer

        + getFont, postEvent
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        com.thinkode.appthinker.views.Splashscreen

        +
        public AppThinker.Application.UI.AppThinkerSplashscreen()
        +
        Constructeur - Crée la fenêtre de démarrage
        +
      • +
      +
    • +
    +
  • +
+
- + - - - - - + + + + +
+ + + +
+ +
+
+ + +
+ + + diff --git a/AppThinker/Documentation/AppThinkerStatusbar.html b/AppThinker/Documentation/AppThinkerStatusbar.html index bca4b4c..9245fee 100644 --- a/AppThinker/Documentation/AppThinkerStatusbar.html +++ b/AppThinker/Documentation/AppThinkerStatusbar.html @@ -38,7 +38,7 @@ var activeTableTab = "activeTableTab"; - -
- -
+
Affiche une fenêtre du logiciel.
+
+
See Also:
+
Serialized Form
+
+ + + +
+ +
+
+ +
- + - - - - - + + + + +
+ + + +
+ +
+
+ + +
+ + + diff --git a/AppThinker/Documentation/Argument.html b/AppThinker/Documentation/Argument.html index b1e8210..0dd27ee 100644 --- a/AppThinker/Documentation/Argument.html +++ b/AppThinker/Documentation/Argument.html @@ -38,7 +38,7 @@ var activeTableTab = "activeTableTab"; - - - - - -
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ChangelogWindow

        -
        public ChangelogWindow()
        -
      • -
      -
    • -
    -
  • -
-
+
Fenêtre d'affichage de la version actuelle et des modifications apportées.
+
+
See Also:
+
Serialized Form
+
+ + + +
+
    +
  • + +
      +
    • + + +

      Nested com.thinkode.appthinker.models.Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class javax.swing.JDialog

        + javax.swing.JDialog.AccessibleJDialog
      • +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class java.awt.Dialog

        + java.awt.Dialog.AccessibleAWTDialog, java.awt.Dialog.ModalExclusionType, + java.awt.Dialog.ModalityType
      • +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class java.awt.Window

        + java.awt.Window.AccessibleAWTWindow, java.awt.Window.Type
      • +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class java.awt.Container

        + java.awt.Container.AccessibleAWTContainer
      • +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class java.awt.Component

        + java.awt.Component.AccessibleAWTComponent, + java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, + java.awt.Component.FlipBufferStrategy
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class javax.swing.JDialog

        + accessibleContext, rootPane, rootPaneCheckingEnabled
      • +
      +
        +
      • + + +

        Fields inherited from class java.awt.Dialog

        + DEFAULT_MODALITY_TYPE
      • +
      +
        +
      • + + +

        Fields inherited from class java.awt.Component

        + BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, + TOP_ALIGNMENT
      • +
      +
        +
      • + + +

        Fields inherited from interface javax.swing.WindowConstants

        + DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE
      • +
      +
        +
      • + + +

        Fields inherited from interface java.awt.image.ImageObserver

        + ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
      • +
      +
    • +
    + + + +
      +
    • + + +

      com.thinkode.appthinker.models.Method Summary

      +
        +
      • + + +

        Methods inherited from class javax.swing.JDialog

        + addImpl, createRootPane, dialogInit, getAccessibleContext, getContentPane, + getDefaultCloseOperation, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, + getRootPane, getTransferHandler, isDefaultLookAndFeelDecorated, + isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, repaint, + setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, + setGlassPane, setJMenuBar, setLayeredPane, setLayout, setRootPane, + setRootPaneCheckingEnabled, setTransferHandler, update
      • +
      +
        +
      • + + +

        Methods inherited from class java.awt.Dialog

        + addNotify, getModalityType, getTitle, hide, isModal, isResizable, isUndecorated, + setBackground, setModal, setModalityType, setOpacity, setResizable, setShape, + setTitle, setUndecorated, setVisible, show, toBack
      • +
      +
        +
      • + + +

        Methods inherited from class java.awt.Window

        + addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, + addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, + createBufferStrategy, createBufferStrategy, dispose, getBackground, + getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, + getFocusOwner, getFocusTraversalKeys, getIconImages, getInputContext, getListeners, + getLocale, getModalExclusionType, getMostRecentFocusOwner, getOpacity, + getOwnedWindows, getOwner, getOwnerlessWindows, getShape, getToolkit, getType, + getWarningString, getWindowFocusListeners, getWindowListeners, getWindows, + getWindowStateListeners, isActive, isAlwaysOnTop, isAlwaysOnTopSupported, + isAutoRequestFocus, isFocusableWindow, isFocusCycleRoot, isFocused, + isLocationByPlatform, isOpaque, isShowing, isValidateRoot, pack, paint, postEvent, + processEvent, processWindowFocusEvent, processWindowStateEvent, removeNotify, + removeWindowFocusListener, removeWindowListener, removeWindowStateListener, reshape, + setAlwaysOnTop, setAutoRequestFocus, setBounds, setBounds, setCursor, + setFocusableWindowState, setFocusCycleRoot, setIconImage, setIconImages, + setLocation, setLocation, setLocationByPlatform, setLocationRelativeTo, + setMinimumSize, setModalExclusionType, setSize, setSize, setType, toFront +
      • +
      +
        +
      • + + +

        Methods inherited from class java.awt.Container

        + add, add, add, add, add, addContainerListener, applyComponentOrientation, + areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, + findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, + getComponentAt, getComponentCount, getComponents, getComponentZOrder, + getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, + getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, + invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicyProvider, + isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, + preferredSize, print, printComponents, processContainerEvent, remove, removeAll, + removeContainerListener, setComponentZOrder, setFocusTraversalKeys, + setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, + transferFocusDownCycle, validate, validateTree
      • +
      +
        +
      • + + +

        Methods inherited from class java.awt.Component

        + action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, + addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, + addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, + coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, + createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, + enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, + firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, + firePropertyChange, firePropertyChange, firePropertyChange, getBaseline, + getBaselineResizeBehavior, getBounds, getBounds, getColorModel, + getComponentListeners, getComponentOrientation, getCursor, getDropTarget, + getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, + getForeground, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, + getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, + getInputMethodRequests, getKeyListeners, getLocation, getLocation, + getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, + getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, + getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, + gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, + isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, + isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, + isMinimumSizeSet, isPreferredSizeSet, isValid, isVisible, keyDown, keyUp, list, + list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, + mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, + processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, + processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, + processMouseMotionEvent, processMouseWheelEvent, remove, removeComponentListener, + removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, + removeInputMethodListener, removeKeyListener, removeMouseListener, + removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, + removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocus, + requestFocusInWindow, requestFocusInWindow, resize, resize, revalidate, + setComponentOrientation, setDropTarget, setEnabled, setFocusable, + setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, + setMaximumSize, setName, setPreferredSize, show, size, toString, transferFocus, + transferFocusBackward, transferFocusUpCycle
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        + clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, + wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        com.thinkode.appthinker.views.ChangelogWindow

        +
        public AppThinker.Application.UI.ChangelogWindow()
        +
      • +
      +
    • +
    +
  • +
+
- + - - - - - + + + + +
+ + + +
+ +
+
+ + +
+ + + diff --git a/AppThinker/Documentation/Class.html b/AppThinker/Documentation/Class.html index dfc996c..a6de50d 100644 --- a/AppThinker/Documentation/Class.html +++ b/AppThinker/Documentation/Class.html @@ -38,7 +38,7 @@ var activeTableTab = "activeTableTab"; - -
    -
  • - - -

    Constructor Summary

    - - - - - - - - -
    Constructors 
    Constructor and Description
    Composition(Project project) -
    Constructeur - Crée une nouvelle composition.
    -
    -
  • -
- -
    -
  • - - -

    Method Summary

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    All Methods Instance Methods Concrete Methods 
    Modifier and TypeMethod and Description
    ProjectgetProject() -
    Retourne le projet associé à la composition.
    -
    java.lang.ObjectgetToolbar() 
    java.lang.StringgetType() -
    Retourne le type de la composition.
    -
    voidmouseClicked(java.awt.event.MouseEvent e) 
    voidmouseDragged(java.awt.event.MouseEvent e) 
    voidmouseEntered(java.awt.event.MouseEvent e) 
    voidmouseExited(java.awt.event.MouseEvent e) 
    voidmouseMoved(java.awt.event.MouseEvent e) 
    voidmousePressed(java.awt.event.MouseEvent e) 
    voidmouseReleased(java.awt.event.MouseEvent e) 
    voidsetWindow(AppThinkerWindow window) -
    Paramètre la fenêtre parent de la composition.
    -
    -
      -
    • - - -

      Methods inherited from class javax.swing.JPanel

      -getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI
    • -
    -
      -
    • - - -

      Methods inherited from class javax.swing.JComponent

      -addAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, hide, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingOrigin, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
    • -
    -
      -
    • - - -

      Methods inherited from class java.awt.Container

      -add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusDownCycle, validate, validateTree
    • -
    -
      -
    • - - -

      Methods inherited from class java.awt.Component

      -action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle
    • -
    -
      -
    • - - -

      Methods inherited from class java.lang.Object

      -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • -
    -
  • -
- - - -
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        _compositionId

        -
        public static int _compositionId
        -
      • -
      - - - -
        -
      • -

        UML_DIAGRAM

        -
        public static java.lang.String UML_DIAGRAM
        -
      • -
      - - - -
        -
      • -

        _name

        -
        protected java.lang.String _name
        -
      • -
      - - - -
        -
      • -

        _type

        -
        protected java.lang.String _type
        -
      • -
      - - - -
        -
      • -

        _toolbar

        -
        protected java.lang.Object _toolbar
        -
      • -
      - - - - -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Composition

        -
        public Composition(Project project)
        -
        Constructeur - Crée une nouvelle composition.
        -
        -
        Parameters:
        -
        project - Le projet associé à la composition.
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        setWindow

        -
        public void setWindow(AppThinkerWindow window)
        -
        Paramètre la fenêtre parent de la composition.
        -
        -
        Parameters:
        -
        window - La fenêtre qui affiche la composition.
        -
        -
      • -
      - - - -
        -
      • -

        getType

        -
        public java.lang.String getType()
        -
        Retourne le type de la composition.
        -
        -
        Returns:
        -
        Le type de la composition.
        -
        -
      • -
      - - - -
        -
      • -

        getProject

        -
        public Project getProject()
        -
        Retourne le projet associé à la composition.
        -
        -
        Returns:
        -
        Le projet associé à la composition.
        -
        -
      • -
      - - - -
        -
      • -

        getToolbar

        -
        public java.lang.Object getToolbar()
        -
      • -
      - - - -
        -
      • -

        mouseClicked

        -
        public void mouseClicked(java.awt.event.MouseEvent e)
        -
        -
        Specified by:
        -
        mouseClicked in interface java.awt.event.MouseListener
        -
        -
      • -
      - - - -
        -
      • -

        mousePressed

        -
        public void mousePressed(java.awt.event.MouseEvent e)
        -
        -
        Specified by:
        -
        mousePressed in interface java.awt.event.MouseListener
        -
        -
      • -
      - - - -
        -
      • -

        mouseReleased

        -
        public void mouseReleased(java.awt.event.MouseEvent e)
        -
        -
        Specified by:
        -
        mouseReleased in interface java.awt.event.MouseListener
        -
        -
      • -
      - - - -
        -
      • -

        mouseEntered

        -
        public void mouseEntered(java.awt.event.MouseEvent e)
        -
        -
        Specified by:
        -
        mouseEntered in interface java.awt.event.MouseListener
        -
        -
      • -
      - - - -
        -
      • -

        mouseExited

        -
        public void mouseExited(java.awt.event.MouseEvent e)
        -
        -
        Specified by:
        -
        mouseExited in interface java.awt.event.MouseListener
        -
        -
      • -
      - - - -
        -
      • -

        mouseDragged

        -
        public void mouseDragged(java.awt.event.MouseEvent e)
        -
        -
        Specified by:
        -
        mouseDragged in interface java.awt.event.MouseMotionListener
        -
        -
      • -
      - - - -
        -
      • -

        mouseMoved

        -
        public void mouseMoved(java.awt.event.MouseEvent e)
        -
        -
        Specified by:
        -
        mouseMoved in interface java.awt.event.MouseMotionListener
        -
        -
      • -
      -
    • -
    -
  • -
-
+
Gère une création qui est ajoutée à un projet
+
+
See Also:
+
Serialized Form
+
+ + + +
+
    +
  • + +
      +
    • + + +

      Nested com.thinkode.appthinker.models.Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class javax.swing.JPanel

        + javax.swing.JPanel.AccessibleJPanel
      • +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class javax.swing.JComponent

        + javax.swing.JComponent.AccessibleJComponent
      • +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class java.awt.Container

        + java.awt.Container.AccessibleAWTContainer
      • +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class java.awt.Component

        + java.awt.Component.AccessibleAWTComponent, + java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, + java.awt.Component.FlipBufferStrategy
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static int_compositionId  +
      protected java.lang.String_name  +
      protected java.lang.Object_toolbar  +
      protected java.lang.String_type  +
      protected com.thinkode.appthinker.views.Window + _window  +
      static java.lang.StringUML_DIAGRAM  +
      +
        +
      • + + +

        Fields inherited from class javax.swing.JComponent

        + listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, + WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
      • +
      +
        +
      • + + +

        Fields inherited from class java.awt.Component

        + accessibleContext, BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, + RIGHT_ALIGNMENT, TOP_ALIGNMENT
      • +
      +
        +
      • + + +

        Fields inherited from interface java.awt.image.ImageObserver

        + ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
      • +
      +
    • +
    + + + +
      +
    • + + +

      com.thinkode.appthinker.models.Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and Typecom.thinkode.appthinker.models.Method and Description +
      com.thinkode.appthinker.models.Project + getProject() +
      Retourne le projet associé à la composition.
      +
      java.lang.ObjectgetToolbar()  +
      java.lang.StringgetType() +
      Retourne le type de la composition.
      +
      voidmouseClicked(java.awt.event.MouseEvent e)  +
      voidmouseDragged(java.awt.event.MouseEvent e)  +
      voidmouseEntered(java.awt.event.MouseEvent e)  +
      voidmouseExited(java.awt.event.MouseEvent e)  +
      voidmouseMoved(java.awt.event.MouseEvent e)  +
      voidmousePressed(java.awt.event.MouseEvent e)  +
      voidmouseReleased(java.awt.event.MouseEvent e)  +
      voidsetWindow(com.thinkode.appthinker.views.Window window) +
      Paramètre la fenêtre parent de la composition.
      +
      +
        +
      • + + +

        Methods inherited from class javax.swing.JPanel

        + getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI +
      • +
      +
        +
      • + + +

        Methods inherited from class javax.swing.JComponent

        + addAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, + contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, + firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, + getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, + getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, + getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, + getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, + getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, + getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, + getNextFocusableComponent, getPopupLocation, getPreferredSize, + getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, + getToolTipText, getTopLevelAncestor, getTransferHandler, + getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, + getX, getY, grabFocus, hide, isDoubleBuffered, isLightweightComponent, + isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, + isPaintingOrigin, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, + paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, + print, printAll, printBorder, printChildren, printComponent, + processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, + processMouseMotionEvent, putClientProperty, registerKeyboardAction, + registerKeyboardAction, removeAncestorListener, removeNotify, + removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, + requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, + reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, + setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, + setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, + setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, + setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, + setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, + setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, + unregisterKeyboardAction, update
      • +
      +
        +
      • + + +

        Methods inherited from class java.awt.Container

        + add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, + addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, + countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, + getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, + getComponentZOrder, getContainerListeners, getFocusTraversalKeys, + getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, + isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, + isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, + preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, + removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, + setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, + transferFocusDownCycle, validate, validateTree
      • +
      +
        +
      • + + +

        Methods inherited from class java.awt.Component

        + action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, + addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, + addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, + coalesceEvents, contains, createImage, createImage, createVolatileImage, + createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, + enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, + firePropertyChange, firePropertyChange, firePropertyChange, getBackground, + getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, + getDropTarget, getFocusCycleRootAncestor, getFocusListeners, + getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, + getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, + getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, + getLocale, getLocation, getLocationOnScreen, getMouseListeners, + getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, + getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, + getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, imageUpdate, inside, + isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, + isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, + isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, + list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, + mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, + prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, + processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, remove, + removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, + removeHierarchyListener, removeInputMethodListener, removeKeyListener, + removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, + removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, + repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, + setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, + setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, + toString, transferFocus, transferFocusBackward, transferFocusUpCycle
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        + clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, + wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        _compositionId

        +
        public static int _compositionId
        +
      • +
      + + + +
        +
      • +

        UML_DIAGRAM

        +
        public static java.lang.String UML_DIAGRAM
        +
      • +
      + + + +
        +
      • +

        _name

        +
        protected java.lang.String _name
        +
      • +
      + + + +
        +
      • +

        _type

        +
        protected java.lang.String _type
        +
      • +
      + + + +
        +
      • +

        _toolbar

        +
        protected java.lang.Object _toolbar
        +
      • +
      + + + + +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        com.thinkode.appthinker.views.CompositionFrame

        +
        public Composition(com.thinkode.appthinker.models.Project project)
        +
        Constructeur - Crée une nouvelle composition.
        +
        +
        Parameters:
        +
        project - Le projet associé à la composition.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      com.thinkode.appthinker.models.Method Detail

      + + + +
        +
      • +

        setWindow

        +
        public void setWindow(com.thinkode.appthinker.views.Window window)
        +
        Paramètre la fenêtre parent de la composition.
        +
        +
        Parameters:
        +
        window - La fenêtre qui affiche la composition.
        +
        +
      • +
      + + + +
        +
      • +

        getType

        +
        public java.lang.String getType()
        +
        Retourne le type de la composition.
        +
        +
        Returns:
        +
        Le type de la composition.
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getToolbar

        +
        public java.lang.Object getToolbar()
        +
      • +
      + + + +
        +
      • +

        mouseClicked

        +
        public void mouseClicked(java.awt.event.MouseEvent e)
        +
        +
        Specified by:
        +
        mouseClicked in interface java.awt.event.MouseListener +
        +
        +
      • +
      + + + +
        +
      • +

        mousePressed

        +
        public void mousePressed(java.awt.event.MouseEvent e)
        +
        +
        Specified by:
        +
        mousePressed in interface java.awt.event.MouseListener +
        +
        +
      • +
      + + + +
        +
      • +

        mouseReleased

        +
        public void mouseReleased(java.awt.event.MouseEvent e)
        +
        +
        Specified by:
        +
        mouseReleased in interface java.awt.event.MouseListener +
        +
        +
      • +
      + + + +
        +
      • +

        mouseEntered

        +
        public void mouseEntered(java.awt.event.MouseEvent e)
        +
        +
        Specified by:
        +
        mouseEntered in interface java.awt.event.MouseListener +
        +
        +
      • +
      + + + +
        +
      • +

        mouseExited

        +
        public void mouseExited(java.awt.event.MouseEvent e)
        +
        +
        Specified by:
        +
        mouseExited in interface java.awt.event.MouseListener +
        +
        +
      • +
      + + + +
        +
      • +

        mouseDragged

        +
        public void mouseDragged(java.awt.event.MouseEvent e)
        +
        +
        Specified by:
        +
        mouseDragged in interface java.awt.event.MouseMotionListener +
        +
        +
      • +
      + + + +
        +
      • +

        mouseMoved

        +
        public void mouseMoved(java.awt.event.MouseEvent e)
        +
        +
        Specified by:
        +
        mouseMoved in interface java.awt.event.MouseMotionListener +
        +
        +
      • +
      +
    • +
    +
  • +
+
- + - - - - - + + + + +
+ + + +
+ +
+
+ + +
+ + + diff --git a/AppThinker/Documentation/Link.html b/AppThinker/Documentation/Link.html index 1c5b2a4..c9aa65f 100644 --- a/AppThinker/Documentation/Link.html +++ b/AppThinker/Documentation/Link.html @@ -38,7 +38,7 @@ var activeTableTab = "activeTableTab"; - - + + + + +
+ +
+ + + diff --git a/AppThinker/Documentation/class-use/AppThinkerSplashscreen.html b/AppThinker/Documentation/class-use/AppThinkerSplashscreen.html index d8869ed..a8738a4 100644 --- a/AppThinker/Documentation/class-use/AppThinkerSplashscreen.html +++ b/AppThinker/Documentation/class-use/AppThinkerSplashscreen.html @@ -2,121 +2,121 @@ - -Uses of Class AppThinkerSplashscreen - - - + + Uses of Class AppThinkerSplashscreen + + + + + + +
+ +
+ + +
-

Uses of Class
AppThinkerSplashscreen

+

+ Uses of Class
AppThinkerSplashscreen

-
No usage of AppThinkerSplashscreen
+
No usage of com.thinkode.appthinker.views.Splashscreen
+ + + +
+ +
+ + + diff --git a/AppThinker/Documentation/class-use/AppThinkerStatusbar.html b/AppThinker/Documentation/class-use/AppThinkerStatusbar.html index 856dff7..5665d31 100644 --- a/AppThinker/Documentation/class-use/AppThinkerStatusbar.html +++ b/AppThinker/Documentation/class-use/AppThinkerStatusbar.html @@ -2,148 +2,156 @@ - -Uses of Class AppThinkerStatusbar - - - + + Uses of Class AppThinkerStatusbar + + + + + + +
+ +
+ + +
-

Uses of Class
AppThinkerStatusbar

+

Uses of Class
AppThinkerStatusbar

- +
+ + + +
+ +
+ + + diff --git a/AppThinker/Documentation/class-use/AppThinkerToolbar.html b/AppThinker/Documentation/class-use/AppThinkerToolbar.html index 45419c8..79a1367 100644 --- a/AppThinker/Documentation/class-use/AppThinkerToolbar.html +++ b/AppThinker/Documentation/class-use/AppThinkerToolbar.html @@ -32,7 +32,7 @@