org.crosswire.common.config.swing
Class ConfigEditorFactory.URLActionListener

java.lang.Object
  extended by org.crosswire.common.config.swing.ConfigEditorFactory.URLActionListener
All Implemented Interfaces:
ActionListener, EventListener
Enclosing class:
ConfigEditorFactory

static class ConfigEditorFactory.URLActionListener
extends Object
implements ActionListener

A quick class to save a config to a url


Field Summary
private  Config config
          The URL to save to if needed
private  URL url
          The URL to save to if needed
 
Constructor Summary
ConfigEditorFactory.URLActionListener(Config config, URL url)
          To save to a URL
 
Method Summary
 void actionPerformed(ActionEvent ev)
          The save action
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

config

private Config config
The URL to save to if needed


url

private URL url
The URL to save to if needed

Constructor Detail

ConfigEditorFactory.URLActionListener

public ConfigEditorFactory.URLActionListener(Config config,
                                             URL url)
To save to a URL

Method Detail

actionPerformed

public void actionPerformed(ActionEvent ev)
The save action

Specified by:
actionPerformed in interface ActionListener

Copyright ? 2003-2006