JFCML - JFC/Swing
XML Markup Language

com.metasolutions.util
Interface JFCMLConfiguration

All Known Implementing Classes:
DefaultConfiguration

public interface JFCMLConfiguration

An interface describing the configuration of the JFCML interpreter. An implementation of this interface will be stored in the PackageRegistry to be used by the JFCMLWindowFactory. The main purpose of this interface is to allow the default configuration to be overridden, for extension purposes.

Version:
0.9 Jun 5, 2005
Author:
Shawn Curry

Method Summary
 AttributeHandler getAttributeHandler()
          The AttributeHandler to use.
 BSFHandler getBSFHandler()
          The BSFHandler to use.
 ChildHandler getChildHandler()
          The ChildHandler to use.
 ElementHandler getElementHandler()
          The ElementHandler to use.
 JFCMLScript getJFCMLScript()
          The JFCMLScript instance to use.
 ReflectionHandler getReflectionHandler()
          The ReflectionHandler to use.
 SAXParser getSAXParser()
          The SAXParser to use.
 ScriptHandler getScriptHandler()
          The ScriptHandler to use.
 TagHandler getTagHandler()
          The TagHandler to use.
 WindowHandler getWindowHandler()
          The WindowHandler to use.
 

Method Detail

getTagHandler

TagHandler getTagHandler()
The TagHandler to use.

Returns:
the TagHandler to use

getSAXParser

SAXParser getSAXParser()
The SAXParser to use.

Returns:
the SAXParser to use

getReflectionHandler

ReflectionHandler getReflectionHandler()
The ReflectionHandler to use.

Returns:
the ReflectionHandler to use

getBSFHandler

BSFHandler getBSFHandler()
The BSFHandler to use.

Returns:
the BSFHandler to use

getElementHandler

ElementHandler getElementHandler()
The ElementHandler to use.

Returns:
the ElementHandler to use

getAttributeHandler

AttributeHandler getAttributeHandler()
The AttributeHandler to use.

Returns:
the AttributeHandler to use

getWindowHandler

WindowHandler getWindowHandler()
The WindowHandler to use.

Returns:
the WindowHandler to use

getChildHandler

ChildHandler getChildHandler()
The ChildHandler to use.

Returns:
the ChildHandler to use

getJFCMLScript

JFCMLScript getJFCMLScript()
The JFCMLScript instance to use.

Returns:
the JFCMLScript instance to use.

getScriptHandler

ScriptHandler getScriptHandler()
The ScriptHandler to use.

Returns:
the ScriptHandler to use.

SourceForge.net
java.net

Copyright 2004-2005 Shawn Curry, http://jfcml.sourceforge.net
Licensed under the Academic Free License version 2.1