com.tensegrity.gui.component
Interface StatusBar

All Superinterfaces:
BasicComponent, Evaluable
All Known Implementing Classes:
AppletStatusBar, SwingStatusBar

public interface StatusBar
extends BasicComponent

Interface StatusBar defines how client code may interact with a feedback window holding information such as the currently executed command, the current time, encoding and size of the view in a certain metric, mode names and current mouse position.

Version:
$Id: StatusBar.java,v 1.3 2005/11/04 10:53:20 KevinCVS Exp $
Author:
Stepan Rutz

Method Summary
 ProgressBar getProgressBar()
          Returns The integrated progress bar of the StatusBar.
 void setMessage(java.lang.String message)
          sets the message displayed in the state bar.
 
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

setMessage

public void setMessage(java.lang.String message)
sets the message displayed in the state bar.

Parameters:
message - the message text to display

getProgressBar

public ProgressBar getProgressBar()
Returns The integrated progress bar of the StatusBar.

Returns:
ProgressBar


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