JFCML - JFC/Swing
XML Markup Language

com.metasolutions.jfcml.extend
Class ChildHandler

java.lang.Object
  extended by com.metasolutions.jfcml.helpers.DocumentHandler
      extended by com.metasolutions.jfcml.extend.ChildHandler
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ChildHandlerAnchor

public class ChildHandler
extends DocumentHandler
implements Serializable

A DocumentHandler which handles adding lists of elements to their parent containers.

Version:
0.9 May 28, 2005
Author:
Shawn Curry
See Also:
DocumentHandler, Serialized Form

Field Summary
 
Fields inherited from class com.metasolutions.jfcml.helpers.DocumentHandler
windowContext
 
Constructor Summary
ChildHandler(WindowContext windowContext)
           
 
Method Summary
 void handleChildren(Element elem, SimpleStack children)
           
 void setNext(ChildHandler next)
           
 void setWindowContext(WindowContext windowContext)
           
 
Methods inherited from class com.metasolutions.jfcml.helpers.DocumentHandler
getWindowContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChildHandler

public ChildHandler(WindowContext windowContext)
Parameters:
windowContext -
Method Detail

handleChildren

public void handleChildren(Element elem,
                           SimpleStack children)

setNext

public void setNext(ChildHandler next)
Parameters:
next - The next AttributeHandler in the chain.

setWindowContext

public void setWindowContext(WindowContext windowContext)
Overrides:
setWindowContext in class DocumentHandler
Parameters:
windowContext - The windowContext to set.

SourceForge.net
java.net

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