Class AutoLoaderListener
package: src.net.jxta.ext.config.ui
public class AutoLoaderListener
Implements:
java.awt.event.ActionListener
Listener for rdv/rly autoloader events
Author:
volker john [volkerj at jxta dot org]
Version
created:
May 20, 2004
Field Summary
private SwingEngine
private JDialog
private JTextField
private JTextField
private JList
private JList
private SwingEngine
private JTextField
private JTextField
private JList
private JList
Constructor Summary
public
AutoLoaderListener(SwingEngine ldr, SwingEngine cfg)
Method Summary
public void
actionPerformed(ActionEvent e)
private void
disable(Component component)
private void
disable(Component components)
private void
enable(Component component)
private void
enable(Component components)
private boolean
loadlist(String urlString, boolean rdv)
private void
requestFocus(Component component)
Field Detail
cfg
private SwingEngine cfg

dlg
private JDialog dlg

httpProxyAddr
private JTextField httpProxyAddr

httpProxyPort
private JTextField httpProxyPort

httprdvlist
private JList httprdvlist

httprlylist
private JList httprlylist

ldr
private SwingEngine ldr

rdvBootstrap
private JTextField rdvBootstrap

rlyBootstrap
private JTextField rlyBootstrap

tcprdvlist
private JList tcprdvlist

tcprlylist
private JList tcprlylist
Constructor Detail
AutoLoaderListener
public AutoLoaderListener(SwingEngine ldr, SwingEngine cfg)
Method Detail
actionPerformed
public void actionPerformed(ActionEvent e)

disable
private void disable(Component components)
Parameters:
components

disable
private void disable(Component component)
Parameters:
component

enable
private void enable(Component components)
Parameters:
components

enable
private void enable(Component component)
Parameters:
component

loadlist
private boolean loadlist(String urlString, boolean rdv)

requestFocus
private void requestFocus(Component component)
Parameters:
component