Uses of Interface
org.igfay.jfig.JFigLocatorIF

Packages that use JFigLocatorIF
org.igfay.jfig   
 

Uses of JFigLocatorIF in org.igfay.jfig
 

Classes in org.igfay.jfig that implement JFigLocatorIF
 class JFigLocator
           
 

Methods in org.igfay.jfig that return JFigLocatorIF
 JFigLocatorIF JFigParser.getJFigLocator()
           
protected  JFigLocatorIF JFig.getConfigLocator()
           
 

Methods in org.igfay.jfig with parameters of type JFigLocatorIF
 void JFigParser.setJFigLocator(JFigLocatorIF locatorIF)
           
static JFigIF JFig.getInstance(int dummy, JFigLocatorIF locator)
          Deprecated. - Use initialize
static JFigIF JFig.getInstance(JFigLocatorIF jfigLocator)
          Return the config singleton passing a JFigLocator
 

Constructors in org.igfay.jfig with parameters of type JFigLocatorIF
XMLJFigParser(JFig config, JFigLocatorIF jfigLocator)
           
JFigParser(JFig config, JFigLocatorIF jfigLocator)
          Constructor to allow user to override configFileName default.
IniJFigParser(JFig config, JFigLocatorIF jfigLocator)
          Constructor for IniConfigParser.