format_geometrie_GUI
Class FunctionWindow

java.lang.Object
  extended by format_geometrie_GUI.VAE_ObjectInterfaceGenerator
      extended by format_geometrie_GUI.FunctionWindow

public class FunctionWindow
extends VAE_ObjectInterfaceGenerator

Fenetre de génération de la boite Function

Author:
Matthieu Courgeon

Field Summary
 
Fields inherited from class format_geometrie_GUI.VAE_ObjectInterfaceGenerator
attrDisp, cancel, decalage, implied, itemsPanel, nbPages, next, prev, required, target, typeName, valide, window
 
Constructor Summary
FunctionWindow()
           
 
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 FunctionWindow getInstance()
           
 
Methods inherited from class format_geometrie_GUI.VAE_ObjectInterfaceGenerator
createAttributesDiplays, createDisplay, createWindow, createWindowFromElement, loadNeededFiles, lockAttribute, objectPropertiesOverview
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionWindow

public FunctionWindow()
Method Detail

createWindow

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

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

createObject

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

Overrides:
createObject in class VAE_ObjectInterfaceGenerator

getInstance

public static FunctionWindow getInstance()