From 41c86e4ac53220e87c8d637fc421139de81a2857 Mon Sep 17 00:00:00 2001 From: Valentin Boulanger Date: Sat, 21 Nov 2020 15:01:19 +0100 Subject: [PATCH] =?UTF-8?q?Fen=C3=AAtre=20principale?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AppThinker/Documentation/AppThinker.html | 275 +++++++++ .../Documentation/AppThinkerWindow.html | 398 ++++++++++++ .../Documentation/allclasses-frame.html | 20 + .../Documentation/allclasses-noframe.html | 20 + .../Documentation/class-use/AppThinker.html | 122 ++++ .../class-use/AppThinkerWindow.html | 122 ++++ AppThinker/Documentation/constant-values.html | 122 ++++ AppThinker/Documentation/deprecated-list.html | 122 ++++ AppThinker/Documentation/help-doc.html | 223 +++++++ .../Documentation/index-files/index-1.html | 135 ++++ .../Documentation/index-files/index-2.html | 129 ++++ AppThinker/Documentation/index.html | 72 +++ AppThinker/Documentation/overview-tree.html | 152 +++++ AppThinker/Documentation/package-frame.html | 21 + AppThinker/Documentation/package-list | 1 + AppThinker/Documentation/package-summary.html | 133 ++++ AppThinker/Documentation/package-tree.html | 152 +++++ AppThinker/Documentation/package-use.html | 122 ++++ AppThinker/Documentation/script.js | 30 + AppThinker/Documentation/serialized-form.html | 135 ++++ AppThinker/Documentation/stylesheet.css | 574 ++++++++++++++++++ AppThinker/src/AppThinker.java | 13 + AppThinker/src/AppThinkerWindow.java | 23 + AppThinker/{ => src}/img/logoAppThinker.png | Bin AppThinker/{ => src}/img/work/copy.ai | 0 AppThinker/{ => src}/img/work/delete.ai | 0 AppThinker/{ => src}/img/work/edit.ai | 0 .../{ => src}/img/work/importProject.ai | 0 .../{ => src}/img/work/newAssociation.ai | 0 AppThinker/{ => src}/img/work/newClass.ai | 0 AppThinker/{ => src}/img/work/newLink.ai | 0 AppThinker/{ => src}/img/work/newNote.ai | 0 AppThinker/{ => src}/img/work/newProject.ai | 0 AppThinker/{ => src}/img/work/paste.ai | 0 AppThinker/{ => src}/img/work/redo.ai | 0 .../{ => src}/img/work/saveAsProject.ai | 0 AppThinker/{ => src}/img/work/saveProject.ai | 0 AppThinker/{ => src}/img/work/select.ai | 0 AppThinker/{ => src}/img/work/undo.ai | 0 39 files changed, 3116 insertions(+) create mode 100644 AppThinker/Documentation/AppThinker.html create mode 100644 AppThinker/Documentation/AppThinkerWindow.html create mode 100644 AppThinker/Documentation/allclasses-frame.html create mode 100644 AppThinker/Documentation/allclasses-noframe.html create mode 100644 AppThinker/Documentation/class-use/AppThinker.html create mode 100644 AppThinker/Documentation/class-use/AppThinkerWindow.html create mode 100644 AppThinker/Documentation/constant-values.html create mode 100644 AppThinker/Documentation/deprecated-list.html create mode 100644 AppThinker/Documentation/help-doc.html create mode 100644 AppThinker/Documentation/index-files/index-1.html create mode 100644 AppThinker/Documentation/index-files/index-2.html create mode 100644 AppThinker/Documentation/index.html create mode 100644 AppThinker/Documentation/overview-tree.html create mode 100644 AppThinker/Documentation/package-frame.html create mode 100644 AppThinker/Documentation/package-list create mode 100644 AppThinker/Documentation/package-summary.html create mode 100644 AppThinker/Documentation/package-tree.html create mode 100644 AppThinker/Documentation/package-use.html create mode 100644 AppThinker/Documentation/script.js create mode 100644 AppThinker/Documentation/serialized-form.html create mode 100644 AppThinker/Documentation/stylesheet.css create mode 100644 AppThinker/src/AppThinker.java create mode 100644 AppThinker/src/AppThinkerWindow.java rename AppThinker/{ => src}/img/logoAppThinker.png (100%) rename AppThinker/{ => src}/img/work/copy.ai (100%) rename AppThinker/{ => src}/img/work/delete.ai (100%) rename AppThinker/{ => src}/img/work/edit.ai (100%) rename AppThinker/{ => src}/img/work/importProject.ai (100%) rename AppThinker/{ => src}/img/work/newAssociation.ai (100%) rename AppThinker/{ => src}/img/work/newClass.ai (100%) rename AppThinker/{ => src}/img/work/newLink.ai (100%) rename AppThinker/{ => src}/img/work/newNote.ai (100%) rename AppThinker/{ => src}/img/work/newProject.ai (100%) rename AppThinker/{ => src}/img/work/paste.ai (100%) rename AppThinker/{ => src}/img/work/redo.ai (100%) rename AppThinker/{ => src}/img/work/saveAsProject.ai (100%) rename AppThinker/{ => src}/img/work/saveProject.ai (100%) rename AppThinker/{ => src}/img/work/select.ai (100%) rename AppThinker/{ => src}/img/work/undo.ai (100%) diff --git a/AppThinker/Documentation/AppThinker.html b/AppThinker/Documentation/AppThinker.html new file mode 100644 index 0000000..72bd8e0 --- /dev/null +++ b/AppThinker/Documentation/AppThinker.html @@ -0,0 +1,275 @@ + + + + + +AppThinker + + + + + + + + +
+ + + + + + + +
+ + + +
+

