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 + + +
- + -
Skip navigation links
- - - - +
Skip navigation links
+ + + +
+ + + +
+ +
+
+ + +
+ + +
-

Class AboutWindow

+

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

- -
- +
+
+ +
+
+ +
- + -
Skip navigation links
- - - - +
Skip navigation links
+ + + +
+ + + +
+ +
+
+ + +
+ + + 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 + + +
- + -
Skip navigation links
- - - - +
Skip navigation links
+ + + +
+ + + +
+ +
+
+ + +
+ + +
-

Class AppThinker

+

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

- -
- + + + + + + + + + + + + + + + + +
- + -
Skip navigation links
- - - - +
Skip navigation links
+ + + +
+ + + +
+ +
+
+ + +
+ + + 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 + + +
- + -
Skip navigation links
- - - - +
Skip navigation links
+ + + +
+ + + +
+ +
+
+ + +
+ + +
-

Class AppThinkerMenuBar

+

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

- -
- +
+
+ +
+
+ +
- + -
Skip navigation links
- - - - +
Skip navigation links
+ + + +
+ + + +
+ +
+
+ + +
+ + + 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 + + +
- + -
Skip navigation links
- - - - +
Skip navigation links
+ + + +
+ + + +
+ +
+
+ + +
+ + +
-

Class AppThinkerSplashscreen

+

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

- -
- +
+
+ +
+
+ +
- + -
Skip navigation links
- - - - +
Skip navigation links
+ + + +
+ + + +
+ +
+
+ + +
+ + + 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
+
+ + + +
+ +
+
+ +
- + -
Skip navigation links
- - - - +
Skip navigation links
+ + + +
+ + + +
+ +
+
+ + +
+ + + 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"; - - - - - -
- -
+
Fenêtre d'affichage de la version actuelle et des modifications apportées.
+
+
See Also:
+
Serialized Form
+
+ + + +
+ +
+
+ +
- + - - - - - + + + + +
+ + + +
+ +
+
+ + +
+ + + 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"; - - - - - - - -
-
    -
  • - -
      -
    • - - -

      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 @@