Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jackbot
Interface Configurable  view Configurable download Configurable.java


public interface Configurable

The interface for items that can be configured. Used with the Config class.

Version:
$Revision: 1.2 $ $Date: 2002/09/23 05:22:20 $

Method Summary
 void configure(org.w3c.dom.Element root)
          Called when a class should configure itself based on the given root element.
 

Method Detail

configure

public void configure(org.w3c.dom.Element root)
Called when a class should configure itself based on the given root element.