siouxsie.desktop
Interface IStatusBar

All Known Implementing Classes:
FormLayoutStatusBar, StatusBar

public interface IStatusBar

Status bar interface

Version:
$Id$
Author:
Arnaud Cogoluegnes

Method Summary
 javax.swing.JComponent getComponent()
          The component
 void processEnded()
          Notice the process has ended.
 void processStarted(boolean indeterminate)
          Notice a process has started.
 void setLeadingMessage(java.lang.String msg)
          Message (usually on the left)
 void setProgress(int progress)
          Notice the process evolution (out of 100)
 void setTrailingMessage(java.lang.String msg)
          Message (usually beside the progress bar)
 

Method Detail

getComponent

javax.swing.JComponent getComponent()
The component

Returns:

setLeadingMessage

void setLeadingMessage(java.lang.String msg)
Message (usually on the left)

Parameters:
msg -

setTrailingMessage

void setTrailingMessage(java.lang.String msg)
Message (usually beside the progress bar)

Parameters:
msg -

processStarted

void processStarted(boolean indeterminate)
Notice a process has started.

Parameters:
indeterminate - the process state cannot be followed

processEnded

void processEnded()
Notice the process has ended.


setProgress

void setProgress(int progress)
Notice the process evolution (out of 100)

Parameters:
progress -


Copyright © 2006-2008 null. All Rights Reserved.