Class Saisie
Class Saisie
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----Saisie
- public class Saisie
- extends Panel
the class Saisie is an extension of the class
java.awt.Panel.
It is use to define the layout and the components
of the main window of the applet socrates
- Version:
- 1.0 02/98
- Author:
- Stephane Verlet verlet@cadet.esstin.u-nancy.fr
- See Also:
- socrates
-
Beffacer
- coresponds to the button erase all
-
Btracer
- coresponds to the the plot button
-
Cfenetre
- Cfenetre coresponds to the window size choice list in order to add
other sizes you have to change the coreponding code in class Calculfft
-
Ctypefen
- Ctypefen coresponds to the window type choice list
-
CtypeTracer
- coresponds to the result type in the choice list
-
Lifonction
- list of avaible functions
-
Saisie()
- constructor of the class
-
action(Event, Object)
- handle event which coresponding to a double click on Lifonction The other
events are handled by the calling class socrates.
-
handle_listef(String)
- display a modal window to let the user select his desired *parameters whenever he selects a function in the functions list .
Btracer
public Button Btracer
- coresponds to the the plot button
Beffacer
public Button Beffacer
- coresponds to the button erase all
Lifonction
public List Lifonction
- list of avaible functions
Cfenetre
public Choice Cfenetre
- Cfenetre coresponds to the window size choice list in order to add
other sizes you have to change the coreponding code in class Calculfft
- See Also:
- calcul
Ctypefen
public Choice Ctypefen
- Ctypefen coresponds to the window type choice list
CtypeTracer
public Choice CtypeTracer
- coresponds to the result type in the choice list
Saisie
public Saisie()
- constructor of the class
action
public boolean action(Event evt,
Object arg)
- handle event which coresponding to a double click on Lifonction The other
events are handled by the calling class socrates.
- Overrides:
- action in class Component
- See Also:
- Lifonction, socrates
handle_listef
public boolean handle_listef(String mafonction)
- display a modal window to let the user select his desired *parameters whenever he selects a function in the functions list . the Window is
generated by creating an instance the class Askparametre .
- Parameters:
- mafonction - is the selected function in the list
- See Also:
- Askparametre