JFCML - JFC/Swing
XML Markup Language

com.metasolutions.jfcml.extend
Class StatementHandler

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

public class StatementHandler
extends DocumentHandler
implements Serializable

A DocumentHandler which handles parsing simple Java statements.

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
StatementHandler(WindowContext windowContext)
           
 
Method Summary
 Object parseStatementFragment(String stmt)
           
 void setNext(StatementHandler 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

StatementHandler

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

parseStatementFragment

public Object parseStatementFragment(String stmt)

setNext

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