JFCML - JFC/Swing
XML Markup Language

com.metasolutions.jfcml.extend
Class WindowHandler

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

public class WindowHandler
extends DocumentHandler
implements Serializable

A DocumentHandler which is notified when the interpreter begins and ends a document.

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
WindowHandler(WindowContext windowContext)
           
 
Method Summary
 void endWindow()
           
 void setNext(WindowHandler next)
           
 void setWindowContext(WindowContext windowContext)
           
 void startWindow(String fileid, Container window)
           
 
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

WindowHandler

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

startWindow

public void startWindow(String fileid,
                        Container window)

endWindow

public void endWindow()

setNext

public void setNext(WindowHandler 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