Project JXTA

net.jxta.ext.config.ui
Class ConfiguratorListener

java.lang.Object
  extended by net.jxta.ext.config.ui.ConfiguratorListener
All Implemented Interfaces:
ActionListener, EventListener

public class ConfiguratorListener
extends Object
implements ActionListener

Listener for ext:config:ui events

Version:
Author:
volker john [volkerj at jxta dot org]

Field Summary
(package private) static JCheckBox advEnabled
           
(package private) static JTextField certFile
           
(package private) static JCheckBox endpSvcEnabled
           
(package private) static JPanel endpSvcPanel
           
(package private) static JCheckBox httpEnabled
           
(package private) static JCheckBox httpManualEnabled
           
(package private) static JPanel httpPanel
           
(package private) static JTextField httpProxyAddr
           
(package private) static JTextField httpProxyPort
           
(package private) static JTextField httpPublicAddr
           
(package private) static JTextField httpPublicPort
           
(package private) static JCheckBox profileManualEnabled
           
(package private) static JCheckBox proxySvcEnabled
           
(package private) static JPanel proxySvcPanel
           
(package private) static JCheckBox rdvSvcEnabled
           
(package private) static JPanel rdvSvcPanel
           
(package private) static JPanel rlyPanel
           
(package private) static JCheckBox rlySvcEnabled
           
(package private) static JPanel rlySvcPanel
           
(package private) static JCheckBox rlyUsageEnabled
           
(package private) static org.swixml.SwingEngine swix
           
(package private) static JCheckBox tcpEnabled
           
(package private) static JCheckBox tcpManualEnabled
           
(package private) static JPanel tcpPanel
           
(package private) static JTextField tcpPublicAddr
           
(package private) static JTextField tcpPublicPort
           
 
Constructor Summary
ConfiguratorListener(org.swixml.SwingEngine swix)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swix

static org.swixml.SwingEngine swix

tcpPublicAddr

static JTextField tcpPublicAddr

tcpPublicPort

static JTextField tcpPublicPort

httpPublicAddr

static JTextField httpPublicAddr

httpPublicPort

static JTextField httpPublicPort

httpProxyAddr

static JTextField httpProxyAddr

httpProxyPort

static JTextField httpProxyPort

tcpEnabled

static JCheckBox tcpEnabled

tcpManualEnabled

static JCheckBox tcpManualEnabled

httpEnabled

static JCheckBox httpEnabled

httpManualEnabled

static JCheckBox httpManualEnabled

profileManualEnabled

static JCheckBox profileManualEnabled

certFile

static JTextField certFile

rlyUsageEnabled

static JCheckBox rlyUsageEnabled

rlySvcEnabled

static JCheckBox rlySvcEnabled

rdvSvcEnabled

static JCheckBox rdvSvcEnabled

endpSvcEnabled

static JCheckBox endpSvcEnabled

proxySvcEnabled

static JCheckBox proxySvcEnabled

tcpPanel

static JPanel tcpPanel

httpPanel

static JPanel httpPanel

rlyPanel

static JPanel rlyPanel

rlySvcPanel

static JPanel rlySvcPanel

rdvSvcPanel

static JPanel rdvSvcPanel

endpSvcPanel

static JPanel endpSvcPanel

proxySvcPanel

static JPanel proxySvcPanel

advEnabled

static JCheckBox advEnabled
Constructor Detail

ConfiguratorListener

public ConfiguratorListener(org.swixml.SwingEngine swix)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener

JXTA J2SE