Class AppThinker

+
+
+ +
+
    +
  • +
    +
    +
    public class AppThinker
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

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

      Method Summary

      + + + + + + + + + + +
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static voidmain(java.lang.String[] args) +
      La classe principale de AppThinker
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        AppThinker

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

      Method Detail

      + + + +
        +
      • +

        main

        +
        public static void main(java.lang.String[] args)
        +
        La classe principale de AppThinker
        +
        +
        Parameters:
        +
        args - Les arguments de la méthode principale.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/AppThinker/Documentation/AppThinkerWindow.html b/AppThinker/Documentation/AppThinkerWindow.html new file mode 100644 index 0000000..6ab8ee1 --- /dev/null +++ b/AppThinker/Documentation/AppThinkerWindow.html @@ -0,0 +1,398 @@ + + + + + +AppThinkerWindow + + + + + + + + +
+ + + + + + + +
+ + + +
+

Class AppThinkerWindow

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants
    +
    +
    +
    +
    public class AppThinkerWindow
    +extends javax.swing.JFrame
    +
    +
    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
      AppThinkerWindow() +
      Constructeur de la classe AppThinkerWindow
      +
      +
    • +
    + +
      +
    • + + +

      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

      + + + +
        +
      • +

        AppThinkerWindow

        +
        public AppThinkerWindow()
        +
        Constructeur de la classe AppThinkerWindow
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + diff --git a/AppThinker/Documentation/allclasses-frame.html b/AppThinker/Documentation/allclasses-frame.html new file mode 100644 index 0000000..3f368b8 --- /dev/null +++ b/AppThinker/Documentation/allclasses-frame.html @@ -0,0 +1,20 @@ + + + + + +All Classes + + + + + +

All Classes

+
+ +
+ + diff --git a/AppThinker/Documentation/allclasses-noframe.html b/AppThinker/Documentation/allclasses-noframe.html new file mode 100644 index 0000000..f4ee7b1 --- /dev/null +++ b/AppThinker/Documentation/allclasses-noframe.html @@ -0,0 +1,20 @@ + + + + + +All Classes + + + + + +

All Classes

