JFCML - JFC/Swing
XML Markup Language

Serialized Form


Package com.metasolutions.jfcml

Class com.metasolutions.jfcml.JFCMLWindowFactory extends Object implements Serializable

Serialized Fields

tagHandler

TagHandler tagHandler

saxParser

SAXParser saxParser

Class com.metasolutions.jfcml.TagHandler extends DefaultHandler implements Serializable

Serialized Fields

elementHandler

ElementHandler elementHandler

attributeHandler

AttributeHandler attributeHandler

windowHandler

WindowHandler windowHandler

childHandler

ChildHandler childHandler

context

WindowContext context

buffer

StringBuffer buffer

parseText

boolean parseText

currentAttribute

Attribute currentAttribute

Package com.metasolutions.jfcml.extend

Class com.metasolutions.jfcml.extend.AttributeHandler extends DocumentHandler implements Serializable

Serialized Fields

next

AttributeHandler next

Class com.metasolutions.jfcml.extend.AttributeHandlerAnchor extends AttributeHandler implements Serializable

Serialized Fields

handler

ReflectionHandler handler

scriptHandler

ScriptHandler scriptHandler

Class com.metasolutions.jfcml.extend.ChildHandler extends DocumentHandler implements Serializable

Serialized Fields

next

ChildHandler next

Class com.metasolutions.jfcml.extend.ChildHandlerAnchor extends ChildHandler implements Serializable

Serialized Fields

cls

Class<T>[] cls

args

Object[] args

currentAttribute

Attribute currentAttribute

handler

ReflectionHandler handler

scriptHandler

ScriptHandler scriptHandler

Class com.metasolutions.jfcml.extend.ElementHandler extends DocumentHandler implements Serializable

Serialized Fields

next

ElementHandler next

Class com.metasolutions.jfcml.extend.ElementHandlerAnchor extends ElementHandler implements Serializable

Serialized Fields

handler

ReflectionHandler handler

scriptHandler

ScriptHandler scriptHandler

Class com.metasolutions.jfcml.extend.ScriptHandler extends DocumentHandler implements Serializable

Serialized Fields

next

ScriptHandler next
The next ScriptHandler in the chain.

Class com.metasolutions.jfcml.extend.ScriptHandlerAnchor extends ScriptHandler implements Serializable

Serialized Fields

methodParser

MethodParser methodParser

bsfHandler

BSFHandler bsfHandler
The BSFHandler used to evaluate bracketed scripts.


jfcmlScript

JFCMLScript jfcmlScript
The JFCMLScript intstance.

Class com.metasolutions.jfcml.extend.StatementHandler extends DocumentHandler implements Serializable

Serialized Fields

next

StatementHandler next

Class com.metasolutions.jfcml.extend.StatementHandlerAnchor extends StatementHandler implements Serializable

Serialized Fields

jfcmlScript

JFCMLScript jfcmlScript

Class com.metasolutions.jfcml.extend.WindowHandler extends DocumentHandler implements Serializable

Serialized Fields

next

WindowHandler next

Class com.metasolutions.jfcml.extend.WindowHandlerAnchor extends WindowHandler implements Serializable


Package com.metasolutions.jfcml.helpers

Class com.metasolutions.jfcml.helpers.Attribute extends Object implements Serializable

Serialized Fields

qName

String qName
The qualified name of this xml attribute.


value

String value
The value of this xml attribute.

Class com.metasolutions.jfcml.helpers.BSFHandler extends DocumentHandler implements Serializable

Serialized Fields

bsf

Object bsf

eval

Method eval

load

Method load

set

Method set

get

Method get

evalargs

Object[] evalargs

loadargs

Object[] loadargs

setargs

Object[] setargs

getargs

Object[] getargs

started

boolean started

Class com.metasolutions.jfcml.helpers.DelegatingAction extends AbstractAction implements Serializable

Serialized Fields

listener

ActionListener listener
Comment for listener

Class com.metasolutions.jfcml.helpers.DocumentHandler extends Object implements Serializable

Serialized Fields

windowContext

WindowContext windowContext

Class com.metasolutions.jfcml.helpers.Element extends Object implements Serializable

Serialized Fields

hash

int hash
A hashcode computed from the qualified name of this element.


attr

AttributesImpl attr
The XML attributes associated with this element.


obj

Object obj
If a Java Object is created for this element, it will be placed here.


qName

String qName
The qualified name of this xml element tag.

Class com.metasolutions.jfcml.helpers.PackageList extends Object implements Serializable

Serialized Fields

CACHE_CLASSES

boolean CACHE_CLASSES

classCache

SimpleHashMap classCache

packages

SimpleStack packages
The package list


imported

int imported
Number of packages which have been imported.

Class com.metasolutions.jfcml.helpers.ReflectionHandler extends DocumentHandler implements Serializable

Serialized Fields

scriptHandler

ScriptHandler scriptHandler

methodParser

MethodParser methodParser

Class com.metasolutions.jfcml.helpers.WindowContext extends Object implements Serializable

Serialized Fields

elements

SimpleStack elements

variables

SimpleHashMap variables

scopeStack

SimpleStack scopeStack

includes

SimpleHashMap includes

rootPanes

SimpleStack rootPanes

childElements

SimpleStack childElements

currentElement

Element currentElement

packageList

PackageList packageList

currentFileName

String currentFileName

defaultScriptingLanguage

String defaultScriptingLanguage

window

Container window

Package com.metasolutions.jfcml.script

Class com.metasolutions.jfcml.script.JFCMLScript extends DocumentHandler implements Serializable

Serialized Fields

statementHandler

StatementHandler statementHandler
The StatementHandler delegate.


handler

ReflectionHandler handler
The ReflectionHandler, used for various reflection oriented activities.


methodParser

MethodParser methodParser
A MethodParser, used in processing scripts containing methods calls.


Package com.metasolutions.util

Class com.metasolutions.util.PackageRegistry extends Object implements Serializable

Class com.metasolutions.util.SimpleHashMap extends Object implements Serializable

Serialized Fields

table

com.metasolutions.util.SimpleHashMap.Entry[] table

size

int size

capacity

int capacity

threshold

int threshold

Class com.metasolutions.util.SimpleStack extends Object implements Serializable

Serialized Fields

sz

int sz

sp

int sp

st

Object[] st


SourceForge.net
java.net

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