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

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

static class ConfigEditorFactory.URIActionListener
extends Object
implements ActionListener

A quick class to save a config to a uri


Field Summary
private  Config config
          The config to save if needed
private  URI uri
          The URI to save to if needed
 
Constructor Summary
ConfigEditorFactory.URIActionListener(Config config, URI uri)
          To save to a URI
 
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 config to save if needed


uri

private URI uri
The URI to save to if needed

Constructor Detail

ConfigEditorFactory.URIActionListener

public ConfigEditorFactory.URIActionListener(Config config,
                                             URI uri)
To save to a URI

Method Detail

actionPerformed

public void actionPerformed(ActionEvent ev)
The save action

Specified by:
actionPerformed in interface ActionListener

Copyright ? 2003-2011