+
+ +
+ + diff --git a/AppThinker/Documentation/class-use/AppThinker.html b/AppThinker/Documentation/class-use/AppThinker.html new file mode 100644 index 0000000..341bb99 --- /dev/null +++ b/AppThinker/Documentation/class-use/AppThinker.html @@ -0,0 +1,122 @@ + + + + + +Uses of Class AppThinker + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
AppThinker

+
+
No usage of AppThinker
+ +
+ + + + + + + +
+ + + + diff --git a/AppThinker/Documentation/class-use/AppThinkerWindow.html b/AppThinker/Documentation/class-use/AppThinkerWindow.html new file mode 100644 index 0000000..be0227a --- /dev/null +++ b/AppThinker/Documentation/class-use/AppThinkerWindow.html @@ -0,0 +1,122 @@ + + + + + +Uses of Class AppThinkerWindow + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
AppThinkerWindow

+
+
No usage of AppThinkerWindow
+ +
+ + + + + + + +
+ + + + diff --git a/AppThinker/Documentation/constant-values.html b/AppThinker/Documentation/constant-values.html new file mode 100644 index 0000000..6178a39 --- /dev/null +++ b/AppThinker/Documentation/constant-values.html @@ -0,0 +1,122 @@ + + + + + +Constant Field Values + + + + + + + + +
+ + + + + + + +
+ + +
+

Constant Field Values

+

Contents

+
+ +
+ + + + + + + +
+ + + + diff --git a/AppThinker/Documentation/deprecated-list.html b/AppThinker/Documentation/deprecated-list.html new file mode 100644 index 0000000..5b55435 --- /dev/null +++ b/AppThinker/Documentation/deprecated-list.html @@ -0,0 +1,122 @@ + + + + + +Deprecated List + + + + + + + + +
+ + + + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + + + +
+ + + + diff --git a/AppThinker/Documentation/help-doc.html b/AppThinker/Documentation/help-doc.html new file mode 100644 index 0000000..607c478 --- /dev/null +++ b/AppThinker/Documentation/help-doc.html @@ -0,0 +1,223 @@ + + + + + +API Help + + + + + + + + +
+ + + + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+ +This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + + + +
+ + + + diff --git a/AppThinker/Documentation/index-files/index-1.html b/AppThinker/Documentation/index-files/index-1.html new file mode 100644 index 0000000..8976945 --- /dev/null +++ b/AppThinker/Documentation/index-files/index-1.html @@ -0,0 +1,135 @@ + + + + + +A-Index + + + + + + + + +
+ + + + + + + +
+ + +
A M  + + +

A

+
+
AppThinker - Class in <Unnamed>
+
 
+
AppThinker() - Constructor for class AppThinker
+
 
+
AppThinkerWindow - Class in <Unnamed>
+
 
+
AppThinkerWindow() - Constructor for class AppThinkerWindow
+
+
Constructeur de la classe AppThinkerWindow
+
+
+A M 
+ +
+ + + + + + + +
+ + + + diff --git a/AppThinker/Documentation/index-files/index-2.html b/AppThinker/Documentation/index-files/index-2.html new file mode 100644 index 0000000..333503c --- /dev/null +++ b/AppThinker/Documentation/index-files/index-2.html @@ -0,0 +1,129 @@ + + + + + +M-Index + + + + + + + + +
+ + + + + + + +
+ + +
A M  + + +

M

+
+
main(String[]) - Static method in class AppThinker
+
+
La classe principale de AppThinker
+
+
+A M 
+ +
+ + + + + + + +
+ + + + diff --git a/AppThinker/Documentation/index.html b/AppThinker/Documentation/index.html new file mode 100644 index 0000000..e69a908 --- /dev/null +++ b/AppThinker/Documentation/index.html @@ -0,0 +1,72 @@ + + + + + +Generated Documentation (Untitled) + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="AppThinker.html">Non-frame version</a>.</p> + + + diff --git a/AppThinker/Documentation/overview-tree.html b/AppThinker/Documentation/overview-tree.html new file mode 100644 index 0000000..ded8d7e --- /dev/null +++ b/AppThinker/Documentation/overview-tree.html @@ -0,0 +1,152 @@ + + + + + +Class Hierarchy + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For All Packages

