com.tensegrity.gui.component
Interface Frame

All Superinterfaces:
BasicComponent, Evaluable
All Known Implementing Classes:
ExtendedJFrame, ExtendedShell

public interface Frame
extends BasicComponent

The Frame interface defines the basic behavior of a Frame a like component. Such a Component acts like a TopLevel Window, with a Title, an optional StatusBar and a content pane where you can nest other components.

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

Methods inherited from interface com.tensegrity.gui.component.BasicComponent
getHeight, getParentComponent, getWidth, repaint
 
Methods inherited from interface com.tensegrity.gui.Evaluable
applyEvList, installEvList
 



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