Class ConfiguratorListener
package: src.net.jxta.ext.config.ui
public class ConfiguratorListener
Implements:
java.awt.event.ActionListener
Listener for ext:config:ui events
Author:
volker john [volkerj at jxta dot org]
Version
created:
May 15, 2004
Field Summary
static JCheckBox
static JTextField
private final static String
static JCheckBox
static JPanel
static JCheckBox
static JCheckBox
static JPanel
static JTextField
static JTextField
static JTextField
private JCheckBox
static JTextField
private final static transient Logger
static JCheckBox
static JCheckBox
static JPanel
static JCheckBox
static JPanel
static JPanel
static JCheckBox
static JPanel
static JCheckBox
static SwingEngine
static JCheckBox
static JCheckBox
static JPanel
static JTextField
private JCheckBox
static JTextField
Constructor Summary
public
ConfiguratorListener(SwingEngine swix)
Method Summary
public void
actionPerformed(ActionEvent e)
private void
private void
private void
private void
private void
private void
disable(Component component)
private void
disable(Component components)
private void
enable(Component component)
private void
enable(Component components)
private void
hide(Component component)
   Hides the component
 
private void
private void
private void
requestFocus(Component component)
private void
private void
private void
private void
show(Component component)
   Shows the component
 
private boolean
private boolean
Field Detail
advEnabled
static JCheckBox advEnabled

certFile
static JTextField certFile

DLG_AUTOLOAD
private final static String DLG_AUTOLOAD = "net/jxta/ext/config/ui/resource/Autoloader.xml"

endpSvcEnabled
static JCheckBox endpSvcEnabled

endpSvcPanel
static JPanel endpSvcPanel

httpEnabled
static JCheckBox httpEnabled

httpManualEnabled
static JCheckBox httpManualEnabled

httpPanel
static JPanel httpPanel

httpProxyAddr
static JTextField httpProxyAddr

httpProxyPort
static JTextField httpProxyPort

httpPublicAddr
static JTextField httpPublicAddr

httpPublicEnabled
private JCheckBox httpPublicEnabled

httpPublicPort
static JTextField httpPublicPort

LOG
private final static transient Logger LOG = Logger.getLogger(ConfiguratorListener.class.getName())
transient

profileManualEnabled
static JCheckBox profileManualEnabled

proxySvcEnabled
static JCheckBox proxySvcEnabled

proxySvcPanel
static JPanel proxySvcPanel

rdvSvcEnabled
static JCheckBox rdvSvcEnabled

rdvSvcPanel
static JPanel rdvSvcPanel

rlyPanel
static JPanel rlyPanel

rlySvcEnabled
static JCheckBox rlySvcEnabled

rlySvcPanel
static JPanel rlySvcPanel

rlyUsageEnabled
static JCheckBox rlyUsageEnabled

swix
static SwingEngine swix

tcpEnabled
static JCheckBox tcpEnabled

tcpManualEnabled
static JCheckBox tcpManualEnabled

tcpPanel
static JPanel tcpPanel

tcpPublicAddr
static JTextField tcpPublicAddr

tcpPublicEnabled
private JCheckBox tcpPublicEnabled

tcpPublicPort
static JTextField tcpPublicPort
Constructor Detail
ConfiguratorListener
public ConfiguratorListener(SwingEngine swix)
Method Detail
actionPerformed
public void actionPerformed(ActionEvent e)

addHttpTransport
private void addHttpTransport()

addTcpTransport
private void addTcpTransport()

clearHttpTransports
private void clearHttpTransports()

clearTcpTransports
private void clearTcpTransports()

deleteTcpTransport
private void deleteTcpTransport()

disable
private void disable(Component components)
Parameters:
components

disable
private void disable(Component component)
Parameters:
component

enable
private void enable(Component component)
Parameters:
component

enable
private void enable(Component components)
Parameters:
components

hide
private void hide(Component component)
Hides the component
Parameters:
component

insertAdvNodes
private void insertAdvNodes()

removeAdvNodes
private void removeAdvNodes()

requestFocus
private void requestFocus(Component component)
Parameters:
component

setHttpProxy
private void setHttpProxy()

setPublicHttp
private void setPublicHttp()

setPublicTcp
private void setPublicTcp()

show
private void show(Component component)
Shows the component
Parameters:
component

validate
private boolean validate()
Return

writeConfig
private boolean writeConfig()
Return