+
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + + + diff --git a/AppThinker/Documentation/package-frame.html b/AppThinker/Documentation/package-frame.html new file mode 100644 index 0000000..7de7c06 --- /dev/null +++ b/AppThinker/Documentation/package-frame.html @@ -0,0 +1,21 @@ + + + + + +<Unnamed> + + + + + +

<Unnamed>

+
+

Classes

+ +
+ + diff --git a/AppThinker/Documentation/package-list b/AppThinker/Documentation/package-list new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/AppThinker/Documentation/package-list @@ -0,0 +1 @@ + diff --git a/AppThinker/Documentation/package-summary.html b/AppThinker/Documentation/package-summary.html new file mode 100644 index 0000000..71db5a2 --- /dev/null +++ b/AppThinker/Documentation/package-summary.html @@ -0,0 +1,133 @@ + + + + + + + + + + + + +
+ + + + + + + +
+ + +
+

Package <Unnamed>

+
+
+ +
+ +
+ + + + + + + +
+ + + + diff --git a/AppThinker/Documentation/package-tree.html b/AppThinker/Documentation/package-tree.html new file mode 100644 index 0000000..9ee78da --- /dev/null +++ b/AppThinker/Documentation/package-tree.html @@ -0,0 +1,152 @@ + + + + + + Class Hierarchy + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package <Unnamed>

+
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + + + diff --git a/AppThinker/Documentation/package-use.html b/AppThinker/Documentation/package-use.html new file mode 100644 index 0000000..4da6649 --- /dev/null +++ b/AppThinker/Documentation/package-use.html @@ -0,0 +1,122 @@ + + + + + +Uses of Package + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package

+
+
No usage of
+ +
+ + + + + + + +
+ + + + diff --git a/AppThinker/Documentation/script.js b/AppThinker/Documentation/script.js new file mode 100644 index 0000000..b346356 --- /dev/null +++ b/AppThinker/Documentation/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/AppThinker/Documentation/serialized-form.html b/AppThinker/Documentation/serialized-form.html new file mode 100644 index 0000000..a4daa6b --- /dev/null +++ b/AppThinker/Documentation/serialized-form.html @@ -0,0 +1,135 @@ + + + + + +Serialized Form + + + + + + + + +
+ + + + + + + +
+ + +
+

Serialized Form

