JFCML - JFC/Swing
XML Markup Language

com.metasolutions.jfcml
Interface JFCMLWindow

All Superinterfaces:
Serializable

public interface JFCMLWindow
extends Serializable

Classes which implement this interface may be notified when the JFCML document is completed. Additionally, they may receive the list of variables created in the JFCML document.

Version:
0.9, 8-20-2004
Author:
Shawn Curry

Method Summary
 void init()
          This method will be invoked by the JFCML interpreter once the window is complete.
 void setVariables(SimpleHashMap map)
          Sets the variable list for this JFCMLWindow.
 

Method Detail

setVariables

void setVariables(SimpleHashMap map)
Sets the variable list for this JFCMLWindow.

Parameters:
nc - A SimpleHashMap container of all objects which specified a symbol property in the JFCML description file.
See Also:
SimpleHashMap, com.metasolutions.jfcml.helpers.WindowHandlerAnchor

init

void init()
This method will be invoked by the JFCML interpreter once the window is complete.


SourceForge.net
java.net

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