org.xulux.api.gui
Interface IParentWidgetHandler


public interface IParentWidgetHandler

This interface can be used to clear or initialize parent widgets. This way no specific gui code when eg initializing a part will be necessary.

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

Method Summary
 void destroy(java.lang.Object parent)
          Destroys the parent
 void initialize(java.lang.Object parent)
          Initializes the parent widget
 

Method Detail

initialize

void initialize(java.lang.Object parent)
Initializes the parent widget

Parameters:
parent - the parent to initialize

destroy

void destroy(java.lang.Object parent)
Destroys the parent

Parameters:
parent - the parent to destroy


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