+
+
+ +
+ +
+ + + + + + + +
+ + + + diff --git a/AppThinker/Documentation/stylesheet.css b/AppThinker/Documentation/stylesheet.css new file mode 100644 index 0000000..98055b2 --- /dev/null +++ b/AppThinker/Documentation/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/AppThinker/src/AppThinker.java b/AppThinker/src/AppThinker.java new file mode 100644 index 0000000..459b0ec --- /dev/null +++ b/AppThinker/src/AppThinker.java @@ -0,0 +1,13 @@ +public class AppThinker { + //JavaDoc tags : @param @return @throws @author @version @see @since @serial @deprecated + + /** + * La classe principale de AppThinker + * @param args Les arguments de la méthode principale. + * @author V.BOULANGER + */ + public static void main(String[] args) { + AppThinkerWindow window = new AppThinkerWindow(); + window.setVisible(true); + } +} diff --git a/AppThinker/src/AppThinkerWindow.java b/AppThinker/src/AppThinkerWindow.java new file mode 100644 index 0000000..3fad076 --- /dev/null +++ b/AppThinker/src/AppThinkerWindow.java @@ -0,0 +1,23 @@ +import javax.imageio.ImageIO; +import javax.swing.*; +import java.awt.*; + +public class AppThinkerWindow extends JFrame { + + /** + * Constructeur de la classe AppThinkerWindow + * @author V.BOULANGER + */ + public AppThinkerWindow(){ + this.setTitle("AppThinker"); + this.setExtendedState(JFrame.MAXIMIZED_BOTH); + Image img = null; + try { img = ImageIO.read(AppThinker.class.getResource("img/logoAppThinker.png")); } catch (Exception ex) { } + this.setIconImage(img); + this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); + this.setLocation(0, 0); + this.setSize(500, 500); + this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); + } + +} diff --git a/AppThinker/img/logoAppThinker.png b/AppThinker/src/img/logoAppThinker.png similarity index 100% rename from AppThinker/img/logoAppThinker.png rename to AppThinker/src/img/logoAppThinker.png diff --git a/AppThinker/img/work/copy.ai b/AppThinker/src/img/work/copy.ai similarity index 100% rename from AppThinker/img/work/copy.ai rename to AppThinker/src/img/work/copy.ai diff --git a/AppThinker/img/work/delete.ai b/AppThinker/src/img/work/delete.ai similarity index 100% rename from AppThinker/img/work/delete.ai rename to AppThinker/src/img/work/delete.ai diff --git a/AppThinker/img/work/edit.ai b/AppThinker/src/img/work/edit.ai similarity index 100% rename from AppThinker/img/work/edit.ai rename to AppThinker/src/img/work/edit.ai diff --git a/AppThinker/img/work/importProject.ai b/AppThinker/src/img/work/importProject.ai similarity index 100% rename from AppThinker/img/work/importProject.ai rename to AppThinker/src/img/work/importProject.ai diff --git a/AppThinker/img/work/newAssociation.ai b/AppThinker/src/img/work/newAssociation.ai similarity index 100% rename from AppThinker/img/work/newAssociation.ai rename to AppThinker/src/img/work/newAssociation.ai diff --git a/AppThinker/img/work/newClass.ai b/AppThinker/src/img/work/newClass.ai similarity index 100% rename from AppThinker/img/work/newClass.ai rename to AppThinker/src/img/work/newClass.ai diff --git a/AppThinker/img/work/newLink.ai b/AppThinker/src/img/work/newLink.ai similarity index 100% rename from AppThinker/img/work/newLink.ai rename to AppThinker/src/img/work/newLink.ai diff --git a/AppThinker/img/work/newNote.ai b/AppThinker/src/img/work/newNote.ai similarity index 100% rename from AppThinker/img/work/newNote.ai rename to AppThinker/src/img/work/newNote.ai diff --git a/AppThinker/img/work/newProject.ai b/AppThinker/src/img/work/newProject.ai similarity index 100% rename from AppThinker/img/work/newProject.ai rename to AppThinker/src/img/work/newProject.ai diff --git a/AppThinker/img/work/paste.ai b/AppThinker/src/img/work/paste.ai similarity index 100% rename from AppThinker/img/work/paste.ai rename to AppThinker/src/img/work/paste.ai diff --git a/AppThinker/img/work/redo.ai b/AppThinker/src/img/work/redo.ai similarity index 100% rename from AppThinker/img/work/redo.ai rename to AppThinker/src/img/work/redo.ai diff --git a/AppThinker/img/work/saveAsProject.ai b/AppThinker/src/img/work/saveAsProject.ai similarity index 100% rename from AppThinker/img/work/saveAsProject.ai rename to AppThinker/src/img/work/saveAsProject.ai diff --git a/AppThinker/img/work/saveProject.ai b/AppThinker/src/img/work/saveProject.ai similarity index 100% rename from AppThinker/img/work/saveProject.ai rename to AppThinker/src/img/work/saveProject.ai diff --git a/AppThinker/img/work/select.ai b/AppThinker/src/img/work/select.ai similarity index 100% rename from AppThinker/img/work/select.ai rename to AppThinker/src/img/work/select.ai diff --git a/AppThinker/img/work/undo.ai b/AppThinker/src/img/work/undo.ai similarity index 100% rename from AppThinker/img/work/undo.ai rename to AppThinker/src/img/work/undo.ai