|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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.
| 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 |
public void removeAll()
public void validate()
public java.lang.String getParameter(java.lang.String key)
key.
key - the key of the parameter
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||