gesture_editor_GUI
Class AnimationWindow

java.lang.Object
  extended by gesture_editor_GUI.VAE_Gesture_ObjectInterfaceGenerator
      extended by gesture_editor_GUI.AnimationWindow

public class AnimationWindow
extends VAE_Gesture_ObjectInterfaceGenerator


Field Summary
 
Fields inherited from class gesture_editor_GUI.VAE_Gesture_ObjectInterfaceGenerator
add, attrDispAnim, cancel, decalage, etat, implied, itemsPanel, nbPages, next, position, prev, required, target, typeName, valide, window, windowName
 
Constructor Summary
AnimationWindow()
           
 
Method Summary
 void createObject()
          Creer l'objet et le poser sur le panneau de controle.
 void createWindow(VAE_Control_Panel crtl)
          Methode prevue pour etre surchargée.
static AnimationWindow getInstance()
           
 
Methods inherited from class gesture_editor_GUI.VAE_Gesture_ObjectInterfaceGenerator
addAttributePanelAnimation, createAttributesDiplays_attAssis, createAttributesDiplays_attDebout, createAttributesDiplays_droite, createAttributesDiplays_gauche, createAttributesDiplays_marcher, createAttributesDiplays_sAsseoir, createAttributesDiplays_seLever, createAttributesDiplays, createDisplay, createWindow, createWindowFromElement, downAttributePanelAnimation, loadNeededFiles, lockAttribute, objectPropertiesOverview, setEtat, suppAttributePanelAnimation, upAttributePanelAnimation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnimationWindow

public AnimationWindow()
Method Detail

createWindow

public void createWindow(VAE_Control_Panel crtl)
Description copied from class: VAE_Gesture_ObjectInterfaceGenerator
Methode prevue pour etre surchargée. Ne fait rien ici.

Overrides:
createWindow in class VAE_Gesture_ObjectInterfaceGenerator
Parameters:
crtl - Panneau de controle.

createObject

public void createObject()
Description copied from class: VAE_Gesture_ObjectInterfaceGenerator
Creer l'objet et le poser sur le panneau de controle.

Overrides:
createObject in class VAE_Gesture_ObjectInterfaceGenerator

getInstance

public static AnimationWindow getInstance()