com.tensegrity.gui.component
Interface Applet

All Superinterfaces:
BasicComponent, Evaluable
All Known Implementing Classes:
SwingApplet

public interface Applet
extends BasicComponent

The Applet interface defines the basic behaviour of java based application executing within a webpage of a browser. this must not necessarily be supported by other GUI librarys.

Version:
$Id: Applet.java,v 1.1 2004/03/12 16:33:59 GillesIachelini Exp $
Author:
GillesIachelini

Method Summary
 java.lang.String getParameter(java.lang.String key)
          Returns the Parameter assigned to the parameter key.
 void removeAll()
          Removes all Components from this Applets container.
 void validate()
          Validates this Applets container.
 
Methods inherited from interface com.tensegrity.gui.component.BasicComponent
getHeight, getParentComponent, getWidth, repaint
 
Methods inherited from interface com.tensegrity.gui.Evaluable
applyEvList, installEvList
 

Method Detail

removeAll

public void removeAll()
Removes all Components from this Applets container.


validate

public void validate()
Validates this Applets container.


getParameter

public java.lang.String getParameter(java.lang.String key)
Returns the Parameter assigned to the parameter key.

Parameters:
key - the key of the parameter
Returns:
the value associated to the key.


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.