org.ejtools.adwt.service
Interface StatusBarService

All Superinterfaces:
java.beans.beancontext.BeanContextContainerProxy
All Known Implementing Classes:
StatusBarServiceProvider

public interface StatusBarService
extends java.beans.beancontext.BeanContextContainerProxy

Description of the Class

Version:
$Revision: 1.5 $
Author:
Laurent Etiemble

Field Summary
static int CENTER
          Description of the Field
static int LEFT
          Description of the Field
static int RIGHT
          Description of the Field
 
Method Summary
 void addZone(java.lang.String name)
          Adds a feature to the Zone attribute of the StatusBarService object
 void addZone(java.lang.String name, int alignement)
          Adds a feature to the Zone attribute of the StatusBarService object
 void removeZone(java.lang.String name)
          Description of the Method
 void setContent(java.lang.String name, javax.swing.Icon icon)
          Sets the content attribute of the StatusBarService object
 void setContent(java.lang.String name, java.lang.String text)
          Sets the content attribute of the StatusBarService object
 void setContent(java.lang.String name, java.lang.String text, javax.swing.Icon icon)
          Sets the content attribute of the StatusBarService object
 
Methods inherited from interface java.beans.beancontext.BeanContextContainerProxy
getContainer
 

Field Detail

LEFT

public static final int LEFT
Description of the Field

See Also:
Constant Field Values

CENTER

public static final int CENTER
Description of the Field

See Also:
Constant Field Values

RIGHT

public static final int RIGHT
Description of the Field

See Also:
Constant Field Values
Method Detail

addZone

public void addZone(java.lang.String name)
Adds a feature to the Zone attribute of the StatusBarService object

Parameters:
name - The feature to be added to the Zone attribute

addZone

public void addZone(java.lang.String name,
                    int alignement)
Adds a feature to the Zone attribute of the StatusBarService object

Parameters:
name - The feature to be added to the Zone attribute
alignement - The feature to be added to the Zone attribute

removeZone

public void removeZone(java.lang.String name)
Description of the Method

Parameters:
name - Description of Parameter

setContent

public void setContent(java.lang.String name,
                       java.lang.String text)
Sets the content attribute of the StatusBarService object

Parameters:
name - The new content value
text - The new content value

setContent

public void setContent(java.lang.String name,
                       javax.swing.Icon icon)
Sets the content attribute of the StatusBarService object

Parameters:
name - The new content value
icon - The new content value

setContent

public void setContent(java.lang.String name,
                       java.lang.String text,
                       javax.swing.Icon icon)
Sets the content attribute of the StatusBarService object

Parameters:
name - The new content value
text - The new content value
icon - The new content value


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.