org.xulux.guilayer.swing.util
Class SwingParentWidgetHandler

java.lang.Object
  extended by org.xulux.guilayer.swing.util.SwingParentWidgetHandler
All Implemented Interfaces:
org.xulux.api.gui.IParentWidgetHandler

public class SwingParentWidgetHandler
extends java.lang.Object
implements org.xulux.api.gui.IParentWidgetHandler

Destroys/Initializes all components created by xulux. This is only used in scenarios where xulux is used on top of an already existing application

Version:
$Id: SwingParentWidgetHandler.java,v 1.1 2005/12/18 12:58:22 mvdb Exp $
Author:
Martin van den Bemt

Constructor Summary
SwingParentWidgetHandler()
           
 
Method Summary
 void destroy(java.lang.Object parent)
           
 void initialize(java.lang.Object parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingParentWidgetHandler

public SwingParentWidgetHandler()
Method Detail

initialize

public void initialize(java.lang.Object parent)
Specified by:
initialize in interface org.xulux.api.gui.IParentWidgetHandler
See Also:
IParentWidgetHandler.initialize(java.lang.Object)

destroy

public void destroy(java.lang.Object parent)
Specified by:
destroy in interface org.xulux.api.gui.IParentWidgetHandler
See Also:
IParentWidgetHandler.destroy(java.lang.Object)


Copyright © 2002-2007 Martin van den Bemt. All Rights Reserved.