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

Quick Search    Search Deep

com.arranger.jarl.filter
Interface IFilterDef  view IFilterDef download IFilterDef.java

All Known Implementing Classes:
BaseFilter

public interface IFilterDef

IFilterDef created on Mar 21, 2003


Method Summary
 void initDef(com.arranger.jarl.base.IContext context, org.w3c.dom.Element element)
          Initialize this trait
 IFilter initInstance(com.arranger.jarl.base.IContext context, org.w3c.dom.Element element)
          Based off of the actual def, get a real instance
 

Method Detail

initDef

public void initDef(com.arranger.jarl.base.IContext context,
                    org.w3c.dom.Element element)
Initialize this trait


initInstance

public IFilter initInstance(com.arranger.jarl.base.IContext context,
                            org.w3c.dom.Element element)
Based off of the actual def, get a real instance