|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Description of the Class
| 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 |
public static final int LEFT
public static final int CENTER
public static final int RIGHT
| Method Detail |
public void addZone(java.lang.String name)
name - The feature to be added to the Zone attribute
public void addZone(java.lang.String name,
int alignement)
name - The feature to be added to the Zone attributealignement - The feature to be added to the Zone attributepublic void removeZone(java.lang.String name)
name - Description of Parameter
public void setContent(java.lang.String name,
java.lang.String text)
name - The new content valuetext - The new content value
public void setContent(java.lang.String name,
javax.swing.Icon icon)
name - The new content valueicon - The new content value
public void setContent(java.lang.String name,
java.lang.String text,
javax.swing.Icon icon)
name - The new content valuetext - The new content valueicon - The new content value
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||