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
-
PreferencesFrame(ApacheConfigFrame)
- Constructor of the preferences frame
-
actionPerformed(ActionEvent)
- [ ActionListener interface ]
-
setTextFields()
- fills the fields of the frame with current values
-
setVisible(boolean)
-
PreferencesFrame
public PreferencesFrame(ApacheConfigFrame parent)
- Constructor of the preferences frame
actionPerformed
public void actionPerformed(ActionEvent evnt)
- [ ActionListener interface ]
setTextFields
protected void setTextFields()
- fills the fields of the frame with current values
setVisible
public void setVisible(boolean flag)
- Overrides:
- setVisible in class Component