net.jxta.ext.config.ui
Class ConfiguratorListener
java.lang.Object
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]
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ConfiguratorListener
public ConfiguratorListener(org.swixml.SwingEngine swix)
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interface ActionListener