siouxsie.desktop.impl
Class StatusBar

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

Deprecated.

public class StatusBar
extends java.lang.Object
implements IStatusBar

Version:
$Id$
Author:
Arnaud Cogoluegnes

Constructor Summary
StatusBar()
          Deprecated.  
 
Method Summary
 javax.swing.JComponent getComponent()
          Deprecated. The component
 void processEnded()
          Deprecated. Notice the process has ended.
 void processStarted(boolean indeterminate)
          Deprecated. Notice a process has started.
 void setLeadingMessage(java.lang.String msg)
          Deprecated. Message (usually on the left)
 void setProgress(int progress)
          Deprecated. Notice the process evolution (out of 100)
 void setTrailingMessage(java.lang.String msg)
          Deprecated. 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

StatusBar

public StatusBar()
Deprecated. 
Method Detail

getComponent

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

Specified by:
getComponent in interface IStatusBar
Returns:

setTrailingMessage

public void setTrailingMessage(java.lang.String msg)
Deprecated. 
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)
Deprecated. 
Description copied from interface: IStatusBar
Message (usually on the left)

Specified by:
setLeadingMessage in interface IStatusBar

processEnded

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

Specified by:
processEnded in interface IStatusBar

processStarted

public void processStarted(boolean indeterminate)
Deprecated. 
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)
Deprecated. 
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.