siouxsie.desktop.impl
Class FormLayoutStatusBar

java.lang.Object
  extended by siouxsie.desktop.impl.FormLayoutStatusBar
All Implemented Interfaces:
IStatusBar

public class FormLayoutStatusBar
extends java.lang.Object
implements IStatusBar

Status bar using JGoodies form layout.

Version:
$Id$
Author:
Arnaud Cogoluegnes

Constructor Summary
FormLayoutStatusBar()
           
 
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)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormLayoutStatusBar

public FormLayoutStatusBar()
Method Detail

getComponent

public javax.swing.JComponent getComponent()
Description copied from interface: IStatusBar
The component

Specified by:
getComponent in interface IStatusBar
Returns:

setTrailingMessage

public void setTrailingMessage(java.lang.String msg)
Description copied from interface: IStatusBar
Message (usually beside the progress bar)

Specified by:
setTrailingMessage in interface IStatusBar

setLeadingMessage

public void setLeadingMessage(java.lang.String msg)
Description copied from interface: IStatusBar
Message (usually on the left)

Specified by:
setLeadingMessage in interface IStatusBar

processEnded

public void processEnded()
Description copied from interface: IStatusBar
Notice the process has ended.

Specified by:
processEnded in interface IStatusBar

processStarted

public void processStarted(boolean indeterminate)
Description copied from interface: IStatusBar
Notice a process has started.

Specified by:
processStarted in interface IStatusBar
Parameters:
indeterminate - the process state cannot be followed

setProgress

public void setProgress(int progress)
Description copied from interface: IStatusBar
Notice the process evolution (out of 100)

Specified by:
setProgress in interface IStatusBar


Copyright © 2006-2008 null. All Rights Reserved.