Class PreferencesFrame

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----com.sun.java.swing.JFrame
                                           |
                                           +----PreferencesFrame

public class PreferencesFrame
extends JFrame
implements ActionListener
Preference frame shown when the user clicks on the corresponding menu item

Author:
Patrice Bensoussan, Thierry Bensoussan

Constructor Index

 o PreferencesFrame(ApacheConfigFrame)
Constructor of the preferences frame

Method Index

 o actionPerformed(ActionEvent)
[ ActionListener interface ]
 o setTextFields()
fills the fields of the frame with current values
 o setVisible(boolean)

Constructors

 o PreferencesFrame
 public PreferencesFrame(ApacheConfigFrame parent)
Constructor of the preferences frame

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent evnt)
[ ActionListener interface ]

 o setTextFields
 protected void setTextFields()
fills the fields of the frame with current values

 o setVisible
 public void setVisible(boolean flag)
Overrides:
setVisible in class Component